[MPlayer-cvslog] r26372 - trunk/libvo/Makefile
diego
subversion at mplayerhq.hu
Wed Apr 9 19:14:43 CEST 2008
Author: diego
Date: Wed Apr 9 19:14:43 2008
New Revision: 26372
Log:
Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.
Modified:
trunk/libvo/Makefile
Modified: trunk/libvo/Makefile
==============================================================================
--- trunk/libvo/Makefile (original)
+++ trunk/libvo/Makefile Wed Apr 9 19:14:43 2008
@@ -25,5 +25,3 @@ 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