[Bug 192579] New: FFMPEG port does no longer build the V4L2 input device

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 11 13:44:03 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192579

            Bug ID: 192579
           Summary: FFMPEG port does no longer build the V4L2 input device
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: hselasky at FreeBSD.org

Solution:

Revert this:

-check_header linux/fb.h
-check_header linux/videodev.h
-check_header linux/videodev2.h
-check_code cc linux/videodev2.h "struct v4l2_frmsizeenum vfse;
vfse.discrete.width = 0;" && enable_safe struct_v4l2_frmivalenum_discrete
+#check_header linux/fb.h
+#check_header linux/videodev.h
+#check_header linux/videodev2.h
+#check_code cc linux/videodev2.h "struct v4l2_frmsizeenum vfse;
vfse.discrete.width = 0;" && enable_safe struct_v4l2_frmivalenum_discrete

 check_header sys/videoio.h


And substitute all occurences of sys_videoio_h with linux_videodev2_h in the
configure script.

Then it works again.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list