[Ffmpeg-cvslog] r5723 - in trunk: libavcodec/Makefile libpostproc/Makefile

diego subversion
Wed Jul 12 17:19:51 CEST 2006


Author: diego
Date: Wed Jul 12 17:19:51 2006
New Revision: 5723

Modified:
   trunk/libavcodec/Makefile
   trunk/libpostproc/Makefile

Log:
Remove MPlayer-specific include option hacks.


Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	(original)
+++ trunk/libavcodec/Makefile	Wed Jul 12 17:19:51 2006
@@ -227,7 +227,6 @@
 
 # currently using libdts for dts decoding
 OBJS-$(CONFIG_DTS)                     += dtsdec.o
-CFLAGS-$(CONFIG_DTS)                   += $(DTS_INC)
 
 OBJS-$(AMR)                            += amr.o
 OBJS-$(AMR_NB)                         += amr_float/sp_dec.o     \
@@ -319,7 +318,6 @@
 
 # sun mediaLib specific stuff
 OBJS-$(HAVE_MLIB)                      += mlib/dsputil_mlib.o
-CFLAGS-$(HAVE_MLIB)                    += $(MLIB_INC)
 
 # alpha specific stuff
 OBJS-$(TARGET_ARCH_ALPHA)              += alpha/dsputil_alpha.o     \

Modified: trunk/libpostproc/Makefile
==============================================================================
--- trunk/libpostproc/Makefile	(original)
+++ trunk/libpostproc/Makefile	Wed Jul 12 17:19:51 2006
@@ -15,7 +15,7 @@
 
 HEADERS = postprocess.h
 
-CFLAGS  = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -I$(SRC_PATH)/libavcodec $(EXTRA_INC)
+CFLAGS  = $(OPTFLAGS) -I. -I.. -I$(SRC_PATH)/libavcodec
 # -I/usr/X11R6/include/
 
 include $(SRC_PATH)/common.mak




More information about the ffmpeg-cvslog mailing list