diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-05-29 23:15:17 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-05-30 02:17:31 +0300 |
commit | 186599ffe0a94d587434e5e46e190e038357ed99 (patch) | |
tree | ac879ee6a42cd14df367fd4af7b851c70f3d4ad1 /libavcodec/x86/Makefile | |
parent | 9b9b2e9f3036abfd42916bcf734af14b4cb686aa (diff) | |
download | ffmpeg-186599ffe0a94d587434e5e46e190e038357ed99.tar.gz |
build: cosmetics: Place unconditional before conditional OBJS lines
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r-- | libavcodec/x86/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index d58ec84c64..663144228a 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -47,6 +47,9 @@ MMX-OBJS-$(CONFIG_HPELDSP) += x86/fpel_mmx.o \ x86/rnd_mmx.o MMX-OBJS-$(CONFIG_VC1_DECODER) += x86/vc1dsp_mmx.o +YASM-OBJS += x86/deinterlace.o \ + x86/fmtconvert.o \ + YASM-OBJS-$(CONFIG_AAC_DECODER) += x86/sbrdsp.o YASM-OBJS-$(CONFIG_AC3DSP) += x86/ac3dsp.o YASM-OBJS-$(CONFIG_DCT) += x86/dct32.o @@ -86,6 +89,3 @@ YASM-OBJS-$(CONFIG_VORBIS_DECODER) += x86/vorbisdsp.o YASM-OBJS-$(CONFIG_VP3DSP) += x86/vp3dsp.o YASM-OBJS-$(CONFIG_VP6_DECODER) += x86/vp56dsp.o YASM-OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp.o - -YASM-OBJS += x86/deinterlace.o \ - x86/fmtconvert.o \ |