mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 00:23:27 +00:00
Put a compilation fix bandaid in place for the png.h issue.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23802 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4e1f13e464
commit
cd1f6674cd
@ -148,3 +148,6 @@ include ../mpcommon.mak
|
||||
|
||||
clean::
|
||||
rm -f native/*.o native/*.a native/*~
|
||||
|
||||
|
||||
vd_mpng.o vf_screenshot.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))
|
||||
|
@ -25,3 +25,5 @@ include ../mpcommon.mak
|
||||
|
||||
%.o: %.m
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
|
||||
vo_png.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))
|
||||
|
Loading…
Reference in New Issue
Block a user