Tim-Philipp Müller
ffd2d68ac0
0.10.23.4 pre-release
2010-07-07 00:42:46 +01:00
Tim-Philipp Müller
c96f8bd430
0.10.23.3 pre-release
2010-06-29 20:18:51 +01:00
Tim-Philipp Müller
ee4b378c77
configure: fix --disable-external
2010-06-29 19:12:36 +01:00
Tim-Philipp Müller
8d0d93bcc6
Bump automake requirement to 1.10 and autoconf to 2.60
...
For maintainability reasons and $(builddir).
See #622944 .
2010-06-28 16:10:59 +01:00
Sebastian Dröge
b47b393566
configure: Require GTK+ >= 2.14 for the examples
2010-06-27 10:31:17 +02:00
Tim-Philipp Müller
ce694a9777
0.10.23.2 pre-release
2010-06-26 18:42:29 +01:00
Sebastian Dröge
584eb7aa9a
configure: Use GLIB_EXTRA_CFLAGS
2010-06-14 13:27:43 +02:00
David Schleef
269686fe35
configure: use m4 macro to check for Orc
2010-06-09 18:37:29 -07:00
David Schleef
02c279a511
configure: remove liboil check
2010-06-08 17:25:35 -07:00
David Schleef
d9817d5ec0
configure: Add orc check
2010-06-08 17:25:34 -07:00
Sebastian Dröge
2f71143135
raw1394: Require libraw1394 >= 2.0.0 for raw1394_read_cycle_timer
...
Fixes bug #620929 .
2010-06-08 09:23:19 +02:00
Pierre-Louis Bossart
66a76d1f65
pulsesink: optimize communication with PulseAudio using pa_stream_begin_write
2010-06-02 13:47:06 +02:00
Sebastian Dröge
b678815316
gdkpixbuf: Add a gdkpixbuf3 plugin that uses gdkpixbuf3
2010-06-01 11:21:28 +02:00
Tim-Philipp Müller
0005a3da24
configure: require core/base git
...
For WebM typefinding and GstTagsetter fixes.
2010-06-01 09:39:38 +01:00
Tim-Philipp Müller
d4c629f751
Back to development
2010-06-01 09:39:38 +01:00
Tim-Philipp Müller
418885d898
Release 0.10.23
2010-05-30 14:03:53 +01:00
Tim-Philipp Müller
64a01683ad
0.10.22.3 pre-release
2010-05-26 12:01:26 +01:00
Sebastian Dröge
956c1d83f1
configure: Use = instead of == in shell scripts for equality checks
2010-05-15 21:19:37 +02:00
Tim-Philipp Müller
b46d04627f
0.10.22.2 pre-release
2010-05-14 18:33:32 +01:00
Tim-Philipp Müller
1732ce033a
Move oss4 plugin from -bad to -good
...
Hook up build infrastructure, docs and tests.
Fixes #614305 .
2010-05-11 19:02:55 +01:00
Tim-Philipp Müller
5fcbea7e7e
Move imagefreeze plugin from -bad to -good
...
Hook up build infrastructure, docs and unit test for new plugin.
Fixes #613786 .
2010-05-11 14:31:44 +01:00
Sebastian Dröge
15617314f2
configure: Check for GTK+ 3.0 and if it's not available for GTK+ 2.0
2010-05-11 10:01:52 +02:00
Tim-Philipp Müller
5de7036292
Back to development.
2010-04-29 15:18:07 +01:00
Tim-Philipp Müller
1b17189816
Release 0.10.22
2010-04-28 02:58:02 +01:00
Tim-Philipp Müller
ab4981788a
0.10.21.3 pre-release
2010-04-26 00:01:25 +01:00
Thiago Santos
a5f21714e6
configure: Drop -Wcast-align
...
Commit message copied from core's commit from Benjamin Otte:
246f5dba96
Apparently gcc warns that GstMiniObject is not castable to
GstEvent/Message/Buffer due to them containing 64bit variables, even
though ARM hackers claim that those only need 4byte alignment. And as
long as gcc behaves that way, this warning is not very useful.
So we'll remove the warning until this problem is fixed.
Fixes #615698
2010-04-15 08:38:45 -03:00
Tim-Philipp Müller
1349d5d765
0.10.21.2 pre-release
2010-04-15 00:56:46 +01:00
Tim-Philipp Müller
f30f907c37
configure: also remove -Waggregate-return from warning flags
...
It causes problems with Objective-C code like in osxvideosink.
Fixes #613663 .
2010-04-13 00:14:46 +01:00
Edward Hervey
5cd3896142
configure: Remove -Wundef flag
...
Fixes #615161
2010-04-12 12:40:11 +02:00
Stefan Kost
0e0369cd62
Revert "configure: fix out of source dir builds"
...
This reverts commit ca0bd3a8ce
.
2010-04-04 22:12:07 +03:00
Stefan Kost
ca0bd3a8ce
configure: fix out of source dir builds
...
Remove non-existing gst-libs from include and library-paths'.
Fixes #614354 even more.
2010-04-04 21:58:57 +03:00
Rob Clark
25b0a4c91a
build: fix compiler warning when srcdir != builddir
...
Fixes '../../gst-libs: No such file or directory' warning/error when
the build directory is not the same as the source directory.
Fixes #614354 .
2010-03-30 13:52:12 +01:00
Benjamin Otte
015ce708e4
-Wold-style-definition is not valid for C++
2010-03-21 17:46:06 +01:00
Benjamin Otte
4f5a49a4c7
Add a large set of warning flags.
...
None of them trigger warnings anymore, so nothing needed to be fixed.
2010-03-21 17:24:14 +01:00
Benjamin Otte
412cc10314
Add -Wold-style-definition flag
...
And fix the warnings
2010-03-21 15:17:46 +01:00
Benjamin Otte
3f511ec361
Add -Wwrite-strings to the configure flags
...
... and fix all warnings
2010-03-21 14:17:47 +01:00
Wim Taymans
ef804589ca
rtsp: use GType from -base and bump required version
...
Use the transport flags GType from -base and bump the required version of -base
because of this.
2010-03-19 15:03:43 +01:00
Benjamin Otte
c76e72a7f5
Add -Wundef to configure flags
...
and fix the resulting warnings
2010-03-17 21:33:28 +01:00
Benjamin Otte
88ee9d817c
-Wmissing-prototypes is not valid for C++
2010-03-17 20:02:16 +01:00
Benjamin Otte
1055aaa9cb
Add -Wredundant-decls warning flag
...
Also fix compile issues
2010-03-17 19:35:10 +01:00
Benjamin Otte
3342b1679e
Add -Wmissing-declarations -Wmissing-prototypes warning flags
...
And fix all the warnings.
2010-03-17 18:23:28 +01:00
Руслан Ижбулатов
d544c7b937
png: Check for libpng >= 1.2 instead of libpng12
2010-03-16 15:20:10 +01:00
Benjamin Otte
cf6d4cd94e
Update CXXFLAGS, too, just like CFLAGS
2010-03-10 22:15:04 +01:00
Benjamin Otte
21f66635e8
Update for recent changes to common submodule
...
This just replaces every "$ERROR_CFLAGS" usage with a usage of
"$WARNING_CFLAGS $ERROR_CFLAGS" to get the same functionality as
previously.
Actually using that separation will happen later.
2010-03-10 21:53:51 +01:00
Sebastian Dröge
3e2e82afef
configure: Use automake 1.11 silent rules instead of shave if available
...
This makes sure that we use something that is still maintained and
also brings back libtool 1.5 support.
2010-03-09 21:03:18 +00:00
Tim-Philipp Müller
5d07a2c88f
Back to development
2010-03-09 17:45:27 +00:00
Tim-Philipp Müller
e39295317b
Release 0.10.21
2010-03-09 00:28:16 +00:00
Tim-Philipp Müller
01b6861527
Release 0.10.20
2010-03-08 23:42:51 +00:00
Tim-Philipp Müller
4379378239
Release 0.10.19
2010-03-06 00:43:03 +00:00
Tim-Philipp Müller
552d6b703d
0.18.4 pre-release
2010-03-03 20:29:30 +00:00