[FFmpeg-devel] [PATCH] configure libvpx check version of decoder only

Reimar Döffinger Reimar.Doeffinger
Thu Jul 29 09:42:02 CEST 2010


On Thu, Jul 29, 2010 at 12:28:44AM -0700, Frank Barchard wrote:
> This patch allows ffmpeg to configure and build against libvpx when it
> just contains the decoder.
> libvpx version checked, but only for the decoder.

Uh, and then compilation just fails? Or does libvpx always contain
dummy symbols for the encoder? In which case linking against a
decode-only libvpx but still claiming to support encoding with
libvpx is a bad idea.
Also with the native VP8 decoder I don't see a real point in
supporting this configuration - if it was as trivial as this patch
maybe, but it isn't.



More information about the ffmpeg-devel mailing list