summaryrefslogtreecommitdiffstats
path: root/find_sub.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-22 19:21:16 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-22 19:21:16 +0000
commit544233bded74186eca2498e202ed82003c5e04be (patch)
treef6360316ae6a9a2b01bac7ff6494ee94bd655cf2 /find_sub.c
parent6982f81d903afe3838cd743d5f0b50e10be2f2cc (diff)
downloadmpv-544233bded74186eca2498e202ed82003c5e04be.tar.bz2
mpv-544233bded74186eca2498e202ed82003c5e04be.tar.xz
Make compilation depending on USE_OSD unconditional.
USE_OSD was hardcoded to true in configure, manually turning it off would break compilation, and most OSD-related code wasn't affected by it anyway so it did nothing useful. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21177 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'find_sub.c')
-rw-r--r--find_sub.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/find_sub.c b/find_sub.c
index 309ae7967d..c6db1e2c51 100644
--- a/find_sub.c
+++ b/find_sub.c
@@ -4,8 +4,6 @@
#include "config.h"
-#ifdef USE_OSD
-
#include <stdio.h>
#include "libvo/video_out.h"
@@ -151,5 +149,3 @@ void find_sub(sub_data* subd,int key){
vo_sub=NULL; // no sub here
}
-
-#endif