Mercurial > mplayer.hg
changeset 23831:e3a414ce67c8
Compilation fix workaround for dca.h conflict (it exists in libavcodec
and newest versions of libdca)
author | rtogni |
---|---|
date | Mon, 23 Jul 2007 22:24:12 +0000 |
parents | 71a72ba548d3 |
children | 5ebd19de01bf |
files | libmpcodecs/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/Makefile Mon Jul 23 17:22:28 2007 +0000 +++ b/libmpcodecs/Makefile Mon Jul 23 22:24:12 2007 +0000 @@ -151,4 +151,4 @@ rm -f native/*.o native/*.a native/*~ -vd_mpng.o vf_screenshot.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS)) +ad_libdca.o vd_mpng.o vf_screenshot.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))