Commit graph

725 commits

Author SHA1 Message Date
Edward Hervey
02be555df3 configure: Remove -Wundef flag
Same fix as for #615161
2010-04-12 12:43:05 +02:00
Sebastian Dröge
c88c88de0d build: Add all kinds of compiler warning flags and fix the resulting warnings 2010-03-24 11:27:40 +01:00
Benjamin Otte
d9ad767c7e Update CXXFLAGS, too 2010-03-10 22:13:45 +01:00
Benjamin Otte
36e0e1bc3a 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:56:45 +01:00
Sebastian Dröge
fabb0ad3fd 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:04:40 +00:00
Tim-Philipp Müller
6aa69b0bdb Back to development 2010-03-09 17:42:11 +00:00
Tim-Philipp Müller
7cf205b8b7 Release 0.10.14 2010-03-06 01:13:25 +00:00
Tim-Philipp Müller
051cf98040 0.10.13.4 pre-release 2010-03-03 22:52:30 +00:00
Tim-Philipp Müller
cfc2820ce1 0.10.13.3 pre-release 2010-02-24 01:40:34 +00:00
Tim-Philipp Müller
f144d1795d 0.10.13.2 pre-release
Update core/base requirement to 0.10.26, since that's more likely
to be the actual requirement.
2010-02-19 01:07:49 +00:00
Tim-Philipp Müller
bde03ffc01 configure: fix up GST_CXXFLAGS properly
We don't want C specific flags in GST_CXXFLAGS, so base it on the
GST_CFLAGS that only contains the pkg-config CFLAGS but none of
the GST_OPTION_CFLAGS. Also, we only need the local includes once.
2010-02-16 00:26:37 +00:00
Stefan Kost
086528d359 configure: base GST_CXXFLAGS on --cflags from pkg-config
pkg-config sets GST_CFLAGS and GST_LIBS. We need to use CFLAGS as a starting
point for for both C and CXX settings.
2010-02-15 23:16:32 +02:00
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