Original commit message from CVS:
* win32/common/config.h.in:
Add GST_DATADIR, hard-code cpu to x86.
* win32/common/libgstreamer.def:
Spaces to tabs.
+2008-09-09 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * win32/common/config.h.in:
+ Add GST_DATADIR, hard-code cpu to x86.
+
+ * win32/common/libgstreamer.def:
+ Spaces to tabs.
+
2008-09-03 Tim-Philipp Müller <tim.muller at collabora co uk>
* gst/gsttaglist.h:
-Subproject commit 8d494854a6018336a80ece82ceb3df0033e2da9c
+Subproject commit 1ff63d8f92c36bf207434436f4ce75f2a4ea11a4
/* 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"
#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
gst_pad_is_blocked
gst_pad_is_blocking
gst_pad_is_linked
- gst_pad_iterate_internal_links
- gst_pad_iterate_internal_links_default
+ gst_pad_iterate_internal_links
+ gst_pad_iterate_internal_links_default
gst_pad_link
gst_pad_link_return_get_type
gst_pad_load_and_link