[MPlayer-cvslog] r23789 - trunk/libvo/Makefile

diego subversion at mplayerhq.hu
Mon Jul 16 13:34:18 CEST 2007


Author: diego
Date: Mon Jul 16 13:34:18 2007
New Revision: 23789

Log:
bandaid compilation fix


Modified:
   trunk/libvo/Makefile

Modified: trunk/libvo/Makefile
==============================================================================
--- trunk/libvo/Makefile	(original)
+++ trunk/libvo/Makefile	Mon Jul 16 13:34:18 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