From db9f691b6cc0f814205011ddab476a6a8e54f03e Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 3 Mar 2008 19:40:39 +0000 Subject: Remove ugly workaround for conflicting dca.h headers, it is no longer necessary now that -I../libavcodec is not in CFLAGS anymore. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26154 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index 40f2d4e9f2..2efb609119 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -151,6 +151,3 @@ include ../mpcommon.mak clean:: rm -f native/*.o native/*.a native/*~ - - -ad_libdca.o vd_mpng.o vf_screenshot.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS)) -- cgit v1.2.3