After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735469 - Compilation error in operations/external/v4l.c
Compilation error in operations/external/v4l.c
Status: RESOLVED FIXED
Product: GEGL
Classification: Other
Component: build
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: Default Gegl Component Owner
Default Gegl Component Owner
Depends on:
Blocks:
 
 
Reported: 2014-08-26 17:48 UTC by Ting-Wei Lan
Modified: 2014-12-16 21:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix compilation error in v4l.c (1.63 KB, application/octet-stream)
2014-08-26 17:48 UTC, Ting-Wei Lan
Details

Description Ting-Wei Lan 2014-08-26 17:48:43 UTC
Created attachment 284524 [details]
Fix compilation error in v4l.c

There are many errors because property_file_path and property_int are changed.
Comment 1 Ting-Wei Lan 2014-12-16 14:39:42 UTC
Does someone have time to review the patch?
Comment 2 Øyvind Kolås (pippin) 2014-12-16 21:29:07 UTC
Thank you, the patch has been applied. 

commit 775b6505d984eaa0dbb3eceea7e3b51534f0fdb0
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:   Wed Aug 27 01:43:56 2014 +0800

    Fix compilation error in v4l.c


The reason gegl:v4l ended up being ignored is that v4l support/header files are no longer included with new linux kernels, due to some recent webcam experiments with GEGL, a tentative v4l2 op now exists in the operation workshop see https://git.gnome.org/browse/gegl/tree/operations/workshop/external/v4l2.c