comparison Makefile @ 3439:92bf95cf1e32 libavcodec

Remove bogus IPP section that is not referenced anywhere.
author diego
date Sat, 08 Jul 2006 15:29:33 +0000
parents 278ab85e8d31
children 57ebd927d693
comparison
equal deleted inserted replaced
3438:fbf61a160154 3439:92bf95cf1e32
390 # sun mediaLib specific stuff 390 # sun mediaLib specific stuff
391 # currently only works when libavcodec is used in mplayer 391 # currently only works when libavcodec is used in mplayer
392 ifeq ($(HAVE_MLIB),yes) 392 ifeq ($(HAVE_MLIB),yes)
393 OBJS += mlib/dsputil_mlib.o 393 OBJS += mlib/dsputil_mlib.o
394 CFLAGS += $(MLIB_INC) 394 CFLAGS += $(MLIB_INC)
395 endif
396
397 # Intel IPP specific stuff
398 # currently only works when libavcodec is used in mplayer
399 ifeq ($(HAVE_IPP),yes)
400 CFLAGS += $(IPP_INC)
401 endif 395 endif
402 396
403 # alpha specific stuff 397 # alpha specific stuff
404 ifeq ($(TARGET_ARCH_ALPHA),yes) 398 ifeq ($(TARGET_ARCH_ALPHA),yes)
405 OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o \ 399 OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o \