Skip to content

Commit

Permalink
Do not include <vlc_spu.h> in <vlc_vout_osd.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Jun 23, 2015
1 parent be54712 commit b83c41c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions include/vlc_spu.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ extern "C" {

typedef struct spu_private_t spu_private_t;

/* Default subpicture channel ID */
#define SPU_DEFAULT_CHANNEL (1)

/**
* Subpicture unit descriptor
*/
Expand Down
5 changes: 3 additions & 2 deletions include/vlc_vout_osd.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
#ifndef VLC_VOUT_OSD_H
#define VLC_VOUT_OSD_H 1

#include <vlc_spu.h>

#ifdef __cplusplus
extern "C" {
#endif
Expand All @@ -40,6 +38,9 @@ extern "C" {
* Overlay text and widgets
*/

//* Default subpicture channel ID */
#define SPU_DEFAULT_CHANNEL (1)

/**
* OSD menu position and picture type defines
*/
Expand Down
1 change: 1 addition & 0 deletions src/video_output/video_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include <vlc_vout.h>

#include <vlc_filter.h>
#include <vlc_spu.h>
#include <vlc_vout_osd.h>
#include <vlc_image.h>

Expand Down

0 comments on commit b83c41c

Please sign in to comment.