diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-27 10:30:37 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-27 10:31:08 +0100 |
commit | 715f3623f8cd16c9e8d704bad45b76aa30d31cd2 (patch) | |
tree | d69db24220cb75d3e77561453e0c21cf8ff783a2 /configure | |
parent | 3aaa50a9972c9f350ad9ce6decf3ecb2aaffa84a (diff) | |
parent | 10421bcf0ab5d48fa3d84de803e657b77fe7d3c0 (diff) | |
download | ffmpeg-715f3623f8cd16c9e8d704bad45b76aa30d31cd2.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Add an audio transcoding example.
Conflicts:
configure
doc/Makefile
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1166,6 +1166,7 @@ COMPONENT_LIST=" EXAMPLE_LIST=" muxing_example + transcode_aac_example " EXTERNAL_LIBRARY_LIST=" @@ -2276,6 +2277,7 @@ zmq_filter_deps="libzmq" # examples muxing_example_deps="avcodec avformat avutil swscale" +transcode_aac_example_deps="avcodec avformat avresample" # libraries avcodec_deps="avutil" |