summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-17 10:56:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-17 10:56:16 +0000
commitcd1f6674cd41ea9c42ccf85ae903948929914982 (patch)
tree17a532580452294b217784d057a871d078824907 /libvo
parent4e1f13e464f86277287a275dc1f0a04e2aca47f1 (diff)
downloadmpv-cd1f6674cd41ea9c42ccf85ae903948929914982.tar.bz2
mpv-cd1f6674cd41ea9c42ccf85ae903948929914982.tar.xz
Put a compilation fix bandaid in place for the png.h issue.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23802 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile2
1 files changed, 2 insertions, 0 deletions
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))