diff libmpcodecs/Makefile @ 23782:b0454664f1e0

Put a compilation fix bandaid in place for the png.h issue.
author diego
date Tue, 17 Jul 2007 10:56:16 +0000
parents 253a6da2be20
children 46b21d6fb61d
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Tue Jul 17 10:55:36 2007 +0000
+++ b/libmpcodecs/Makefile	Tue Jul 17 10:56:16 2007 +0000
@@ -148,3 +148,6 @@
 
 clean::
 	rm -f native/*.o native/*.a native/*~
+
+
+vd_mpng.o vf_screenshot.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))