mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
dist more win32 files
Original commit message from CVS: dist more win32 files
This commit is contained in:
parent
9251aa08ff
commit
8efded9789
2 changed files with 11 additions and 4 deletions
|
@ -3,11 +3,13 @@ win32/common/libgstaudio.def
|
||||||
win32/common/libgstriff.def
|
win32/common/libgstriff.def
|
||||||
win32/common/libgsttag.def
|
win32/common/libgsttag.def
|
||||||
win32/common/libgstvideo.def
|
win32/common/libgstvideo.def
|
||||||
|
win32/common/libgstinterfaces.def
|
||||||
win32/common/interfaces-enumtypes.c
|
win32/common/interfaces-enumtypes.c
|
||||||
win32/common/interfaces-enumtypes.h
|
win32/common/interfaces-enumtypes.h
|
||||||
win32/common/multichannel-enumtypes.c
|
win32/common/multichannel-enumtypes.c
|
||||||
win32/common/multichannel-enumtypes.h
|
win32/common/multichannel-enumtypes.h
|
||||||
win32/common/_stdint.h
|
win32/common/_stdint.h
|
||||||
|
win32/vs6/grammar.dsp
|
||||||
win32/vs6/gst_plugins_base.dsw
|
win32/vs6/gst_plugins_base.dsw
|
||||||
win32/vs6/libgstadder.dsp
|
win32/vs6/libgstadder.dsp
|
||||||
win32/vs6/libgstaudio.dsp
|
win32/vs6/libgstaudio.dsp
|
||||||
|
@ -21,6 +23,7 @@ win32/vs6/libgstffmpegcolorspace.dsp
|
||||||
win32/vs6/libgstinterfaces.dsp
|
win32/vs6/libgstinterfaces.dsp
|
||||||
win32/vs6/libgstnetbuffer.dsp
|
win32/vs6/libgstnetbuffer.dsp
|
||||||
win32/vs6/libgstogg.dsp
|
win32/vs6/libgstogg.dsp
|
||||||
|
win32/vs6/libgstplaybin.dsp
|
||||||
win32/vs6/libgstriff.dsp
|
win32/vs6/libgstriff.dsp
|
||||||
win32/vs6/libgstrtp.dsp
|
win32/vs6/libgstrtp.dsp
|
||||||
win32/vs6/libgstsinesrc.dsp
|
win32/vs6/libgstsinesrc.dsp
|
||||||
|
@ -29,5 +32,9 @@ win32/vs6/libgsttag.dsp
|
||||||
win32/vs6/libgsttheora.dsp
|
win32/vs6/libgsttheora.dsp
|
||||||
win32/vs6/libgsttypefindfunctions.dsp
|
win32/vs6/libgsttypefindfunctions.dsp
|
||||||
win32/vs6/libgstvideo.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/vs6/libgstvorbis.dsp
|
||||||
win32/MANIFEST
|
win32/MANIFEST
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
#define GST_LICENSE "LGPL"
|
#define GST_LICENSE "LGPL"
|
||||||
|
|
||||||
/* package name in plugins */
|
/* 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 */
|
/* package origin */
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
@ -211,13 +211,13 @@
|
||||||
#undef PACKAGE_NAME "GStreamer Base Plug-ins"
|
#undef PACKAGE_NAME "GStreamer Base Plug-ins"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* 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. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#undef PACKAGE_TARNAME "gst-plugins-base"
|
#undef PACKAGE_TARNAME "gst-plugins-base"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* 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 */
|
/* directory where plugins are located */
|
||||||
#undef PLUGINDIR
|
#undef PLUGINDIR
|
||||||
|
@ -241,7 +241,7 @@
|
||||||
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
/* Version number of package */
|
/* 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
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
|
Loading…
Reference in a new issue