summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-16 20:12:43 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-16 20:12:43 +0000
commit2ea4746dceb15271dcbb902ee39fb6c9a1d7ae71 (patch)
tree7dc3ad7f7be1681bbca2353299a8877f36d437da /libvo
parente34332d602eea9d90784ffd66795d59888f61678 (diff)
downloadmpv-2ea4746dceb15271dcbb902ee39fb6c9a1d7ae71.tar.bz2
mpv-2ea4746dceb15271dcbb902ee39fb6c9a1d7ae71.tar.xz
Remove incomplete compilation fix bandaid.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23792 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index cada6146a9..f2840e9161 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -25,5 +25,3 @@ include ../mpcommon.mak
%.o: %.m
$(CC) $(CFLAGS) -c -o $@ $<
-
-vo_png.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))