From 406ab5cc97e3b2552c9f18d39efd76b4dc3e2f51 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 2 Sep 2008 04:04:26 +0000 Subject: add a separate line in Makefile for E-AC-3 decoder and only compile it when GPL is enabled. fixes building without GPL or with liba52. Originally committed as revision 15151 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 6195d81dce..94077a4c5f 100755 --- a/configure +++ b/configure @@ -848,6 +848,7 @@ byteswap_h_deps="!armv4l" # decoders / encoders ac3_decoder_deps="gpl !liba52" dxa_decoder_deps="zlib" +eac3_decoder_deps="gpl" flashsv_decoder_deps="zlib" flashsv_encoder_deps="zlib" mlp_decoder_deps="mlp_parser" -- cgit v1.2.3