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
This commit is contained in:
diego 2008-03-03 19:40:39 +00:00
parent f653e52663
commit db9f691b6c
1 changed files with 0 additions and 3 deletions

View File

@ -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))