From 6be4846a1a3cd3571acb8a958f02c98bc51caf3f Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sat, 8 Jul 2006 15:29:33 +0000
Subject: [PATCH] Remove bogus IPP section that is not referenced anywhere.

Originally committed as revision 5670 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index f0a0ebf6288..bc69d00817a 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -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 \
-- 
GitLab