From d5bc7fc752fa5dad088c017890d1d600ca5c026d Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Fri, 13 Dec 2002 21:31:38 +0000 Subject: create ~/.xine if it doesn't exist for plugin catalog CVS patchset: 3514 CVS date: 2002/12/13 21:31:38 --- src/xine-engine/plugin_catalog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 1aedd6c70..f30c72140 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.8 2002/12/08 20:53:02 miguelfreitas Exp $ + * $Id: plugin_catalog.h,v 1.9 2002/12/13 21:31:38 guenter Exp $ * * xine-internal header: Definitions for plugin lists * @@ -37,6 +37,7 @@ #define CACHE_CATALOG_VERSION 0 #define CACHE_CATALOG_FILE ".xine/catalog.cache" +#define CACHE_CATALOG_DIR ".xine" typedef struct { char *filename; -- cgit v1.2.3