From 4ab613d1a3ba6cda5c1d127e343f32506f6a9490 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 16 Jul 2007 11:34:18 +0000 Subject: bandaid compilation fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23789 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libvo') diff --git a/libvo/Makefile b/libvo/Makefile index f2840e9161..cada6146a9 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -25,3 +25,5 @@ include ../mpcommon.mak %.o: %.m $(CC) $(CFLAGS) -c -o $@ $< + +vo_png.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS)) -- cgit v1.2.3