changeset 26122:7d74f109704b

Remove ugly workaround for conflicting dca.h headers, it is no longer necessary now that -I../libavcodec is not in CFLAGS anymore.
author diego
date Mon, 03 Mar 2008 19:40:39 +0000
parents 752e40637551
children 37786c8469b2
files libmpcodecs/Makefile
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Mon Mar 03 19:37:41 2008 +0000
+++ b/libmpcodecs/Makefile	Mon Mar 03 19:40:39 2008 +0000
@@ -151,6 +151,3 @@
 
 clean::
 	rm -f native/*.o native/*.a native/*~
-
-
-ad_libdca.o vd_mpng.o vf_screenshot.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))