Browse Source

vlc_input: don't include vlc_vout_osd.h

It is not essential to handle inputs and is not used in this header.
pull/177/head
Steve Lhomme 1 year ago
parent
commit
94131dd8de
  1. 1
      include/vlc_input.h
  2. 1
      modules/control/hotkeys.c
  3. 1
      src/player/osd.c
  4. 1
      src/player/player.c

1
include/vlc_input.h

@ -38,7 +38,6 @@
#include <vlc_epg.h>
#include <vlc_input_item.h>
#include <vlc_vout.h>
#include <vlc_vout_osd.h>
#include <string.h>

1
modules/control/hotkeys.c

@ -40,6 +40,7 @@
#include <vlc_actions.h>
#include <vlc_spu.h>
#include <vlc_executor.h>
#include <vlc_vout_osd.h>
#include "math.h"
struct intf_sys_t

1
src/player/osd.c

@ -26,6 +26,7 @@
#include <vlc_common.h>
#include <vlc_memstream.h>
#include <vlc_vout_osd.h>
#include "player.h"
#include "input/resource.h"

1
src/player/player.c

@ -32,6 +32,7 @@
#include <vlc_decoder.h>
#include <vlc_memstream.h>
#include <vlc_http.h>
#include <vlc_vout_osd.h>
#include "../libvlc.h"
#include "input/resource.h"

Loading…
Cancel
Save