[MPlayer-cvslog] r23802 - in trunk: libmpcodecs/Makefile libvo/Makefile

diego subversion at mplayerhq.hu
Tue Jul 17 12:56:16 CEST 2007


Author: diego
Date: Tue Jul 17 12:56:16 2007
New Revision: 23802

Log:
Put a compilation fix bandaid in place for the png.h issue.


Modified:
   trunk/libmpcodecs/Makefile
   trunk/libvo/Makefile

Modified: trunk/libmpcodecs/Makefile
==============================================================================
--- trunk/libmpcodecs/Makefile	(original)
+++ trunk/libmpcodecs/Makefile	Tue Jul 17 12:56:16 2007
@@ -148,3 +148,6 @@ include ../mpcommon.mak
 
 clean::
 	rm -f native/*.o native/*.a native/*~
+
+
+vd_mpng.o vf_screenshot.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))

Modified: trunk/libvo/Makefile
==============================================================================
--- trunk/libvo/Makefile	(original)
+++ trunk/libvo/Makefile	Tue Jul 17 12:56:16 2007
@@ -25,3 +25,5 @@ include ../mpcommon.mak
 
 %.o: %.m
 	$(CC) $(CFLAGS) -c -o $@ $<
+
+vo_png.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))



More information about the MPlayer-cvslog mailing list