Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-12-08 12:43:12 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-12-08 12:43:12 +0300
commit3f24dacf810e214440d691dcbc7231905c736ebb (patch)
tree82a7be32a89d443a0675ee91d6d5cd8491683afa /configure
parent4fa2758c799a4455bd5f69392fdd8aad657e4b50 (diff)
configure: Let the libx264rgb encoder select the libx264 encoder.
Standalone compilation of the libx264rgb encoder does not work.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 6b0a91f08b..40d5428531 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"