diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-21 11:29:26 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-21 11:29:26 +0000 |
commit | 7a4c86b2ca912580667ac3198842b11967137a6b (patch) | |
tree | e837132931ea29be132b53e7515f3e06b2448b93 /libvo | |
parent | d52d16f96ed6f67a4717d11bd4eb4b00c332f4f6 (diff) |
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/Makefile | 2 |
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 |