[FFmpeg-cvslog] Fix standalone compilation of the apng decoder on x86.
Carl Eugen Hoyos
git at videolan.org
Sun Nov 23 15:19:35 CET 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Nov 23 13:21:29 2014 +0100| [600e38f5632e2ef2c8b1cf807c5340f09f3dc4f0] | committer: Carl Eugen Hoyos
Fix standalone compilation of the apng decoder on x86.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=600e38f5632e2ef2c8b1cf807c5340f09f3dc4f0
---
libavcodec/x86/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 8912df5..df56fb7 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -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 \
More information about the ffmpeg-cvslog
mailing list