Remove bogus IPP section that is not referenced anywhere.
authorDiego Biurrun <diego@biurrun.de>
Sat, 8 Jul 2006 15:29:33 +0000 (15:29 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 8 Jul 2006 15:29:33 +0000 (15:29 +0000)
Originally committed as revision 5670 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index f0a0ebf..bc69d00 100644 (file)
@@ -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 \