changeset 26340:03e503db705a

Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.
author diego
date Wed, 09 Apr 2008 17:14:43 +0000
parents 3e3146bd4598
children 8fadd02c498c
files libvo/Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/Makefile	Wed Apr 09 17:03:08 2008 +0000
+++ b/libvo/Makefile	Wed Apr 09 17:14:43 2008 +0000
@@ -25,5 +25,3 @@
 
 %.o: %.m
 	$(CC) $(CFLAGS) -c -o $@ $<
-
-vo_png.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))