From d6423b628bb7437529b2d9c4cf388fd9560886b7 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 29 Dec 2002 14:04:43 +0000 Subject: - new post plugin property: type - include post plugins in plugin catalog CVS patchset: 3716 CVS date: 2002/12/29 14:04:43 --- src/xine-engine/plugin_catalog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/plugin_catalog.h') diff --git a/src/xine-engine/plugin_catalog.h b/src/xine-engine/plugin_catalog.h index f30c72140..033b817b5 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.9 2002/12/13 21:31:38 guenter Exp $ + * $Id: plugin_catalog.h,v 1.10 2002/12/29 14:04:43 mroi 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 0 +#define CACHE_CATALOG_VERSION 1 #define CACHE_CATALOG_FILE ".xine/catalog.cache" #define CACHE_CATALOG_DIR ".xine" -- cgit v1.2.3