Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
b46d0462
Commit
b46d0462
authored
May 14, 2010
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.10.22.2 pre-release
parent
85249d76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
configure.ac
configure.ac
+1
-1
win32/common/config.h
win32/common/config.h
+13
-4
No files found.
configure.ac
View file @
b46d0462
...
...
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
AC_INIT(GStreamer Good Plug-ins, 0.10.22.
1
,
AC_INIT(GStreamer Good Plug-ins, 0.10.22.
2
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)
...
...
win32/common/config.h
View file @
b46d0462
...
...
@@ -40,7 +40,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins
git
"
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins
prerelease
"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
...
...
@@ -144,6 +144,9 @@
/* Define to enable building of plug-ins with external deps. */
#undef HAVE_EXTERNAL
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* FIONREAD ioctl found in sys/filio.h */
#undef HAVE_FIONREAD_IN_SYS_FILIO
...
...
@@ -228,6 +231,9 @@
/* Define to enable OSS audio (used by ossaudio). */
#undef HAVE_OSS
/* Define to enable Open Sound System 4 (used by oss4). */
#undef HAVE_OSS4
/* Define if OSS includes are in /machine/ */
#undef HAVE_OSS_INCLUDE_IN_MACHINE
...
...
@@ -294,6 +300,9 @@
/* Define to enable Sun Audio (used by sunaudio). */
#undef HAVE_SUNAUDIO
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
...
...
@@ -359,7 +368,7 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.22.
1
"
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.22.
2
"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
...
...
@@ -368,7 +377,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.10.22.
1
"
#define PACKAGE_VERSION "0.10.22.
2
"
/* directory where plugins are located */
#ifdef _DEBUG
...
...
@@ -399,7 +408,7 @@
#undef STDC_HEADERS
/* Version number of package */
#define VERSION "0.10.22.
1
"
#define VERSION "0.10.22.
2
"
/* old wavpack API */
#undef WAVPACK_OLD_API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment