[FFmpeg-cvslog] Fix standalone compilation of dsd planar decoders.

Carl Eugen Hoyos git at videolan.org
Sat May 3 15:20:20 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat May  3 08:53:57 2014 +0200| [a75349d0c833da6828c8a8261516d94e705633d6] | committer: Carl Eugen Hoyos

Fix standalone compilation of dsd planar decoders.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a75349d0c833da6828c8a8261516d94e705633d6
---

 libavcodec/Makefile |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index f439806..d239924 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -181,6 +181,8 @@ OBJS-$(CONFIG_DPX_DECODER)             += dpx.o
 OBJS-$(CONFIG_DPX_ENCODER)             += dpxenc.o
 OBJS-$(CONFIG_DSD_LSBF_DECODER)        += dsddec.o
 OBJS-$(CONFIG_DSD_MSBF_DECODER)        += dsddec.o
+OBJS-$(CONFIG_DSD_LSBF_PLANAR_DECODER) += dsddec.o
+OBJS-$(CONFIG_DSD_MSBF_PLANAR_DECODER) += dsddec.o
 OBJS-$(CONFIG_DSICINAUDIO_DECODER)     += dsicinav.o
 OBJS-$(CONFIG_DSICINVIDEO_DECODER)     += dsicinav.o
 OBJS-$(CONFIG_DVBSUB_DECODER)          += dvbsubdec.o



More information about the ffmpeg-cvslog mailing list