From 18abf46b6fb5e640404941c40e53c79018997b13 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 1 Dec 2011 22:29:58 +0100 Subject: [PATCH] configure: add forgotten libx264rgb_encoder_deps Signed-off-by: Michael Niedermayer --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 3c47043f92..7596c41124 100755 --- a/configure +++ b/configure @@ -1535,6 +1535,7 @@ libvorbis_encoder_deps="libvorbis" libvpx_decoder_deps="libvpx" libvpx_encoder_deps="libvpx" libx264_encoder_deps="libx264" +libx264rgb_encoder_deps="libx264" libxavs_encoder_deps="libxavs" libxvid_encoder_deps="libxvid" libutvideo_decoder_deps="libutvideo gpl"