Mercurial > libavcodec.hg
comparison Makefile @ 730:b24ea84b23e2 libavcodec
trying to fix the non-x86 IDCTs (untested)
author | michaelni |
---|---|
date | Sun, 06 Oct 2002 15:27:01 +0000 |
parents | c816782e3161 |
children | 2f7da29ede37 |
comparison
equal
deleted
inserted
replaced
729:fb7d96d818cf | 730:b24ea84b23e2 |
---|---|
53 endif | 53 endif |
54 | 54 |
55 # armv4l specific stuff | 55 # armv4l specific stuff |
56 ifeq ($(TARGET_ARCH_ARMV4L),yes) | 56 ifeq ($(TARGET_ARCH_ARMV4L),yes) |
57 ASM_OBJS += armv4l/jrevdct_arm.o | 57 ASM_OBJS += armv4l/jrevdct_arm.o |
58 OBJS += armv4l/dsputil_arm.o | 58 OBJS += armv4l/dsputil_arm.o armv4l/mpegvideo_arm.o |
59 endif | 59 endif |
60 | 60 |
61 # sun mediaLib specific stuff | 61 # sun mediaLib specific stuff |
62 # currently only works when libavcodec is used in mplayer | 62 # currently only works when libavcodec is used in mplayer |
63 ifeq ($(HAVE_MLIB),yes) | 63 ifeq ($(HAVE_MLIB),yes) |