From 8efded97899771da8a330c6dd62f47c00742cea3 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 28 Apr 2006 10:42:57 +0000 Subject: [PATCH] dist more win32 files Original commit message from CVS: dist more win32 files --- win32/MANIFEST | 7 +++++++ win32/common/config.h | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/win32/MANIFEST b/win32/MANIFEST index 8f213fd1bb..bca6a276d2 100644 --- a/win32/MANIFEST +++ b/win32/MANIFEST @@ -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 diff --git a/win32/common/config.h b/win32/common/config.h index 03e92baa97..15f5536dfb 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -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" @@ -211,13 +211,13 @@ #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 @@ -241,7 +241,7 @@ #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). */