Commit 6be4846a authored by Diego Biurrun's avatar Diego Biurrun

Remove bogus IPP section that is not referenced anywhere.

Originally committed as revision 5670 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cfca95f1
......@@ -394,12 +394,6 @@ OBJS += mlib/dsputil_mlib.o
CFLAGS += $(MLIB_INC)
endif
# Intel IPP specific stuff
# currently only works when libavcodec is used in mplayer
ifeq ($(HAVE_IPP),yes)
CFLAGS += $(IPP_INC)
endif
# alpha specific stuff
ifeq ($(TARGET_ARCH_ALPHA),yes)
OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o \
......
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