From 7a4c86b2ca912580667ac3198842b11967137a6b Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 21 Nov 2006 11:29:26 +0000 Subject: Remove unused -D from CFLAGS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21121 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') 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 -- cgit v1.2.3