Mercurial > libavcodec.hg
changeset 3462:a26e6e169607 libavcodec
Remove MPlayer-specific include option hacks.
author | diego |
---|---|
date | Wed, 12 Jul 2006 15:19:51 +0000 |
parents | 7581658de3d1 |
children | 444bd402aebe |
files | Makefile |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Jul 11 21:45:45 2006 +0000 +++ b/Makefile Wed Jul 12 15:19:51 2006 +0000 @@ -227,7 +227,6 @@ # currently using libdts for dts decoding OBJS-$(CONFIG_DTS) += dtsdec.o -CFLAGS-$(CONFIG_DTS) += $(DTS_INC) OBJS-$(AMR) += amr.o OBJS-$(AMR_NB) += amr_float/sp_dec.o \ @@ -319,7 +318,6 @@ # sun mediaLib specific stuff OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o -CFLAGS-$(HAVE_MLIB) += $(MLIB_INC) # alpha specific stuff OBJS-$(TARGET_ARCH_ALPHA) += alpha/dsputil_alpha.o \