From d900e7dc5d68528a290d7bc133d514267bb1a839 Mon Sep 17 00:00:00 2001 From: rtogni Date: Mon, 23 Jul 2007 22:24:12 +0000 Subject: Compilation fix workaround for dca.h conflict (it exists in libavcodec and newest versions of libdca) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23851 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs/Makefile') diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index 8e2651ce58..e58daf8e72 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -151,4 +151,4 @@ clean:: 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)) -- cgit v1.2.3