diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 10:40:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 10:40:59 +0000 |
commit | 7b34a5e26629b9ded42cb85caa69aae03f41c1da (patch) | |
tree | 682960c1b342ef481af75fcec8279fa56134be96 /avmedia/source/inc/mediamisc.hxx | |
parent | 393a72ef47d21765c0cd765a1b229e9df38ac0ef (diff) |
INTEGRATION: CWS macosxquicktime01 (1.3.16); FILE MERGED
2007/10/05 03:13:47 msicotte 1.3.16.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration
Diffstat (limited to 'avmedia/source/inc/mediamisc.hxx')
-rw-r--r-- | avmedia/source/inc/mediamisc.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/avmedia/source/inc/mediamisc.hxx b/avmedia/source/inc/mediamisc.hxx index d1d05c5d79a7..f131bbffce5e 100644 --- a/avmedia/source/inc/mediamisc.hxx +++ b/avmedia/source/inc/mediamisc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: mediamisc.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:49:09 $ + * last change: $Author: vg $ $Date: 2007-12-07 11:40:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,9 +40,12 @@ class ResMgr; #ifdef WNT #define AVMEDIA_MANAGER_SERVICE_NAME "com.sun.star.media.Manager_DirectX" #else +#ifdef QUARTZ +#define AVMEDIA_MANAGER_SERVICE_NAME "com.sun.star.comp.avmedia.Manager_QuickTime" +#else #define AVMEDIA_MANAGER_SERVICE_NAME "com.sun.star.media.Manager_Java" #endif - +#endif namespace avmedia { |