annotate x86/Makefile @ 11500:8ae93fdefcd7 libavcodec

Move arch-specific makefile parts into $arch/Makefile
author mru
date Tue, 16 Mar 2010 21:22:59 +0000
parents
children cd71b238e78b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11500
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
1 X86-OBJS-$(CONFIG_MLP_DECODER) += x86/mlpdsp.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
2 X86-OBJS-$(CONFIG_TRUEHD_DECODER) += x86/mlpdsp.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
3
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
4 OBJS-$(ARCH_X86) += $(X86-OBJS-yes)
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
5
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
6 YASM-OBJS-FFT-$(HAVE_AMD3DNOW) += x86/fft_3dn.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
7 YASM-OBJS-FFT-$(HAVE_AMD3DNOWEXT) += x86/fft_3dn2.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
8 YASM-OBJS-FFT-$(HAVE_SSE) += x86/fft_sse.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
9 YASM-OBJS-$(CONFIG_FFT) += x86/fft_mmx.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
10 $(YASM-OBJS-FFT-yes)
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
11 YASM-OBJS-$(CONFIG_GPL) += x86/h264_deblock_sse2.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
12 x86/h264_idct_sse2.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
13
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
14 MMX-OBJS-$(CONFIG_CAVS_DECODER) += x86/cavsdsp_mmx.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
15 MMX-OBJS-$(CONFIG_ENCODERS) += x86/dsputilenc_mmx.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
16 MMX-OBJS-$(CONFIG_GPL) += x86/idct_mmx.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
17 MMX-OBJS-$(CONFIG_LPC) += x86/lpc_mmx.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
18 MMX-OBJS-$(CONFIG_DWT) += x86/snowdsp_mmx.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
19 MMX-OBJS-$(CONFIG_VC1_DECODER) += x86/vc1dsp_mmx.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
20 MMX-OBJS-$(CONFIG_VP3_DECODER) += x86/vp3dsp_mmx.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
21 x86/vp3dsp_sse2.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
22 MMX-OBJS-$(CONFIG_VP5_DECODER) += x86/vp3dsp_mmx.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
23 x86/vp3dsp_sse2.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
24 MMX-OBJS-$(CONFIG_VP6_DECODER) += x86/vp3dsp_mmx.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
25 x86/vp3dsp_sse2.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
26 x86/vp6dsp_mmx.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
27 x86/vp6dsp_sse2.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
28 MMX-OBJS-$(HAVE_YASM) += x86/dsputil_yasm.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
29 $(YASM-OBJS-yes)
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
30
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
31 MMX-OBJS-$(CONFIG_FFT) += x86/fft.o
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
32
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
33 OBJS-$(HAVE_MMX) += x86/cpuid.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
34 x86/dnxhd_mmx.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
35 x86/dsputil_mmx.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
36 x86/fdct_mmx.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
37 x86/idct_mmx_xvid.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
38 x86/idct_sse2_xvid.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
39 x86/motion_est_mmx.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
40 x86/mpegvideo_mmx.o \
8ae93fdefcd7 Move arch-specific makefile parts into $arch/Makefile
mru
parents:
diff changeset
41 x86/simple_idct_mmx.o \