summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-07-08 15:29:33 +0000
committerDiego Biurrun <diego@biurrun.de>2006-07-08 15:29:33 +0000
commit6be4846a1a3cd3571acb8a958f02c98bc51caf3f (patch)
treef78ebf57b3dbdd8df4b7155541cf669cbd229fa5 /libavcodec/Makefile
parentcfca95f14d0a8bf69510a8eb7c904e8a66c6dab7 (diff)
Remove bogus IPP section that is not referenced anywhere.
Originally committed as revision 5670 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index f0a0ebf628..bc69d00817 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 \