view src/mdbtools-1-header.patch @ 2737:57ee697ed83b

package libvpx: fix for buidling on OSX
author Tony Theodore <tonyt@logyst.com>
date Mon, 17 Sep 2012 20:29:12 +1000
parents 1804bb1dccfc
children
line wrap: on
line source

This file is part of MXE.
See index.html for further information.

diff -ur mdbtools-0.6pre1-orig//include/mdbtools.h mdbtools-0.6pre1//include/mdbtools.h
--- mdbtools-0.6pre1-orig//include/mdbtools.h	2011-06-01 00:07:12.336088034 +0900
+++ mdbtools-0.6pre1//include/mdbtools.h	2011-06-01 00:10:51.536088143 +0900
@@ -147,7 +147,7 @@
 #define IS_JET3(mdb) (mdb->f->jet_version==MDB_VER_JET3)

 /* hash to store registered backends */
-extern GHashTable	*mdb_backends;
+static GHashTable	*mdb_backends;

 /* forward declarations */
 typedef struct mdbindex MdbIndex;