diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-07-08 15:29:33 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-07-08 15:29:33 +0000 |
commit | 6be4846a1a3cd3571acb8a958f02c98bc51caf3f (patch) | |
tree | f78ebf57b3dbdd8df4b7155541cf669cbd229fa5 /libavcodec | |
parent | cfca95f14d0a8bf69510a8eb7c904e8a66c6dab7 (diff) | |
download | ffmpeg-6be4846a1a3cd3571acb8a958f02c98bc51caf3f.tar.gz |
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')
-rw-r--r-- | libavcodec/Makefile | 6 |
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 \ |