Browse Source

Fix standalone compilation of the apng decoder on x86.

tags/n2.5
Carl Eugen Hoyos 11 years ago
parent
commit
600e38f563
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/x86/Makefile

+ 2
- 0
libavcodec/x86/Makefile View File

@@ -37,6 +37,7 @@ OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o

# decoders/encoders
OBJS-$(CONFIG_AAC_DECODER) += x86/sbrdsp_init.o
OBJS-$(CONFIG_APNG_DECODER) += x86/pngdsp_init.o
OBJS-$(CONFIG_CAVS_DECODER) += x86/cavsdsp.o
OBJS-$(CONFIG_DCA_DECODER) += x86/dcadsp_init.o
OBJS-$(CONFIG_DNXHD_ENCODER) += x86/dnxhdenc_init.o
@@ -127,6 +128,7 @@ YASM-OBJS-$(CONFIG_VP3DSP) += x86/vp3dsp.o

# decoders/encoders
YASM-OBJS-$(CONFIG_AAC_DECODER) += x86/sbrdsp.o
YASM-OBJS-$(CONFIG_APNG_DECODER) += x86/pngdsp.o
YASM-OBJS-$(CONFIG_DCA_DECODER) += x86/dcadsp.o
YASM-OBJS-$(CONFIG_HEVC_DECODER) += x86/hevc_mc.o \
x86/hevc_deblock.o \


Loading…
Cancel
Save