diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-03 22:38:25 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-03 22:38:25 +0000 |
commit | deb9a6340e65ae359293cf50785f95adf80b193d (patch) | |
tree | 4bd3bf19f582bfe8951bf65a3c9d10d23c47afd6 /src/xine-engine/plugin_catalog.h | |
parent | 9b4c89d96993cb82c75655cf2529ab032317f36c (diff) | |
download | xine-lib-deb9a6340e65ae359293cf50785f95adf80b193d.tar.gz xine-lib-deb9a6340e65ae359293cf50785f95adf80b193d.tar.bz2 |
Siggi and i have an agreement about the preloading. :)
now any plugin may add a PLUGIN_MUST_PRELOAD to it's type and
the class initialization function will be called on xine startup.
CVS patchset: 3764
CVS date: 2003/01/03 22:38:25
Diffstat (limited to 'src/xine-engine/plugin_catalog.h')
-rw-r--r-- | src/xine-engine/plugin_catalog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/plugin_catalog.h b/src/xine-engine/plugin_catalog.h index 033b817b5..8497b8741 100644 --- a/src/xine-engine/plugin_catalog.h +++ b/src/xine-engine/plugin_catalog.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: plugin_catalog.h,v 1.10 2002/12/29 14:04:43 mroi Exp $ + * $Id: plugin_catalog.h,v 1.11 2003/01/03 22:38:29 miguelfreitas Exp $ * * xine-internal header: Definitions for plugin lists * @@ -35,7 +35,7 @@ /* the engine takes this many plugins for one stream type */ #define PLUGINS_PER_TYPE 10 -#define CACHE_CATALOG_VERSION 1 +#define CACHE_CATALOG_VERSION 2 #define CACHE_CATALOG_FILE ".xine/catalog.cache" #define CACHE_CATALOG_DIR ".xine" |