changeset 3439:92bf95cf1e32 libavcodec

Remove bogus IPP section that is not referenced anywhere.
author diego
date Sat, 08 Jul 2006 15:29:33 +0000
parents fbf61a160154
children 57ebd927d693
files Makefile
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Jul 08 07:14:00 2006 +0000
+++ b/Makefile	Sat Jul 08 15:29:33 2006 +0000
@@ -394,12 +394,6 @@
 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 \