diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-16 11:34:18 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-16 11:34:18 +0000 |
commit | 4ab613d1a3ba6cda5c1d127e343f32506f6a9490 (patch) | |
tree | 79b25196c3517ea4cd7d848a46921121de1945bb /libvo/Makefile | |
parent | c240bcd5aa5920f97b70033917770a2fb5ba7ec2 (diff) | |
download | mpv-4ab613d1a3ba6cda5c1d127e343f32506f6a9490.tar.bz2 mpv-4ab613d1a3ba6cda5c1d127e343f32506f6a9490.tar.xz |
bandaid compilation fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23789 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/Makefile')
-rw-r--r-- | libvo/Makefile | 2 |
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)) |