[FFmpeg-cvslog] build: The FLAC encoder also depends on the flacdsp code

Diego Biurrun git at videolan.org
Fri Nov 30 14:55:11 CET 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Nov 29 10:34:05 2012 +0100| [9d46eaec7a90bd8f5cd9e45398c6d17804182320] | committer: Diego Biurrun

build: The FLAC encoder also depends on the flacdsp code

Fixes linking with only the FLAC encoder enabled.

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

 libavcodec/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1329c83..8162f62 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -169,7 +169,7 @@ OBJS-$(CONFIG_FFV1_ENCODER)            += ffv1enc.o ffv1.o
 OBJS-$(CONFIG_FFVHUFF_DECODER)         += huffyuv.o
 OBJS-$(CONFIG_FFVHUFF_ENCODER)         += huffyuv.o
 OBJS-$(CONFIG_FLAC_DECODER)            += flacdec.o flacdata.o flac.o flacdsp.o
-OBJS-$(CONFIG_FLAC_ENCODER)            += flacenc.o flacdata.o flac.o
+OBJS-$(CONFIG_FLAC_ENCODER)            += flacenc.o flacdata.o flac.o flacdsp.o
 OBJS-$(CONFIG_FLASHSV_DECODER)         += flashsv.o
 OBJS-$(CONFIG_FLASHSV_ENCODER)         += flashsvenc.o
 OBJS-$(CONFIG_FLASHSV2_DECODER)        += flashsv.o



More information about the ffmpeg-cvslog mailing list