diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-26 21:08:27 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-26 21:08:27 +0000 |
commit | 5f432f639185824e00e9870050ec739d10c9ec9e (patch) | |
tree | 6c33237594a8501a64f145d8e21ed2856644e235 /include | |
parent | d5cc7d851c761976c77fbf9ab2777d4dbbcdcf7a (diff) | |
download | xine-lib-5f432f639185824e00e9870050ec739d10c9ec9e.tar.gz xine-lib-5f432f639185824e00e9870050ec739d10c9ec9e.tar.bz2 |
Add skindir and plugindir
CVS patchset: 29
CVS date: 2001/04/26 21:08:27
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.tmpl.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 59ee03d70..5a7f29c22 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -29,7 +29,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.7 2001/04/26 11:31:35 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.8 2001/04/26 21:08:27 f1rmb Exp $ * */ @@ -340,5 +340,9 @@ vo_driver_t *load_video_output_plugin(config_values_t *config, /** @} end of loadpluginsgroup */ +#define XINE_PLUGINDIR "@XINE_PLUGINPATH@" +#define XINE_SKINDIR "@XINE_SKINPATH@" + /** @} end of xine_api */ + #endif |