[FFmpeg-trac] #7106(ffmpeg:new): Compiling FFmpeg with VAAPI enabled results in failure at: /FFmpeg/libavutil/hwcontext_vaapi.c:1235: undefined reference to `vaSetErrorCallback' using libva master branch

FFmpeg trac at avcodec.org
Fri Mar 23 23:04:22 EET 2018


#7106: Compiling FFmpeg with VAAPI enabled results in failure at:
/FFmpeg/libavutil/hwcontext_vaapi.c:1235: undefined reference to
`vaSetErrorCallback' using libva master branch
------------------------------------+----------------------------------
             Reporter:  Brainiarc7  |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  ffmpeg
              Version:  git-master  |               Resolution:
             Keywords:  libva       |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+----------------------------------

Comment (by Brainiarc7):

 Thanks, adding the options below fixed the build:


 {{{
 --extra-cflags="-I/usr/local/include" \
 --extra-ldflags="-L/usr/local/lib" \
 }}}


 Marking as solved.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7106#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list