[FFmpeg-trac] #6729(avdevice:new): Compile error with v4l2 in ffmpeg git master

FFmpeg trac at avcodec.org
Thu Oct 12 03:56:08 EEST 2017


#6729: Compile error with v4l2 in ffmpeg git master
-------------------------------------+-------------------------------------
             Reporter:  bermond      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:  avdevice
              Version:  git-master   |               Resolution:
             Keywords:  v4l2         |               Blocked By:
  regression                         |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by jamrial):

 Can you test if the following change fixes it?

 {{{
 diff --git a/configure b/configure
 index dfbc251bb2..9f95d58c6e 100755
 --- a/configure
 +++ b/configure
 @@ -3116,7 +3116,7 @@ kmsgrab_indev_deps="libdrm"
  lavfi_indev_deps="avfilter"
  libcdio_indev_deps="libcdio"
  libdc1394_indev_deps="libdc1394"
 -libv4l2_indev_deps="libv4l2"
 +v4l2_indev_deps="libv4l2"
  openal_indev_deps="openal"
  opengl_outdev_deps="opengl"
  oss_indev_deps_any="soundcard_h sys_soundcard_h"
 }}}

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


More information about the FFmpeg-trac mailing list