GNOME Bugzilla – Bug 690364
Fix detection of release vs development build
Last modified: 2012-12-17 22:40:33 UTC
gst-openmax always thinks it's doing a development build so always enables -Werror, which is Bad.
Created attachment 231751 [details] [review] common: bump to latest 0.10 revision Signed-off-by: Ross Burton <ross.burton@intel.com>
Created attachment 231752 [details] [review] build: check nano version and add option to disable fatal warnings Signed-off-by: Ross Burton <ross.burton@intel.com>
Well, that disabled -Werror by accident, because gst-openmax was using 'git describe' for git versioning... commit 1bf085ae714e5cfc3ec1f65ef9b6e489a85c54d9 Author: Tim-Philipp Müller <tim@centricular.net> Date: Mon Dec 17 18:44:42 2012 +0000 build: do gst-style git versioning, so AS_NANO works properly https://bugzilla.gnome.org/show_bug.cgi?id=690364 commit ac46931f299c06b75e052431eccb1f1b725183c3 Author: Ross Burton <ross.burton@intel.com> Date: Mon Dec 17 17:35:59 2012 +0000 build: check nano version and add option to disable fatal warnings Signed-off-by: Ross Burton <ross.burton@intel.com> https://bugzilla.gnome.org/show_bug.cgi?id=690364 commit 6a4ffbc0b9be2d371c4ced0b3666227dc363911f Author: Ross Burton <ross.burton@intel.com> Date: Mon Dec 17 17:35:08 2012 +0000 common: bump to latest 0.10 revision Signed-off-by: Ross Burton <ross.burton@intel.com> https://bugzilla.gnome.org/show_bug.cgi?id=690364
Ah, I saw it had git tags of the form v0.10.0.3 and some sed magic, presumed it worked. Thanks for merging.