summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 5535733cbc..b616eeeeca 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -39,9 +39,11 @@ void find_sub(subtitle* subtitles,int key);
extern void* mDisplay; // Display* mDisplay;
#endif
-//#ifdef USE_OSD
+#ifdef USE_LIBVO2
+#include "libvo2/sub.h"
+#else
#include "libvo/sub.h"
-//#endif
+#endif
#include "libao2/audio_out.h"