#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to