summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-21 11:29:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-21 11:29:26 +0000
commit7a4c86b2ca912580667ac3198842b11967137a6b (patch)
treee837132931ea29be132b53e7515f3e06b2448b93 /libvo
parentd52d16f96ed6f67a4717d11bd4eb4b00c332f4f6 (diff)
downloadmpv-7a4c86b2ca912580667ac3198842b11967137a6b.tar.bz2
mpv-7a4c86b2ca912580667ac3198842b11967137a6b.tar.xz
Remove unused -D from CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21121 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 8ac11519ab..aace054d93 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -39,7 +39,7 @@ SRCS += vosub_vidix.c
endif
INCLUDE = -I. -I.. -I../osdep $(LIBAV_INC)
-CFLAGS = $(INCLUDE) $(OPTFLAGS) -DMPG12PLAY
+CFLAGS = $(INCLUDE) $(OPTFLAGS)
#CFLAGS += -Wall