dist more win32 files
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 28 Apr 2006 10:42:57 +0000 (10:42 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 28 Apr 2006 10:42:57 +0000 (10:42 +0000)
Original commit message from CVS:
dist more win32 files

win32/MANIFEST
win32/common/config.h

index 8f213fd1bbaddc40089e59bb8aefc8f74bd2b8e4..bca6a276d2c361e4777ff65e75ac707b660a3d1e 100644 (file)
@@ -3,11 +3,13 @@ win32/common/libgstaudio.def
 win32/common/libgstriff.def
 win32/common/libgsttag.def
 win32/common/libgstvideo.def
+win32/common/libgstinterfaces.def
 win32/common/interfaces-enumtypes.c
 win32/common/interfaces-enumtypes.h
 win32/common/multichannel-enumtypes.c
 win32/common/multichannel-enumtypes.h
 win32/common/_stdint.h
+win32/vs6/grammar.dsp
 win32/vs6/gst_plugins_base.dsw
 win32/vs6/libgstadder.dsp
 win32/vs6/libgstaudio.dsp
@@ -21,6 +23,7 @@ win32/vs6/libgstffmpegcolorspace.dsp
 win32/vs6/libgstinterfaces.dsp
 win32/vs6/libgstnetbuffer.dsp
 win32/vs6/libgstogg.dsp
+win32/vs6/libgstplaybin.dsp
 win32/vs6/libgstriff.dsp
 win32/vs6/libgstrtp.dsp
 win32/vs6/libgstsinesrc.dsp
@@ -29,5 +32,9 @@ win32/vs6/libgsttag.dsp
 win32/vs6/libgsttheora.dsp
 win32/vs6/libgsttypefindfunctions.dsp
 win32/vs6/libgstvideo.dsp
+win32/vs6/libgstvideorate.dsp
+win32/vs6/libgstvideoscale.dsp
+win32/vs6/libgstvideotestsrc.dsp
+win32/vs6/libgstvolume.dsp
 win32/vs6/libgstvorbis.dsp
 win32/MANIFEST
index 03e92baa97bfd123d929a8db9050cc05d5446f77..15f5536dfbc8fdb9962c3661e9c1ca85ccae41f0 100644 (file)
@@ -39,7 +39,7 @@
 #define GST_LICENSE "LGPL"
 
 /* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease"
+#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
 
 /* package origin */
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 #undef PACKAGE_NAME "GStreamer Base Plug-ins"
 
 /* Define to the full name and version of this package. */
-#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.5.4"
+#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.6"
 
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME "gst-plugins-base"
 
 /* Define to the version of this package. */
-#undef PACKAGE_VERSION "0.10.5.4"
+#undef PACKAGE_VERSION "0.10.6"
 
 /* directory where plugins are located */
 #undef PLUGINDIR
 #undef STDC_HEADERS
 
 /* Version number of package */
-#define VERSION "0.10.5.4"
+#define VERSION "0.10.6"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */