[FFmpeg-devel] [PATCH]Fix vaapi dependencies
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Aug 5 22:48:34 CEST 2013
Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:
> The following configure line:
> ./configure --disable-everything --enable-shared --enable-vaapi
> fails building with the following undefined symbol in libavcodec/vaapi.o:
> libavcodec/libavcodec.so: undefined reference to `ff_mpeg_draw_horiz_band'
>
> Attached are two patches that both fix the issue for me.
> +vaapi_select="mpegvideo"
This variant would have increased the size of
builds with "--disable-everything", so I pushed
the other variant.
Merged by Michael, thank you, Carl Eugen
More information about the ffmpeg-devel
mailing list