comparison Makefile @ 3440:57ebd927d693 libavcodec

Sun mlib works fine. Remove comment stating otherwise.
author mru
date Sat, 08 Jul 2006 16:36:21 +0000
parents 92bf95cf1e32
children 040e907f30b7
comparison
equal deleted inserted replaced
3439:92bf95cf1e32 3440:57ebd927d693
386 OBJS += armv4l/dsputil_iwmmxt.o armv4l/mpegvideo_iwmmxt.o 386 OBJS += armv4l/dsputil_iwmmxt.o armv4l/mpegvideo_iwmmxt.o
387 endif 387 endif
388 endif 388 endif
389 389
390 # sun mediaLib specific stuff 390 # sun mediaLib specific stuff
391 # currently only works when libavcodec is used in mplayer
392 ifeq ($(HAVE_MLIB),yes) 391 ifeq ($(HAVE_MLIB),yes)
393 OBJS += mlib/dsputil_mlib.o 392 OBJS += mlib/dsputil_mlib.o
394 CFLAGS += $(MLIB_INC) 393 CFLAGS += $(MLIB_INC)
395 endif 394 endif
396 395