GNOME Bugzilla – Bug 731522
codecparsers: add C++ guards for MPEG-4 and VP8 parsers
Last modified: 2014-06-12 09:08:09 UTC
Created attachment 278266 [details] [review] codecparsers: add C++ guards for MPEG-4 and VP8 parsers Fix MPEG-4 and VP8 APIs to export their external symbols as pure C symbols, i.e. un-mangled for C++
commit 5196f241385f6b0a0b04794ac0048059d34ecdd8 Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Date: Mon May 26 18:29:21 2014 +0200 codecparsers: add C++ guards for MPEG-4 and VP8 parsers. Fix MPEG-4 and VP8 APIs to export their external symbols as pure C symbols, i.e. un-mangled for C++. https://bugzilla.gnome.org/show_bug.cgi?id=731522 Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>