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 674056 - v4l2 compilations breaks
v4l2 compilations breaks
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-13 14:32 UTC by Víctor Manuel Jáquez Leal
Modified: 2012-04-13 15:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
v4l2: ensure autogenerated files are createThe tuner marshal and enumtypes are autogenerated, and they need to be created before the compilation of gstv4l2tuner.c This patch adds the automake instrud (962 bytes, patch)
2012-04-13 14:34 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2012-04-13 14:32:59 UTC
After this commit the compilation of gstvideo4linux2 breaks, because the autogenerated file aren't available at compilation.

commit d99eb6d2cb066aa0a81115bfde92b76ed5ea94b9
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Apr 13 13:04:12 2012 +0200

    Update everything for the removal of the interface library and mixer/tuner interfaces
Comment 1 Víctor Manuel Jáquez Leal 2012-04-13 14:34:46 UTC
Created attachment 212000 [details] [review]
v4l2: ensure autogenerated files are createThe tuner marshal and enumtypes are autogenerated, and they need to be created before the compilation of gstv4l2tuner.c  This patch adds the automake instrud

The tuner marshal and enumtypes are autogenerated, and they need
to be created before the compilation of gstv4l2tuner.c

This patch adds the automake instruction for ensuring the
autogeneration of those files previous the compilation.
Comment 2 Sebastian Dröge (slomo) 2012-04-13 15:14:26 UTC
commit 8c5d8b52eadff08845d92b45c3fb20d0a9fbf40d
Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Date:   Fri Apr 13 16:27:34 2012 +0200

    v4l2: ensure autogenerated files are created
    
    The tuner marshal and enumtypes are autogenerated, and they need
    to be created before the compilation of gstv4l2tuner.c
    
    This patch adds the automake instruction for ensuring the
    autogeneration of those files previous the compilation.