[xiph-commits] r12347 - in trunk/xiph-qt: OggExport/src OggImport/src common

arek at svn.xiph.org arek at svn.xiph.org
Thu Jan 18 07:16:57 PST 2007


Author: arek
Date: 2007-01-18 07:16:53 -0800 (Thu, 18 Jan 2007)
New Revision: 12347

Modified:
   trunk/xiph-qt/OggExport/src/OggExport.h
   trunk/xiph-qt/OggImport/src/OggImport.h
   trunk/xiph-qt/common/config.h
Log:
Bundle identifier fixes.

Modified: trunk/xiph-qt/OggExport/src/OggExport.h
===================================================================
--- trunk/xiph-qt/OggExport/src/OggExport.h	2007-01-18 13:45:42 UTC (rev 12346)
+++ trunk/xiph-qt/OggExport/src/OggExport.h	2007-01-18 15:16:53 UTC (rev 12347)
@@ -37,8 +37,7 @@
 #if !defined(XIPHQT_BUNDLE_ID)
 #define kOggExportBundleID "org.xiph.xiph-qt.oggexport"
 #else
-//#define kOggExportBundleID kXiphQTBundleID
-#define kOggExportBundleID XIPHQT_BUNDLE_ID
+#define kOggExportBundleID kXiphQTBundleID
 #endif  /* XIPHQT_BUNDLE_ID */
 
 #define kExporterResID                  4040

Modified: trunk/xiph-qt/OggImport/src/OggImport.h
===================================================================
--- trunk/xiph-qt/OggImport/src/OggImport.h	2007-01-18 13:45:42 UTC (rev 12346)
+++ trunk/xiph-qt/OggImport/src/OggImport.h	2007-01-18 15:16:53 UTC (rev 12347)
@@ -37,8 +37,7 @@
 #if !defined(XIPHQT_BUNDLE_ID)
 #define kOggVorbisBundleID "org.xiph.xiph-qt.oggimport"
 #else
-//#define kOggVorbisBundleID kXiphQTBundleID
-#define kOggVorbisBundleID XIPHQT_BUNDLE_ID
+#define kOggVorbisBundleID kXiphQTBundleID
 #endif  /* XIPHQT_BUNDLE_ID */
 
 #define kImporterResID                  4000

Modified: trunk/xiph-qt/common/config.h
===================================================================
--- trunk/xiph-qt/common/config.h	2007-01-18 13:45:42 UTC (rev 12346)
+++ trunk/xiph-qt/common/config.h	2007-01-18 15:16:53 UTC (rev 12347)
@@ -32,6 +32,10 @@
 #define __xiphqt_config_h__
 
 
+#if !defined(XIPHQT_NO_ENCODERS)
 #define kXiphQTBundleID "org.xiph.xiph-qt.xiphqt"
+#else
+#define kXiphQTBundleID "org.xiph.xiph-qt.xiphqt-decoders"
+#endif
 
 #endif /* __data_types_h__ */



More information about the commits mailing list