comparison libvo/Makefile @ 23772:bb0341cf9f43

Remove incomplete compilation fix bandaid.
author diego
date Mon, 16 Jul 2007 20:12:43 +0000
parents d484cdfcb8a8
children b0454664f1e0
comparison
equal deleted inserted replaced
23771:1ddf3b0122fb 23772:bb0341cf9f43
23 23
24 include ../mpcommon.mak 24 include ../mpcommon.mak
25 25
26 %.o: %.m 26 %.o: %.m
27 $(CC) $(CFLAGS) -c -o $@ $< 27 $(CC) $(CFLAGS) -c -o $@ $<
28
29 vo_png.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))