GNOME Bugzilla – Bug 711844
avfvideosrc: build failure
Last modified: 2013-11-11 13:53:09 UTC
on osx 10.7: avfvideosrc.m:145: error: synthesized property 'captureScreen' must either be named the same as a compatible ivar or must explicitly name an ivar avfvideosrc.m:145: error: synthesized property 'captureScreenCursor' must either be named the same as a compatible ivar or must explicitly name an ivar avfvideosrc.m:145: error: synthesized property 'captureScreenMouseClicks' must either be named the same as a compatible ivar or must explicitly name an ivar Related to this : http://stackoverflow.com/questions/7110245/error-building-32-bit-os-x-app
Created attachment 259559 [details] [review] avfvideosrc: declare missing instance variables
commit 58be5ce16ddc3342f332e7ed4be2c198c82133f3 Author: Matthieu Bouron <matthieu.bouron@collabora.com> Date: Mon Nov 11 13:24:08 2013 +0000 avfvideosrc: declare missing instance variables Fixes build on 32-bit system. https://bugzilla.gnome.org/show_bug.cgi?id=711844