comparison libvo/Makefile @ 23782:b0454664f1e0

Put a compilation fix bandaid in place for the png.h issue.
author diego
date Tue, 17 Jul 2007 10:56:16 +0000
parents bb0341cf9f43
children 03e503db705a
comparison
equal deleted inserted replaced
23781:1955b4e60574 23782:b0454664f1e0
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))