osxvideo: fix mac os 10.14 build
authorDan Kegel <dank@kegel.com>
Tue, 19 Mar 2019 13:22:29 +0000 (06:22 -0700)
committerDan Kegel <dank@kegel.com>
Mon, 8 Apr 2019 23:27:13 +0000 (16:27 -0700)
commitdfe1f6d803aa24094f53de1d7434f80767ce3056
tree59b0c90e11f01b5c90e1469b7f905fe282ae893c
parenta8ea9f0d05fff9181cba88561840c4f1d66fe321
osxvideo: fix mac os 10.14 build

lockFocusIfCanDraw is deprecated in mac os 10.14.  Apple suggests a
different way to do what that does, but for now, just suppress the deprecation.

There's no way to disable just that deprecation, so shut them all down.

OpenGL is also deprecated in mac os 10.14.  There is a gentle way to
turn off just those deprecations (GL_SILENCE_DEPRECATION), but since
this commit turns them all off, that's moot.

https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/577
sys/osxvideo/Makefile.am
sys/osxvideo/meson.build