Руслан Ижбулатов
b199334a6b
a52dec: adapt to work also with new liba52
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674091
2012-05-17 13:15:05 +02:00
Edward Hervey
77c112bb2a
m4/Makefile.am: Removed two more .m4 that aren't shipped with gettext 0.17 anymore.
...
Original commit message from CVS:
* m4/Makefile.am:
Removed two more .m4 that aren't shipped with gettext 0.17 anymore.
2008-12-13 16:29:38 +00:00
Edward Hervey
f05ec409f2
m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we now require gettext >= 0.17 ... we...
...
Original commit message from CVS:
* m4/Makefile.am:
inttypes.m4 hasn't been available since gettext-0.15, and since we now
require gettext >= 0.17 ... we can remove it from the list of files to
dist.
2008-12-13 13:01:49 +00:00
Thomas Vander Stichele
7fd7e36169
fix distcheck; remove some old m4s
...
Original commit message from CVS:
fix distcheck; remove some old m4s
2005-09-01 21:07:34 +00:00
Stéphane Loeuillet
2f4accb77d
update esound, gconf, alsa and ogg m4 files from upstream versions
...
Original commit message from CVS:
update esound, gconf, alsa and ogg m4 files from upstream versions
2004-09-17 22:13:07 +00:00
Stéphane Loeuillet
b9f6c469bb
- say explicitly in the ./configure output that we're looking for libsidplay 1.36.x (as siddec won't compile against ...
...
Original commit message from CVS:
- say explicitly in the ./configure output that we're looking for libsidplay 1.36.x
(as siddec won't compile against 2.x.x)
2004-09-17 20:52:31 +00:00
Colin Walters
5e74f663ac
m4/Makefile.am: Distribute gst-fionread.m4.
...
Original commit message from CVS:
2004-06-23 Colin Walters <walters@redhat.com>
* m4/Makefile.am: Distribute gst-fionread.m4.
2004-06-23 19:41:37 +00:00
Thomas Vander Stichele
7e70b0de18
fix shout2 check to check for the version
...
Original commit message from CVS:
fix shout2 check to check for the version
2004-06-02 11:23:19 +00:00
Stéphane Loeuillet
070433d6c9
rename defines too, so that they look like the others (say naming convention)
...
Original commit message from CVS:
rename defines too, so that they look like the others (say naming convention)
2004-05-21 14:53:20 +00:00
Thomas Vander Stichele
ddf482be0f
sync with upstream
...
Original commit message from CVS:
sync with upstream
2004-05-21 11:20:49 +00:00
Thomas Vander Stichele
482862b5a8
back in a sec
...
Original commit message from CVS:
back in a sec
2004-05-21 11:18:35 +00:00
Stéphane Loeuillet
bbced861d6
- change sunaudio category to Sink/Audio
...
Original commit message from CVS:
- change sunaudio category to Sink/Audio
- change HAVE_FIONREAD macro to GST_CHECK_FIONREAD
- add conditional include for FIONREAD ioctl on more files
2004-05-20 19:43:25 +00:00
Stéphane Loeuillet
ae2727b00b
test FIONREAD ioctl presence in an alternate header for Solaris 10 (and perhaps earlier versions)
...
Original commit message from CVS:
test FIONREAD ioctl presence in an alternate header for Solaris 10 (and perhaps earlier versions)
2004-05-20 19:19:26 +00:00
Stéphane Loeuillet
848c417b76
don't fix a test that should fail (too old a52dec detection)
...
Original commit message from CVS:
don't fix a test that should fail (too old a52dec detection)
2004-05-19 20:33:05 +00:00
Stéphane Loeuillet
a6e29991bf
m4/a52.m4: fix compilation with -Wall -Werror
...
Original commit message from CVS:
* m4/a52.m4 : fix compilation with -Wall -Werror
* m4/libfame.m4 : idem
* m4/libmikmod.m4 : idem
2004-05-18 00:13:45 +00:00
Thomas Vander Stichele
96249553d1
forgot this one
...
Original commit message from CVS:
forgot this one
2004-03-18 13:42:21 +00:00
Thomas Vander Stichele
e9de06fc88
use pkg-config checks for some, falling back to the old one.
...
Original commit message from CVS:
use pkg-config checks for some, falling back to the old one.
fixes #131270
2004-03-10 17:21:14 +00:00
Thomas Vander Stichele
b533ebf0f3
ignore me
...
Original commit message from CVS:
ignore me
2004-02-12 18:19:24 +00:00
Thomas Vander Stichele
fe7471053f
fix underquotedness of macros
...
Original commit message from CVS:
fix underquotedness of macros
2004-02-11 16:44:05 +00:00
Thomas Vander Stichele
381f88a3d2
ignore copied m4's
...
Original commit message from CVS:
ignore copied m4's
2004-02-04 21:14:45 +00:00
Benjamin Otte
c5ca1b712d
tagging stuff and build fixes. In detail:
...
Original commit message from CVS:
tagging stuff and build fixes. In detail:
- make gdk-pixbuf loader work when distchecking
- fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir
- fix ffmpeg cvs grabbing when srcdir != distdir
- new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag)
- mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that
- added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis.
- added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents.
- tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux.
- various build fixes. Mostly missing (DIST)CLEANFILES.
- vorbisenc handles tag writing.
Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)
2003-11-24 04:08:47 +00:00
Jeremy Simon
872c76ea8e
Change cvs host (mplayer)
...
Original commit message from CVS:
Change cvs host (mplayer)
Add compression (z4)
2003-10-23 20:45:32 +00:00
Benjamin Otte
523db3004d
make ffmpeg erroring out work:
...
Original commit message from CVS:
make ffmpeg erroring out work:
- don't built gst-libs/ext/ffmpeg
- don't update Tag when cvs command fails
2003-09-27 16:44:53 +00:00
Christian Schaller
b5c25858cd
latest fixes to get everything disting and building like a charm
...
Original commit message from CVS:
latest fixes to get everything disting and building like a charm
2003-09-13 10:25:22 +00:00
Ronald S. Bultje
5532889d50
Update matroska check (see #117717 )
...
Original commit message from CVS:
Update matroska check (see #117717 )
2003-07-20 08:33:01 +00:00
Ronald S. Bultje
f97a52c4ed
Move to m4/ instead of common/m4/
...
Original commit message from CVS:
Move to m4/ instead of common/m4/
2003-07-17 06:58:53 +00:00
Benjamin Otte
b4786e830b
compatibility fix for new GST_DEBUG stuff.
...
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h
I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-29 19:46:09 +00:00
Christian Schaller
3f4b3fba56
fix ivorbis part 2
...
Original commit message from CVS:
fix ivorbis part 2
2003-03-01 14:49:57 +00:00
Christian Schaller
d64189f81a
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mis...
...
Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
2003-02-23 19:58:50 +00:00
Thomas Vander Stichele
90670eda59
check for vorbis final
...
Original commit message from CVS:
check for vorbis final
2003-01-17 15:14:44 +00:00
Thomas Vander Stichele
9a12767133
changing ffmpeg to only update when required
...
Original commit message from CVS:
changing ffmpeg to only update when required
2003-01-05 11:31:42 +00:00
Thomas Vander Stichele
fdbc0da755
a simple fix
...
Original commit message from CVS:
a simple fix
2002-12-30 12:23:24 +00:00
Thomas Vander Stichele
8e2c3779fc
why did no one notice ?
...
Original commit message from CVS:
why did no one notice ?
2002-12-27 16:04:22 +00:00
Thomas Vander Stichele
a0646013c2
slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
...
Original commit message from CVS:
slurp in ffmpeg
a) please test
b) please help me figure out how to portably link in a .a file in our
.so plugin
2002-12-26 10:53:21 +00:00
David I. Lehn
4af44b1075
drop mpeg2dec 0.2.1 support in favor of 0.3.0.
...
Original commit message from CVS:
drop mpeg2dec 0.2.1 support in favor of 0.3.0.
keeping old code around in cvs for a while just in case someone needs it.
2002-12-05 00:29:11 +00:00
Thomas Vander Stichele
bcd8674c23
flac debug cleanup m4 for ffmpeg
...
Original commit message from CVS:
flac debug cleanup
m4 for ffmpeg
2002-11-26 14:51:33 +00:00
Wim Taymans
505445cf20
Added shout m4
...
Original commit message from CVS:
Added shout m4
2002-10-27 18:44:33 +00:00
Thomas Vander Stichele
289ff394ce
updated avifile ?
...
Original commit message from CVS:
updated avifile ?
2002-10-26 12:17:57 +00:00
Thomas Vander Stichele
7d0eff15e3
I wonder how we ever got along without this
...
Original commit message from CVS:
I wonder how we ever got along without this
2002-10-06 13:49:35 +00:00
David I. Lehn
072a9310e7
Revert the revert to 1.0.0 vorbis.m4 code.
...
Original commit message from CVS:
Revert the revert to 1.0.0 vorbis.m4 code.
This bugfix has been accepted upstream to fix a segfault due to a bogus
function parameter. (the cause of the segfault should probably be fixed but
until then...)
2002-09-19 18:34:47 +00:00
Thomas Vander Stichele
fc744cfe81
update to 1.0 macro
...
Original commit message from CVS:
update to 1.0 macro
2002-09-19 15:19:51 +00:00
Thomas Vander Stichele
4797bffcab
fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
...
Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=90839
2002-08-17 17:57:38 +00:00
Thomas Vander Stichele
47fa7e3109
shiny new avifile test macro let's give it a ride
...
Original commit message from CVS:
shiny new avifile test macro
let's give it a ride
2002-08-13 10:25:36 +00:00
David I. Lehn
6d48e26053
vorbis check fix (applied upstream) remove unused glade m4
...
Original commit message from CVS:
vorbis check fix (applied upstream)
remove unused glade m4
2002-08-10 02:43:26 +00:00
David I. Lehn
116792755c
attempt to fix my sucky dv and festival breakage.
...
Original commit message from CVS:
attempt to fix my sucky dv and festival breakage.
2002-07-05 10:17:09 +00:00
David I. Lehn
2bc1699169
duplicate of m4 in common/m4
...
Original commit message from CVS:
duplicate of m4 in common/m4
2002-07-04 19:16:55 +00:00
Thomas Vander Stichele
902e7dea97
adding libdv m4 check
...
Original commit message from CVS:
adding libdv m4 check
2002-06-10 14:18:19 +00:00
Thomas Vander Stichele
b66aeaec39
added rc3 check, rc2 will now not be detected anymore
...
Original commit message from CVS:
added rc3 check, rc2 will now not be detected anymore
2002-06-10 10:25:55 +00:00
Richard Boulton
3e14a172cc
m4/mpeg2dec.m4: Test for cpuaccel library as well as mpeg2dec library. Add appropriate includes before test compile ...
...
Original commit message from CVS:
* m4/mpeg2dec.m4: Test for cpuaccel library as well as mpeg2dec
library. Add appropriate includes before test compile of mpeg2.h
so that compilation succeeds.
2002-06-03 15:10:39 +00:00
Thomas Vander Stichele
f79cbfd6c2
another one goes in
...
Original commit message from CVS:
another one goes in
2002-06-02 14:51:21 +00:00