mirror of https://git.ffmpeg.org/ffmpeg.git
configure: add forgotten libx264rgb_encoder_deps
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8c15f9d79c
commit
18abf46b6f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue