Quoting James Almer (2015-07-13 08:39:06)
> On 09/07/15 3:23 PM, Anton Khirnov wrote:
> > Particularly those that will be needed by the QSV decoder.
> > More can be added later as necessary.
> > ---
> >  configure                |   1 +
> >  libavcodec/Makefile      |   2 +-
> >  libavcodec/hevc_parser.c | 128 
> > +++++++++++++++++++++++++++++++++++++++++++++--
> >  3 files changed, 125 insertions(+), 6 deletions(-)
> > 
> > diff --git a/configure b/configure
> > index 45d1cf9..7154187 100755
> > --- a/configure
> > +++ b/configure
> > @@ -2059,6 +2059,7 @@ wmv3_vdpau_hwaccel_select="vc1_vdpau_hwaccel"
> >  
> >  # parsers
> >  h264_parser_select="h264_decoder"
> > +hevc_parser_select="golomb"
> 
> ./configure --enable-gpl --disable-everything --disable-programs 
> --enable-avconv --enable-parser=hevc
> 
> LD      avconv
> libavcodec/libavcodec.a(hevc_parser.o): In function `parse_nal_units':
> /home/jamrial/libav/libavcodec/hevc_parser.c:95: undefined reference to 
> `ff_hevc_decode_nal_pps'
> /home/jamrial/libav/libavcodec/hevc_parser.c:94: undefined reference to 
> `ff_hevc_decode_nal_sps'
> /home/jamrial/libav/libavcodec/hevc_parser.c:93: undefined reference to 
> `ff_hevc_decode_nal_vps'
> collect2: error: ld returned 1 exit status

Thanks, fix sent.

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to