diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-09-02 04:04:26 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-09-02 04:04:26 +0000 |
commit | 406ab5cc97e3b2552c9f18d39efd76b4dc3e2f51 (patch) | |
tree | 32cdfb8c59c7b3fa53885a8b929a6422166c26d6 /configure | |
parent | 7cabcf7d37e3cfdd493a6a0e3035c0d6170db6b2 (diff) | |
download | ffmpeg-406ab5cc97e3b2552c9f18d39efd76b4dc3e2f51.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |