diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-01 22:29:58 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-01 22:29:58 +0100 |
commit | 18abf46b6fb5e640404941c40e53c79018997b13 (patch) | |
tree | 4ecdd120a164fa25c14761053790d15a481c1a56 | |
parent | 8c15f9d79c9bf0565e721097e1b022fc2023728d (diff) | |
download | ffmpeg-streaming-18abf46b6fb5e640404941c40e53c79018997b13.zip ffmpeg-streaming-18abf46b6fb5e640404941c40e53c79018997b13.tar.gz |
configure: add forgotten libx264rgb_encoder_deps
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1535,6 +1535,7 @@ libvorbis_encoder_deps="libvorbis" libvpx_decoder_deps="libvpx" libvpx_encoder_deps="libvpx" libx264_encoder_deps="libx264" +libx264rgb_encoder_deps="libx264" libxavs_encoder_deps="libxavs" libxvid_encoder_deps="libxvid" libutvideo_decoder_deps="libutvideo gpl" |