changeset 26119:b4b2ff12065e

Remove unnecessary addition of -Ilibavformat to CFLAGS.
author diego
date Mon, 03 Mar 2008 19:31:38 +0000
parents 468db9b6860c
children 24ba95d88181
files mpcommon.mak
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpcommon.mak	Mon Mar 03 18:15:35 2008 +0000
+++ b/mpcommon.mak	Mon Mar 03 19:31:38 2008 +0000
@@ -7,7 +7,6 @@
 OBJS_MENCODER  += $(addsuffix .o, $(basename $(SRCS_MENCODER)) )
 
 CFLAGS-$(LIBAVCODEC)     += -I../libavcodec
-CFLAGS-$(LIBAVFORMAT)    += -I../libavformat
 CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
 
 LIBS-$(MPLAYER)  += $(LIBNAME_MPLAYER)