win32/common/config.h.in: Add GST_DATADIR, hard-code cpu to x86.
[platform/upstream/gstreamer.git] / win32 / common / config.h.in
index 2d1770d..ebc4267 100644 (file)
@@ -11,6 +11,9 @@
 /* PREFIX - specifically added for Windows for easier moving */
 #define PREFIX "C:\\gstreamer"
 
+/* data dir */
+#define GST_DATADIR PREFIX "\\share"
+
 /* Location of registry */
 #define GST_CACHE_DIR PREFIX "\\var\\cache"
 
@@ -45,7 +48,7 @@
 #undef HAVE_CPU_HPPA
 
 /* Define if the host CPU is an x86 */
-#undef HAVE_CPU_I386
+#define HAVE_CPU_I386 1
 
 /* Define if the host CPU is a IA64 */
 #undef HAVE_CPU_IA64
 #define HAVE_WIN32 1
 
 /* Define host CPU */
-#define HOST_CPU "@HOST_CPU@"
+#define HOST_CPU "i686"
 
 /* library dir */
 #ifdef _DEBUG