[MPlayer-cvslog] r26154 - trunk/libmpcodecs/Makefile
diego
subversion at mplayerhq.hu
Mon Mar 3 20:40:39 CET 2008
Author: diego
Date: Mon Mar 3 20:40:39 2008
New Revision: 26154
Log:
Remove ugly workaround for conflicting dca.h headers, it is no longer
necessary now that -I../libavcodec is not in CFLAGS anymore.
Modified:
trunk/libmpcodecs/Makefile
Modified: trunk/libmpcodecs/Makefile
==============================================================================
--- trunk/libmpcodecs/Makefile (original)
+++ trunk/libmpcodecs/Makefile Mon Mar 3 20:40:39 2008
@@ -151,6 +151,3 @@ include ../mpcommon.mak
clean::
rm -f native/*.o native/*.a native/*~
-
-
-ad_libdca.o vd_mpng.o vf_screenshot.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))
More information about the MPlayer-cvslog
mailing list