Browse Source

simplify i386 object handling

Originally committed as revision 8056 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
3dc09ed188
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      libavcodec/Makefile

+ 2
- 6
libavcodec/Makefile View File

@@ -329,12 +329,8 @@ OBJS += i386/fdct_mmx.o \
i386/fft_3dn2.o \
i386/snowdsp_mmx.o \

ifeq ($(CONFIG_GPL),yes)
OBJS += i386/idct_mmx.o
endif
ifeq ($(CONFIG_CAVS_DECODER),yes)
OBJS += i386/cavsdsp_mmx.o
endif
OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
endif

# armv4l specific stuff


Loading…
Cancel
Save