Edward Hervey
e879166d44
configure.ac: Don't forget to include new libavcore library
2011-01-24 17:26:20 +01:00
Tim-Philipp Müller
60e8ca179f
configure: require core 0.10.31
...
For gst_util_fraction_compare()
2011-01-14 09:36:46 +00:00
Sebastian Dröge
d4a999ca93
configure: Require orc >= 0.4.6 for --compat
2010-09-05 12:28:18 +02:00
Sebastian Dröge
d3627ad44c
configure: Use AC_PROG_CC_STDC instead of the automake variant
2010-08-04 19:41:06 +02:00
Sebastian Dröge
7ee6a15112
configure: Fix FIXME comment
2010-08-04 19:32:51 +02:00
Edward Hervey
1fade81e14
Back to development.
2010-07-16 12:45:18 +02:00
Edward Hervey
65cc6881a4
releasing 0.10.11, "Feeding trolls is strictly forbidden"
2010-07-15 21:28:30 +02:00
Edward Hervey
40466f939a
configure.ac: 0.10.10.5 pre-release
2010-07-07 12:41:24 +02:00
Edward Hervey
a2ed45acc0
configure.ac: 0.10.10.4 pre-release
2010-06-30 10:32:25 +02:00
Tim-Philipp Müller
e90a2a7161
Bump automake requirement to 1.10, autoconf to 2.60 and libtool to 1.5
...
For maintainability reasons. These are the versions we require in
other modules.
2010-06-28 17:13:50 +01:00
Edward Hervey
1675f78222
0.10.10.3 pre-release
2010-06-27 12:52:39 +02:00
Edward Hervey
65c5d814c2
0.10.10.2 pre-release
2010-06-27 10:51:48 +02:00
Edward Hervey
96479cdd08
configure: Disable doc/applicatoin building
2010-06-16 11:55:40 +02:00
Edward Hervey
133b88fc63
configure: Use --enable-pic instead of --enabled-shared
...
Not sure when that option was added, but it does what we want (i.e. produce
PIC code in .a/.la that we can then link into a shared library)
2010-06-16 11:46:02 +02:00
Sebastian Dröge
899d2f0cec
Use orc instead of liboil for CPU feature detection
2010-06-14 14:38:44 +02:00
Sebastian Dröge
24ec624c77
configure: Use GLIB_EXTRA_CFLAGS
2010-06-14 13:28:50 +02:00
Edward Hervey
b67df81be5
configure.ac: Execute ffmpeg's configure command from that directory
...
Avoids stupid sed warnings
2010-05-31 19:18:20 +02:00
Edward Hervey
7f49941366
configure.ac: Don't build filters
...
We don't use them
2010-05-31 18:53:51 +02:00
Tim-Philipp Müller
a53eff72d6
configure: avoid bash-ism
2010-05-25 13:56:49 +01:00
Sebastian Dröge
a450bd027f
build: Add all kinds of compiler warning flags and fix the resulting warnings
2010-03-24 12:07:28 +01:00
Sebastian Dröge
47f9aba42d
configure: $GST_CVS -> $GST_GIT
2010-03-24 11:53:46 +01:00
Benjamin Otte
0943520b57
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 22:10:08 +01:00
Edward Hervey
a55e9afbee
configure.ac: And back to development we go...
...
... even if some people didn't pay attention :P
2010-03-10 10:07:10 +01:00
Sebastian Dröge
441783b937
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:12:21 +00:00
Edward Hervey
bfb25f0d62
releasing 0.10.10, "It's the bomb"
2010-03-06 14:06:06 +01:00
Edward Hervey
ae60a3fa09
0.10.9.4 pre-release
2010-03-04 09:55:33 +01:00
Tim-Philipp Müller
c9a7e76f46
0.10.9.3 pre-release
2010-02-24 22:38:03 +00:00
Edward Hervey
51fe46458d
configure.ac: 0.10.19.2 pre-release
2010-02-19 17:41:03 +01:00
Edward Hervey
49a2f6aa9e
configure.ac: Add build directories to CFLAGS
...
Needed to pick up files created at compile time (like libavutil/avconfig.h)
2010-02-19 17:41:03 +01:00
Alessandro Decina
a209e61ce2
Fix the check if libswscale needs enabling explicitly under OS X.
2010-01-22 12:58:13 +01:00
Edward Hervey
febc62346c
configure.ac: re-indent long line, remove --disable-vhook, use --disable-hwaccels
2010-01-13 19:50:09 +01:00
Jan Schmidt
a185db8e37
back to development -> 0.10.9.1
2009-10-06 19:50:37 +01:00
Jan Schmidt
df62d76135
Release 0.10.17
2009-10-05 15:32:29 +01:00
Jan Schmidt
39a4bdfc59
0.10.8.2 pre-release
2009-09-12 01:51:11 +01:00
Руслан Ижбулатов
df248a7aa6
Add AG_GST_ARG_WITH_PKG_CONFIG_PATH to configure
2009-08-30 21:44:08 +02:00
Tim-Philipp Müller
d917f59a84
ffmpegdemux: cache events from upstream and re-send them later
...
Cache any events we get from upstream before we're open, especially
tag events we may be getting from apedemux/id3demux or the like, and
push them downstream later when we've added our pads instead of just
dropping them silently. Fixes transcoding tags for Monkey's Audio
Files with preceding APE or ID3v2 tags (#586957 ). Add minimal unit
test for this.
Also push stream tags later after the global tags and the newsegment
event rather than right after creating the pad.
2009-07-28 23:58:02 +01:00
Tim-Philipp Müller
bb7b7c2720
configure: pass --disable-vhook to ffmpeg's configure
...
So we don't build stuff we don't use, with the added benefit that
the GStreamer registry won't complain about not being able to
load these 'plugins' when running GStreamer uninstalled.
2009-07-01 10:45:32 +01:00
Jan Schmidt
ec63dabd88
Back to development - 0.10.8.1
2009-07-01 10:30:48 +01:00
Jan Schmidt
b77dfa7cba
release 0.10.8
2009-06-29 22:49:23 +01:00
Jan Schmidt
9359f8bb8e
0.10.7.3 pre-release
2009-06-25 15:53:52 +01:00
Jan Schmidt
8e961ec5ef
0.10.7.2 pre-release
2009-06-05 22:12:24 +01:00
LRN
5917098edf
ffmpeg: change library inclusion order
...
Fixes #584399
2009-06-01 17:24:53 +02:00
Jan Schmidt
3c064affc1
build: Fix maintainer-mode and embedded FFmpeg configuration parameters
...
Don't use AC_CONFIG_SUBDIRS to call the FFmpeg configure script, as it
complains about all the unknown parameters autoconf gives it, and fiddling
with ac_configure_args makes maintainer-mode call our real configure script
with a bunch of bogus arguments.
Instead, use AC_CONFIG_COMMANDS to call the FFmpeg configure script
ourselves.
Remove autogen.sh code that modifies the FFmpeg configure script, as it's
not needed now that we only pass it arguments it understands, and move
the detection of flags like --disable-ffmpeg into the configure script,
otherwise they never get passed to FFmpeg if we call configure ourselves,
such as from a tarball.
2009-04-19 02:42:10 +01:00
Branko Čibej
2ba7df3c15
ffmpeg: Fix handling of --with-ffmpeg-extra-configure
...
Fixes bug #577879 .
2009-04-04 08:53:54 +02:00
Jan Schmidt
178b421f0a
back to development -> 0.10.7.1
2009-03-22 20:16:24 +00:00
Jan Schmidt
c4de18d944
Release 0.10.7
2009-03-21 01:33:24 +00:00
Jan Schmidt
4223919d50
0.10.6.4 pre-release
2009-03-18 00:03:27 +00:00
Jan Schmidt
d23028e301
0.10.6.3 pre-release
2009-03-13 23:52:01 +00:00
Jan Schmidt
b4513f0a70
0.10.6.2 pre-release
2009-03-10 00:22:10 +00:00
Tim-Philipp Müller
7553796d3a
configure: require a released version of gstreamer, to avoid confusion
2009-03-06 17:50:19 +00:00