libvorbis comes with pkg-config files since at least v1.0.1, way back in 2003. --- The previous patches weren't parsed by patchwork, and it makes less sense to have a fallback for libvorbis since the .pc file is available since 2003.
configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6da5e79b3d..e27640663d 100755 --- a/configure +++ b/configure @@ -5885,7 +5885,7 @@ enabled libtwolame && require libtwolame twolame.h twolame_init -ltwolame enabled libv4l2 && require_pkg_config libv4l2 libv4l2.h v4l2_ioctl enabled libvidstab && require_pkg_config "vidstab >= 0.98" vid.stab/libvidstab.h vsMotionDetectInit enabled libvo_amrwbenc && require libvo_amrwbenc vo-amrwbenc/enc_if.h E_IF_init -lvo-amrwbenc -enabled libvorbis && require libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbisenc -lvorbis -logg +enabled libvorbis && require_pkg_config vorbisenc vorbis/vorbisenc.h vorbis_info_init enabled libvpx && { enabled libvpx_vp8_decoder && { -- 2.13.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel