From 3f24dacf810e214440d691dcbc7231905c736ebb Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 8 Dec 2014 10:43:12 +0100 Subject: [PATCH] configure: Let the libx264rgb encoder select the libx264 encoder. Standalone compilation of the libx264rgb encoder does not work. --- configure | 1 + 1 file changed, 1 insertion(+) 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"