diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-04-19 00:46:23 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-04-19 00:46:23 +0200 |
commit | 3a1feb01da6149170a442111ce6419fff22fffba (patch) | |
tree | 4708dc270052fc7711205f66652f03eb2c010cda | |
parent | 60c8c7144e1df36f1399a11f4085f10e4c5b1ef5 (diff) | |
download | ffmpeg-3a1feb01da6149170a442111ce6419fff22fffba.tar.gz |
Fix standalone compilation of image2_alias_pix and image2_brender_pix demuxers.
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2318,6 +2318,8 @@ f4v_muxer_select="mov_muxer" flac_demuxer_select="flac_parser" hds_muxer_select="flv_muxer" hls_muxer_select="mpegts_muxer" +image2_alias_pix_demuxer_select="image2_demuxer" +image2_brender_pix_demuxer_select="image2_demuxer" ipod_muxer_select="mov_muxer" ismv_muxer_select="mov_muxer" libnut_demuxer_deps="libnut" |