[FFmpeg-cvslog] Fix dirac decoder build dependencies.
Carl Eugen Hoyos
git at videolan.org
Fri Jun 8 15:48:25 CEST 2012
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Jun 8 15:07:09 2012 +0200| [37a9cdfc2c3f14d3962fef29f61d1784b8fc8918] | committer: Carl Eugen Hoyos
Fix dirac decoder build dependencies.
Found, analysed and tested by trac user Jamal.
Fixes part of ticket #1428.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37a9cdfc2c3f14d3962fef29f61d1784b8fc8918
---
configure | 1 +
libavcodec/Makefile | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index f887f14..45adc66 100755
--- a/configure
+++ b/configure
@@ -1419,6 +1419,7 @@ cavs_decoder_select="golomb"
cook_decoder_select="mdct sinewin"
cscd_decoder_suggest="zlib"
dca_decoder_select="mdct"
+dirac_decoder_select="dwt golomb"
dnxhd_encoder_select="aandct"
dxa_decoder_select="zlib"
eac3_decoder_select="ac3_decoder"
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index d3ce342..918e8c1 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -37,7 +37,7 @@ OBJS-$(CONFIG_AC3DSP) += ac3dsp.o
OBJS-$(CONFIG_CRYSTALHD) += crystalhd.o
OBJS-$(CONFIG_ENCODERS) += faandct.o jfdctfst.o jfdctint.o
OBJS-$(CONFIG_DCT) += dct.o dct32_fixed.o dct32_float.o
-OBJS-$(CONFIG_DWT) += dwt.o
+OBJS-$(CONFIG_DWT) += dwt.o snow.o
OBJS-$(CONFIG_DXVA2) += dxva2.o
FFT-OBJS-$(CONFIG_HARDCODED_TABLES) += cos_tables.o cos_fixed_tables.o
OBJS-$(CONFIG_FFT) += avfft.o fft_fixed.o fft_float.o \
More information about the ffmpeg-cvslog
mailing list