Tim-Philipp Müller
a5984e6b49
win32: change how win32/common/config.h is updated
...
Generate win32/common/config.h-new directly from config.h.in,
using shell variables in configure and some hard-coded information.
Change top-level makefile so that 'make win32-update' copies the
generated file to win32/common/config.h, which we keep in source
control. It's kept in source control so that the git tree is
buildable from VS.
This change is similar to the ones applied a while ago to GStreamer
core, gst-plugins-base and gst-plugins-good and prevents configure
from changing files in source control. The generated config.h
should be ok, but needs testing.
2010-02-01 09:27:58 +00:00
Edward Hervey
90ca3dcc17
configure.ac: And back to development we go...
2009-10-24 20:37:04 +02:00
Jan Schmidt
5144f65805
Release 0.10.13
2009-10-21 17:16:00 +01:00
Jan Schmidt
4a0737d74e
0.10.12.3 pre-release
2009-10-15 23:59:43 +01:00
Jan Schmidt
8486f0180b
0.10.12.2 pre-release
2009-10-12 13:54:27 +01:00
Mark Nauwelaerts
99be297172
x264enc: adjust configure checking to changed upstream
2009-10-02 15:23:18 +02:00
Sebastian Dröge
bd8df13ab0
amr: Use opencore-amr pkg-config files if possible
...
This makes it possible to build the plugins when the libraries
are installed at non-standard locations.
Fixes bug #591348 .
2009-08-17 17:31:10 +02:00
Tim-Philipp Müller
ba49058ea9
configure: bump core/base requirements to released versions
...
to avoid confusion.
2009-08-10 22:22:39 +01:00
Sebastian Dröge
883fdeb3b2
configure: Remove all mentions to the id3tag plugin which was removed
2009-08-04 10:44:43 +02:00
Marvin Schmidt
228e19fb19
mad: make check for mad independent of the check for id3tag
...
Fixes bug #590432 .
2009-08-04 10:42:09 +02:00
Iago Toral
79d4b18044
amr: Add AMR-WB decoder and AMR-NB encoder and decoder
...
These are based on the OpenCore codecs.
Fixes bug #584890 .
2009-07-27 20:14:28 +02:00
Tim-Philipp Müller
f5d046a0b0
dvdnav: remove dvdnav plugin
...
Remove dvdnav plugin, it has no future. resindvd is the plugin to
use for dvd playback. Note that dvdnav was never really enabled
in -ugly, you had to edit configure.ac to get it built.
2009-07-22 11:10:38 +01:00
Tim-Philipp Müller
aa0d6f7b48
asfdemux: use new bytereader functions for image tag parsing
2009-06-23 01:38:01 +01:00
Jan Schmidt
f753045191
Back to development -> 0.10.12.1
2009-06-18 20:29:23 +01:00
Jan Schmidt
5a62da12b0
Release 0.10.12
2009-06-18 08:34:54 +01:00
Jan Schmidt
5d2847b71c
0.10.11.2 pre-release
2009-06-05 22:10:02 +01:00
Jan Schmidt
5e176f4b0c
Moved 'x264enc' from -bad to -ugly
2009-06-05 19:25:54 +01:00
Tim-Philipp Müller
d64ccc39b6
configure: bump core/base requirements to released versions
2009-05-30 13:08:14 +01:00
Tim-Philipp Müller
19c22fa7a2
autogen: move the -Wno-portability for automake into configure.ac
2009-05-30 13:08:14 +01:00
Tim-Philipp Müller
95ddda57e2
lame: fix compilation with LAME versions < 3.98
...
lame_set_VBR_quality(), which takes a floating point value for the
quality, has been added only in v3.98. Use lame_set_VBR_q(), which
takes quality as an integer, for older LAME versions.
Fixes #581341 .
2009-05-05 16:38:19 +01:00
Wim Taymans
48c53be0ef
configure.ac: require git -base
...
We require 0.10.22.1 of -base for the new Match-If and ETag headers in RTSP.
2009-04-14 10:51:45 +02:00
Michael Smith
6b9c72619a
asfdemux: link to all required libraries including indirectly used ones.
...
On win32, we're required to link to all the libraries used - including
ones only indirectly used by other libs. So, add gstaudio, gsttag, and
(for windows only) winsock.
2009-04-08 11:44:53 -07:00
David Schleef
73eb3377d3
twolame: bump requirement to 0.3.10
...
0.3.10 is the first version with the float32 encoder functions.
Fixes #576305 .
2009-03-22 13:15:48 -07:00
Jan Schmidt
5397498698
back to development -> 0.10.11.1
2009-03-22 20:15:24 +00:00
Jan Schmidt
f1c9e3bdf3
Release 0.10.11
2009-03-21 01:05:22 +00:00
Jan Schmidt
d2dc7fcd79
0.10.10.3 pre-release
2009-03-13 22:58:13 +00:00
Jan Schmidt
b313e3809b
0.10.10.2 pre-release
...
Bump version number, update translations and win32 config.h
2009-03-10 01:03:12 +00:00
Jan Schmidt
b2d11de70a
Moved twolame from Bad to Ugly
2009-03-10 01:03:07 +00:00
Jan Schmidt
ca2990b67c
build: Update shave init statement for changes in common. Bump common.
2009-02-25 20:52:08 +00:00
Jan Schmidt
7080724fb7
Use shave for the build output
2009-02-22 19:19:12 +00:00
Sebastian Dröge
67d36a32ff
configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change.
...
Original commit message from CVS:
* configure.ac:
Apparently AC_CONFIG_MACRO_DIR breaks when using more
than one macro directory, reverting last change.
2008-12-04 20:11:33 +00:00
Sebastian Dröge
266d43b116
configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
...
Original commit message from CVS:
* configure.ac:
Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
our M4 macros.
2008-12-04 19:48:20 +00:00
Sebastian Dröge
bc794219f3
Require gettext 0.17 because older versions don't mix with libtool 2.2. At build time an older gettext version will s...
...
Original commit message from CVS:
Patch by: Cygwin Ports maintainer
<yselkowitz at users dot sourceforge dot net>
* autogen.sh:
* configure.ac:
Require gettext 0.17 because older versions don't mix with libtool
2.2. At build time an older gettext version will still work.
Fixes bug #556091 .
2008-11-29 13:33:37 +00:00
Jan Schmidt
4a8c73e694
configure.ac: Back to development -> 0.10.10.1
...
Original commit message from CVS:
* configure.ac:
Back to development -> 0.10.10.1
2008-11-20 20:42:33 +00:00
Jan Schmidt
025df0b06c
Release 0.10.10 - "Under the House"
...
Original commit message from CVS:
Release 0.10.10 - "Under the House"
2008-11-19 14:30:44 +00:00
Jan Schmidt
73f76a8866
configure.ac: 0.10.9.3 pre-release
...
Original commit message from CVS:
* configure.ac:
0.10.9.3 pre-release
2008-11-12 23:19:55 +00:00
Jan Schmidt
5b6263f961
configure.ac: oops, forgot to bump the version back to devel after the last release 0.10.9.1
...
Original commit message from CVS:
* configure.ac:
oops, forgot to bump the version back to devel
after the last release 0.10.9.1
2008-10-24 20:44:13 +00:00
Jan Schmidt
34014be4d4
Release 0.10.9
...
Original commit message from CVS:
Release 0.10.9
2008-08-26 23:06:04 +00:00
Jan Schmidt
4f1c7a82e6
0.10.8.2 pre-release.
...
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
* docs/plugins/gst-plugins-ugly-plugins-sections.txt:
* docs/plugins/gst-plugins-ugly-plugins.args:
* docs/plugins/gst-plugins-ugly-plugins.hierarchy:
* docs/plugins/gst-plugins-ugly-plugins.interfaces:
* docs/plugins/inspect/plugin-a52dec.xml:
* docs/plugins/inspect/plugin-asf.xml:
* docs/plugins/inspect/plugin-cdio.xml:
* docs/plugins/inspect/plugin-dvdlpcmdec.xml:
* docs/plugins/inspect/plugin-dvdread.xml:
* docs/plugins/inspect/plugin-dvdsub.xml:
* docs/plugins/inspect/plugin-iec958.xml:
* docs/plugins/inspect/plugin-lame.xml:
* docs/plugins/inspect/plugin-mad.xml:
* docs/plugins/inspect/plugin-mpeg2dec.xml:
* docs/plugins/inspect/plugin-mpegaudioparse.xml:
* docs/plugins/inspect/plugin-mpegstream.xml:
* docs/plugins/inspect/plugin-realmedia.xml:
* docs/plugins/inspect/plugin-siddec.xml:
* ext/Makefile.am:
0.10.8.2 pre-release.
* po/LINGUAS:
* po/POTFILES.in:
* po/id.po:
Add new translation.
2008-08-12 09:16:13 +00:00
Sebastian Dröge
449f1281d5
configure.ac: Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include flags that are invalid for C++.
...
Original commit message from CVS:
* configure.ac:
Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
flags that are invalid for C++.
2008-07-08 14:01:51 +00:00
Tim-Philipp Müller
f887811a64
Use correct error code for encrypted streams.
...
Original commit message from CVS:
* configure.ac:
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_object):
Use correct error code for encrypted streams.
2008-07-03 13:12:26 +00:00
Jan Schmidt
28e2ae560a
configure.ac: Back to devel -> 0.10.8.1
...
Original commit message from CVS:
* configure.ac:
Back to devel -> 0.10.8.1
2008-05-25 21:03:41 +00:00
Jan Schmidt
63c433b14d
Release 0.10.8
...
Original commit message from CVS:
Release 0.10.8
2008-05-21 23:03:13 +00:00
Jan Schmidt
0f3279aeb1
configure.ac: 0.10.7.4 pre-release
...
Original commit message from CVS:
* configure.ac:
0.10.7.4 pre-release
2008-05-19 21:38:16 +00:00
Jan Schmidt
3530e34731
Commit 0.10.7.3 pre-rel marker
...
Original commit message from CVS:
Commit 0.10.7.3 pre-rel marker
2008-05-19 10:02:41 +00:00
Jan Schmidt
a3e36958ae
configure.ac: 0.10.7.2 pre-release
...
Original commit message from CVS:
* configure.ac:
0.10.7.2 pre-release
2008-05-10 15:32:41 +00:00
Tim-Philipp Müller
6fe41c32bb
configure.ac: Error out if we don't have the required core/base versions.
...
Original commit message from CVS:
* configure.ac:
Error out if we don't have the required core/base versions.
2008-05-07 08:00:24 +00:00
Damien Lespiau
aea855b7a8
configure.ac: Actually build dlls when cross-compiling with mingw32.
...
Original commit message from CVS:
Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
* configure.ac:
Actually build dlls when cross-compiling with mingw32.
Fixes bug #526247 .
2008-04-06 08:57:33 +00:00
Sebastian Dröge
0815b78811
Depend on GLib 2.12 and use it unconditionally as we do in other modules too already.
...
Original commit message from CVS:
* configure.ac:
* gst/mpegaudioparse/gstmpegaudioparse.c:
(mpeg_audio_seek_entry_free):
* gst/mpegaudioparse/gstxingmux.c: (gst_xing_seek_entry_free):
Depend on GLib 2.12 and use it unconditionally as we do in other
modules too already.
2008-04-04 19:04:20 +00:00
Sebastian Dröge
666d19fe1a
configure.ac: Check if the compiler supports do { } while (0) macros. This fixes a warning when compiling with g++ 4....
...
Original commit message from CVS:
* configure.ac:
Check if the compiler supports do { } while (0) macros. This fixes
a warning when compiling with g++ 4.3, resulting in a build failure
because of -Werror.
2008-03-21 14:15:27 +00:00