Commit c7ce3962 authored by diego's avatar diego

Remove MPlayer-specific include option hacks.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5723 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c36ed5a6
......@@ -227,7 +227,6 @@ OBJS-$(CONFIG_AC3)$(CONFIG_A52BIN) += liba52/bit_allocate.o \
# 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 @@ sparc/dsputil_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc
# 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 \
......
......@@ -15,7 +15,7 @@ SHARED_OBJS=postprocess_pic.o
HEADERS = postprocess.h
CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -I$(SRC_PATH)/libavcodec $(EXTRA_INC)
CFLAGS = $(OPTFLAGS) -I. -I.. -I$(SRC_PATH)/libavcodec
# -I/usr/X11R6/include/
include $(SRC_PATH)/common.mak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment