Mercurial > mplayer.hg
comparison libmpcodecs/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 | 253a6da2be20 |
children | 46b21d6fb61d |
comparison
equal
deleted
inserted
replaced
23781:1955b4e60574 | 23782:b0454664f1e0 |
---|---|
146 | 146 |
147 include ../mpcommon.mak | 147 include ../mpcommon.mak |
148 | 148 |
149 clean:: | 149 clean:: |
150 rm -f native/*.o native/*.a native/*~ | 150 rm -f native/*.o native/*.a native/*~ |
151 | |
152 | |
153 vd_mpng.o vf_screenshot.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS)) |