Remove incomplete compilation fix bandaid.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23792 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-07-16 20:12:43 +00:00
parent e34332d602
commit 2ea4746dce
1 changed files with 0 additions and 2 deletions

View File

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