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
This commit is contained in:
diego 2007-07-17 10:56:16 +00:00
parent 4e1f13e464
commit cd1f6674cd
2 changed files with 5 additions and 0 deletions

View File

@ -148,3 +148,6 @@ include ../mpcommon.mak
clean::
rm -f native/*.o native/*.a native/*~
vd_mpng.o vf_screenshot.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))

View File

@ -25,3 +25,5 @@ include ../mpcommon.mak
%.o: %.m
$(CC) $(CFLAGS) -c -o $@ $<
vo_png.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))