diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-03-05 15:29:23 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-05 22:25:49 +0100 |
commit | 01606d10e600c4794d89490e731c321fb73a5141 (patch) | |
tree | 7b26f4bb99a3e43dc4acd9182557c3a3463fa93b /configure | |
parent | d6e4e69a4993e8f2fe1f7e8227ac388039d886d2 (diff) | |
download | ffmpeg-01606d10e600c4794d89490e731c321fb73a5141.tar.gz |
libutvideo: Add Ut Video encoder wrapper
All colorspaces are supported.
Renamed libutvideo.cpp to libutvideodec.cpp.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -194,7 +194,7 @@ External library support: --enable-libspeex enable Speex support via libspeex [no] --enable-libstagefright-h264 enable H.264 decoding via libstagefright [no] --enable-libtheora enable Theora encoding via libtheora [no] - --enable-libutvideo enable Ut Video decoding via libutvideo [no] + --enable-libutvideo enable Ut Video encoding and decoding via libutvideo [no] --enable-libv4l2 enable libv4l2/v4l-utils [no] --enable-libvo-aacenc enable AAC encoding via libvo-aacenc [no] --enable-libvo-amrwbenc enable AMR-WB encoding via libvo-amrwbenc [no] @@ -1575,6 +1575,7 @@ libx264rgb_encoder_deps="libx264" libxavs_encoder_deps="libxavs" libxvid_encoder_deps="libxvid" libutvideo_decoder_deps="libutvideo gpl" +libutvideo_encoder_deps="libutvideo gpl" # demuxers / muxers ac3_demuxer_select="ac3_parser" |