[FFmpeg-cvslog] configure: Let the libx264rgb encoder select the libx264 encoder.
Carl Eugen Hoyos
git at videolan.org
Mon Dec 8 12:14:28 CET 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Dec 8 10:43:12 2014 +0100| [3f24dacf810e214440d691dcbc7231905c736ebb] | committer: Carl Eugen Hoyos
configure: Let the libx264rgb encoder select the libx264 encoder.
Standalone compilation of the libx264rgb encoder does not work.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3f24dacf810e214440d691dcbc7231905c736ebb
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 6b0a91f..40d5428 100755
--- a/configure
+++ b/configure
@@ -2391,6 +2391,7 @@ libwavpack_encoder_deps="libwavpack"
libwebp_encoder_deps="libwebp"
libx264_encoder_deps="libx264"
libx264rgb_encoder_deps="libx264"
+libx264rgb_encoder_select="libx264_encoder"
libx265_encoder_deps="libx265"
libxavs_encoder_deps="libxavs"
libxvid_encoder_deps="libxvid"
More information about the ffmpeg-cvslog
mailing list