[vlc-devel] [PATCH] lavf: Support rotation side data

Rémi Denis-Courmont remi at remlab.net
Tue May 20 11:03:07 CEST 2014


Le 2014-05-20 16:22, Luca Barbato a écrit :
> Support stream side data only.
> ---
>
> Now the accessor is available so I can send the patch.
>
>  configure.ac                   |  2 ++
>  modules/demux/avformat/demux.c | 69
> ++++++++++++++++++++++++++++++------------
>  2 files changed, 51 insertions(+), 20 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index fbb2a3b..2f344a0 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2426,9 +2426,11 @@ AS_IF([test "${enable_avformat}" != "no"], [
>        VLC_SAVE_FLAGS
>        CPPFLAGS="${CPPFLAGS} ${AVFORMAT_CFLAGS}"
>        CFLAGS="${CFLAGS} ${AVFORMAT_CFLAGS}"
> +      LIBS="${LIBS} ${AVFORMAT_LIBS}"
>        AC_CHECK_HEADERS(libavformat/avformat.h libavformat/avio.h)
>        AC_CHECK_HEADERS(libavcodec/avcodec.h)
>        AC_CHECK_HEADERS(libavutil/avutil.h)
> +      AC_CHECK_FUNCS([av_stream_get_side_data])

No. Use version numbers. There would be far too many libav-related 
tests otherwise.

>        AS_IF([test "$enable_merge_ffmpeg" = "no"], [
>          have_avformat="no"
>        ])

-- 
Rémi Denis-Courmont



More information about the vlc-devel mailing list