Fix OSX build: Explicitly disable VDA h264 decoder
authorHeinrich Fink <hfink@toolsonair.com>
Thu, 2 Jul 2015 13:44:45 +0000 (15:44 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 3 Jul 2015 08:11:48 +0000 (10:11 +0200)
commit0166671181fed8c984efd38a797ee8c36501a228
treebd867dff55d95f011fe1c4b432a7190ea215a5ba
parent5d2e9b7b8092458a4ec90d2fcbabeede2e9d27bc
Fix OSX build: Explicitly disable VDA h264 decoder

VideoDecodeAcceleration framework is deprecated in 10.11, and currently
cuases linker errors when compiling on OSX. Oddly, --disable-hwaccels
did not also disable h264_vda already.

https://bugzilla.gnome.org/show_bug.cgi?id=751838
configure.ac