Erik Walthinsen [Sat, 20 Jan 2001 19:20:13 +0000 (19:20 +0000)]
added first hack at testing suite design
Original commit message from CVS:
added first hack at testing suite design
Wim Taymans [Sat, 20 Jan 2001 18:20:17 +0000 (18:20 +0000)]
Check for NULL buffers before chaining/pushing them to the next element.
Original commit message from CVS:
Check for NULL buffers before chaining/pushing them to the next element.
NULL buffers happen on EOS.
gst_bin_iterate now returns a gboolean indicating something usefull happened.
It the bin is EOS, it returns FALSE.
Wim Taymans [Sat, 20 Jan 2001 17:59:25 +0000 (17:59 +0000)]
More EOS changes.
Original commit message from CVS:
More EOS changes.
When a bin2 is found inside a bin1, we add the bin2 to the EOS providers
of the bin1. When there is nothing more to schedule in bin1 and bin2 has
fired EOS, bin1 is in EOS.
The queue overrides the EOS notification and calls EOS on the src pad
when the queue is empty and the sink pad is in EOS.
Wim Taymans [Sat, 20 Jan 2001 17:53:03 +0000 (17:53 +0000)]
More test cases for EOS handling
Original commit message from CVS:
More test cases for EOS handling
Erik Walthinsen [Sat, 20 Jan 2001 03:36:20 +0000 (03:36 +0000)]
updated tests code to new ghostpad API
Original commit message from CVS:
updated tests code to new ghostpad API
Erik Walthinsen [Sat, 20 Jan 2001 03:33:55 +0000 (03:33 +0000)]
updated test programs to new ghostpad API
Original commit message from CVS:
updated test programs to new ghostpad API
Wim Taymans [Sat, 20 Jan 2001 03:28:37 +0000 (03:28 +0000)]
Make sure the loopfunction ends when an element goes to EOS.
Original commit message from CVS:
Make sure the loopfunction ends when an element goes to EOS.
Fixed the fakesrc bug found by taaz.
Wim Taymans [Sat, 20 Jan 2001 03:10:44 +0000 (03:10 +0000)]
A very small change to make eos somewhat work. no inner bins are checked.
Original commit message from CVS:
A very small change to make eos somewhat work. no inner bins are checked.
When an element fires EOS, the chain with that element is removed from
the scheduler (marked inactive). If all chains are inactive, the bin
fires EOS.
Wim Taymans [Sat, 20 Jan 2001 03:02:29 +0000 (03:02 +0000)]
Two more test cases
Original commit message from CVS:
Two more test cases
Erik Walthinsen [Sat, 20 Jan 2001 02:57:46 +0000 (02:57 +0000)]
Got ghostpads to work, even in -launch. Needs more testing still.
Original commit message from CVS:
Got ghostpads to work, even in -launch. Needs more testing still.
Wim Taymans [Fri, 19 Jan 2001 22:15:21 +0000 (22:15 +0000)]
API docs updates
Original commit message from CVS:
API docs updates
Erik Walthinsen [Fri, 19 Jan 2001 09:37:32 +0000 (09:37 +0000)]
Major cleanup of the latest ghostpad changes. Fixed everything that broke, correctly. Someone will want to go updat...
Original commit message from CVS:
Major cleanup of the latest ghostpad changes. Fixed everything that
broke, correctly. Someone will want to go update the API doc templates.
Erik Walthinsen [Fri, 19 Jan 2001 09:14:42 +0000 (09:14 +0000)]
more cothreads cleanup, and first pass at ARM code
Original commit message from CVS:
more cothreads cleanup, and first pass at ARM code
Erik Walthinsen [Fri, 19 Jan 2001 07:48:43 +0000 (07:48 +0000)]
ALPHA COTHREADS WORK! Worked around a nasty stack issue that probably can't be solved anyway. Tomorrow the UDB buil...
Original commit message from CVS:
ALPHA COTHREADS WORK! Worked around a nasty stack issue that probably
can't be solved anyway. Tomorrow the UDB build will commence, and let the
best guess win!
Erik Walthinsen [Fri, 19 Jan 2001 02:23:35 +0000 (02:23 +0000)]
First pass at updating to new ghostpad system. The objects are in place,
Original commit message from CVS:
First pass at updating to new ghostpad system. The objects are in place,
I now need to go and get all the Bin end of things worked out. Testing
should be fairly easy, at least for verification.
Everything I've tried so far works with no changes, with is amazing.
That's just cool. Once again we rewrite an entire subsystem, and nothing
else notices anything but the new features ;-)
Richard Boulton [Fri, 19 Jan 2001 02:10:10 +0000 (02:10 +0000)]
Fix some typos, and grammar errors.
Original commit message from CVS:
Fix some typos, and grammar errors.
Richard Boulton [Fri, 19 Jan 2001 02:06:40 +0000 (02:06 +0000)]
Wrote a little more text, and did more of the work on making the sections.
Original commit message from CVS:
Wrote a little more text, and did more of the work on making the sections.
When this manual has text in all these sections its going to be pretty
impressive...
Wim Taymans [Fri, 19 Jan 2001 00:07:40 +0000 (00:07 +0000)]
Added a little tee test program.
Original commit message from CVS:
Added a little tee test program.
Wim Taymans [Fri, 19 Jan 2001 00:07:10 +0000 (00:07 +0000)]
Updated -inspect to display the new pad presence REQUEST.
Original commit message from CVS:
Updated -inspect to display the new pad presence REQUEST.
Wim Taymans [Fri, 19 Jan 2001 00:02:53 +0000 (00:02 +0000)]
And here they are....
Original commit message from CVS:
And here they are....
Wim Taymans [Fri, 19 Jan 2001 00:01:42 +0000 (00:01 +0000)]
Moved queue and typefind elements to the core since they are referenced by name.
Original commit message from CVS:
Moved queue and typefind elements to the core since they are referenced
by name.
Wim Taymans [Thu, 18 Jan 2001 23:46:15 +0000 (23:46 +0000)]
Added mthodes to request an element to create pads: gst_element_request_pad*
Original commit message from CVS:
Added mthodes to request an element to create pads: gst_element_request_pad*
This can be used to construct a tee and a muxer/mixer/aggregator element.
Moved the tee element to elements/ because it can now be handled with the
new pad request features.
The padfactory also has some changes: a pad can now be of presence REQUEST,
which means that the pad can be requested from this plugin (doh).
Richard Boulton [Thu, 18 Jan 2001 15:29:46 +0000 (15:29 +0000)]
Some more fixes for libxml.
Original commit message from CVS:
Some more fixes for libxml.
Also, some code formatting changes in esdsink, some further fixes to
vumeter, and some work on synaesthesia to make it closer to working
(it doesn't fully work yet, though. :( )
Richard Boulton [Thu, 18 Jan 2001 11:16:53 +0000 (11:16 +0000)]
Fixes to work with libxml2.
Original commit message from CVS:
Fixes to work with libxml2.
Also improved a couple of debugging messagse.
Erik Walthinsen [Thu, 18 Jan 2001 08:54:25 +0000 (08:54 +0000)]
Updates to cothreads code, including non-working alpha. Changed things a bit, including PPC. Not having a PPC machi...
Original commit message from CVS:
Updates to cothreads code, including non-working alpha. Changed things a
bit, including PPC. Not having a PPC machine, I need someone to test
these changes and report back whether they worked or not.
Wim Taymans [Wed, 17 Jan 2001 07:43:13 +0000 (07:43 +0000)]
Oops
Original commit message from CVS:
Oops
Richard Boulton [Wed, 17 Jan 2001 01:59:57 +0000 (01:59 +0000)]
Fix permissions problems: the directory will now always be created mode 2755. In addition, the temporary file is giv...
Original commit message from CVS:
Fix permissions problems: the directory will now always be created mode
2755. In addition, the temporary file is given restricted permissions, and
the permissions on the registry file are preserved if one already exists,
or 666 (and modified by the umask) if one doesn't already exist.
Wim Taymans [Wed, 17 Jan 2001 00:02:15 +0000 (00:02 +0000)]
Added typefind example to configure.in
Original commit message from CVS:
Added typefind example to configure.in
Wim Taymans [Wed, 17 Jan 2001 00:01:48 +0000 (00:01 +0000)]
Added the typefind example from the manual
Original commit message from CVS:
Added the typefind example from the manual
Wim Taymans [Tue, 16 Jan 2001 23:35:22 +0000 (23:35 +0000)]
Manual updates and additions
Original commit message from CVS:
Manual updates and additions
Wim Taymans [Mon, 15 Jan 2001 19:25:26 +0000 (19:25 +0000)]
Fixed the state change code in gstelement that broke with the conversion of the states to a bitfield.
Original commit message from CVS:
Fixed the state change code in gstelement that broke with the conversion
of the states to a bitfield.
Wim Taymans [Mon, 15 Jan 2001 00:53:07 +0000 (00:53 +0000)]
Updated docs with dynamic pads
Original commit message from CVS:
Updated docs with dynamic pads
Fixed quotes
Wim Taymans [Sun, 14 Jan 2001 22:28:45 +0000 (22:28 +0000)]
Added gst_libs to Makefile
Original commit message from CVS:
Added gst_libs to Makefile
Richard Boulton [Sun, 14 Jan 2001 22:25:43 +0000 (22:25 +0000)]
Fix build problem when don't have db2html, or a directory to put the manual in: was trying to make a symlink in the n...
Original commit message from CVS:
Fix build problem when don't have db2html, or a directory to put the manual in:
was trying to make a symlink in the non-existant directory, and causing the
build to stop.
Richard Boulton [Sun, 14 Jan 2001 22:24:28 +0000 (22:24 +0000)]
Adding nasty hack to rules to generate cothreads.{o,lo}, to get dependencies right. Rules copied from automake, and ...
Original commit message from CVS:
Adding nasty hack to rules to generate cothreads.{o,lo}, to get dependencies
right. Rules copied from automake, and therefore a bit dependent on automake
keeping doing dependency things the same kind of way, but it should work as
long as automake puts dependencies into .deps/*.P
Wim Taymans [Sun, 14 Jan 2001 22:23:59 +0000 (22:23 +0000)]
Fixed a Makefile error
Original commit message from CVS:
Fixed a Makefile error
Erik Walthinsen [Sun, 14 Jan 2001 21:55:41 +0000 (21:55 +0000)]
Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makef...
Original commit message from CVS:
Massive build fixup. Will send message to -devel list later with details
on the changes and what they mean for Makefile.am writers. Check
docs/random/omega/build/TODO for a list of things that I had to make sure
of.
NOTE: this requires a complete rebuild of all plugins, since I also
changed the STATE enum to a bitfield instead of sequential numbers.
Erik Walthinsen [Sun, 14 Jan 2001 21:38:15 +0000 (21:38 +0000)]
fixed an odd case with the launcher, didn't deal with argc properly
Original commit message from CVS:
fixed an odd case with the launcher, didn't deal with argc properly
Wim Taymans [Sun, 14 Jan 2001 14:57:56 +0000 (14:57 +0000)]
Change MAP_ANONYMOUS to MAP_ANON in the mmap for BSD compatibility
Original commit message from CVS:
Change MAP_ANONYMOUS to MAP_ANON in the mmap for BSD compatibility
Wim Taymans [Sun, 14 Jan 2001 14:43:57 +0000 (14:43 +0000)]
Added an extra signal_cond to queue to make sure that the waiting thread is woken up. Can somebody with queue problem...
Original commit message from CVS:
Added an extra signal_cond to queue to make sure that the waiting thread
is woken up. Can somebody with queue problems verifify that this does
improve the situation a bit. I'm suspecting that something else is going
on, like a pthreads bug or something.
Small updates to the fake elements.
Richard Boulton [Sun, 14 Jan 2001 12:42:30 +0000 (12:42 +0000)]
Added a couple of lines about debian packages.
Original commit message from CVS:
Added a couple of lines about debian packages.
Wim Taymans [Sun, 14 Jan 2001 04:45:42 +0000 (04:45 +0000)]
Updated quotes :-)
Original commit message from CVS:
Updated quotes :-)
Wim Taymans [Sat, 13 Jan 2001 19:04:18 +0000 (19:04 +0000)]
Antoher way of dealing with EOS. This proposal does not use the recursion to propagate the EOS signal. This implies t...
Original commit message from CVS:
Antoher way of dealing with EOS. This proposal does not use the recursion
to propagate the EOS signal. This implies that an element cannot deny an
EOS signal anymore but since the signal is generated when a NULL buffer is
pushed, somebody did something wrong anyway.
Wim Taymans [Sat, 13 Jan 2001 15:47:43 +0000 (15:47 +0000)]
Added an updated use case for EOS handling.
Original commit message from CVS:
Added an updated use case for EOS handling.
Wim Taymans [Sat, 13 Jan 2001 14:45:49 +0000 (14:45 +0000)]
Updated the TODO list...
Original commit message from CVS:
Updated the TODO list...
Wim Taymans [Sat, 13 Jan 2001 14:25:16 +0000 (14:25 +0000)]
Fixed the directory permission Bug #128637
Original commit message from CVS:
Fixed the directory permission Bug #128637
Wim Taymans [Sat, 13 Jan 2001 13:51:08 +0000 (13:51 +0000)]
include parser.h instead of gnome-xml/parser.h untill xml-config is fixed...
Original commit message from CVS:
include parser.h instead of gnome-xml/parser.h untill xml-config is
fixed...
Erik Walthinsen [Sat, 13 Jan 2001 02:55:45 +0000 (02:55 +0000)]
turned static library build back off for development
Original commit message from CVS:
turned static library build back off for development
Wim Taymans [Sat, 13 Jan 2001 02:12:44 +0000 (02:12 +0000)]
Added case6: a multithreaded audio mixer setup.
Original commit message from CVS:
Added case6: a multithreaded audio mixer setup.
Wim Taymans [Fri, 12 Jan 2001 23:37:14 +0000 (23:37 +0000)]
Added config.h as an include to make sure BE/LE stuff works
Original commit message from CVS:
Added config.h as an include to make sure BE/LE stuff works
Wim Taymans [Fri, 12 Jan 2001 22:44:41 +0000 (22:44 +0000)]
Added a simple mp3 mixer pipeline setup with an explanation of how EOS could be handled with it.
Original commit message from CVS:
Added a simple mp3 mixer pipeline setup with an explanation of how EOS
could be handled with it.
Wim Taymans [Fri, 12 Jan 2001 20:54:04 +0000 (20:54 +0000)]
Updated ChangeLog :-)
Original commit message from CVS:
Updated ChangeLog :-)
Wim Taymans [Fri, 12 Jan 2001 20:44:16 +0000 (20:44 +0000)]
Check for more atomic operations
Original commit message from CVS:
Check for more atomic operations
Wim Taymans [Fri, 12 Jan 2001 19:42:52 +0000 (19:42 +0000)]
Made sure the mmx does not get compiled on non x86 CPUs
Original commit message from CVS:
Made sure the mmx does not get compiled on non x86 CPUs
Wim Taymans [Fri, 12 Jan 2001 18:51:03 +0000 (18:51 +0000)]
While typing on eos2 about the EOS handling, I got an idea and started eos3. eos3 takes a different approach by mergi...
Original commit message from CVS:
While typing on eos2 about the EOS handling, I got an idea and started
eos3. eos3 takes a different approach by merging the eos detection and
the scheduling in a quite elegant way. I'm not sure we handle the
scheduling like this though...
Erik Walthinsen [Thu, 11 Jan 2001 22:09:29 +0000 (22:09 +0000)]
renamed private to element_private, to make obvious its usage restrictions
Original commit message from CVS:
renamed private to element_private, to make obvious its usage restrictions
Erik Walthinsen [Thu, 11 Jan 2001 22:03:01 +0000 (22:03 +0000)]
added gpointer private to pads, so elements can store ints or pointers for their own use
Original commit message from CVS:
added gpointer private to pads, so elements can store ints or pointers for their own use
Wim Taymans [Thu, 11 Jan 2001 21:53:39 +0000 (21:53 +0000)]
Added the REQUIREMENTS file to distdir
Original commit message from CVS:
Added the REQUIREMENTS file to distdir
Erik Walthinsen [Thu, 11 Jan 2001 09:42:17 +0000 (09:42 +0000)]
added all of my un-committed random doc files, as backup <g>
Original commit message from CVS:
added all of my un-committed random doc files, as backup <g>
Erik Walthinsen [Thu, 11 Jan 2001 00:35:42 +0000 (00:35 +0000)]
updated spec file to create -devel package too
Original commit message from CVS:
updated spec file to create -devel package too
Erik Walthinsen [Thu, 11 Jan 2001 00:33:51 +0000 (00:33 +0000)]
removed some spare newlines
Original commit message from CVS:
removed some spare newlines
Erik Walthinsen [Wed, 10 Jan 2001 21:28:49 +0000 (21:28 +0000)]
updated -launch examples
Original commit message from CVS:
updated -launch examples
Erik Walthinsen [Wed, 10 Jan 2001 09:15:00 +0000 (09:15 +0000)]
minor docs fix
Original commit message from CVS:
minor docs fix
Wim Taymans [Tue, 9 Jan 2001 21:19:22 +0000 (21:19 +0000)]
Added --with-win32-libdir to configure
Original commit message from CVS:
Added --with-win32-libdir to configure
Erik Walthinsen [Tue, 9 Jan 2001 21:06:49 +0000 (21:06 +0000)]
set up to use config option for win32 dll dir
Original commit message from CVS:
set up to use config option for win32 dll dir
Erik Walthinsen [Tue, 9 Jan 2001 21:06:28 +0000 (21:06 +0000)]
added config option for win32 dll and re-enabled static building
Original commit message from CVS:
added config option for win32 dll and re-enabled static building
Erik Walthinsen [Tue, 9 Jan 2001 20:54:02 +0000 (20:54 +0000)]
latest irc insanity
Original commit message from CVS:
latest irc insanity
Wim Taymans [Tue, 9 Jan 2001 20:53:35 +0000 (20:53 +0000)]
Added /usr/lib/win32/ windows libraries in the REQUIREMENTS
Original commit message from CVS:
Added /usr/lib/win32/ windows libraries in the REQUIREMENTS
Erik Walthinsen [Tue, 9 Jan 2001 20:45:20 +0000 (20:45 +0000)]
added unlink() of registry file, and moved info enable up
Original commit message from CVS:
added unlink() of registry file, and moved info enable up
Erik Walthinsen [Tue, 9 Jan 2001 06:48:46 +0000 (06:48 +0000)]
typo fix
Original commit message from CVS:
typo fix
Erik Walthinsen [Tue, 9 Jan 2001 04:42:32 +0000 (04:42 +0000)]
added HAVE_GNOME to acconfig.h and added debugging output to cdparanoia
Original commit message from CVS:
added HAVE_GNOME to acconfig.h and added debugging output to cdparanoia
Erik Walthinsen [Tue, 9 Jan 2001 04:39:35 +0000 (04:39 +0000)]
various changes, including making -launch use the library version
Original commit message from CVS:
various changes, including making -launch use the library version
Erik Walthinsen [Tue, 9 Jan 2001 04:36:51 +0000 (04:36 +0000)]
fixed a leak
Original commit message from CVS:
fixed a leak
Richard Boulton [Mon, 8 Jan 2001 23:57:37 +0000 (23:57 +0000)]
cvsignore gstreamer-scan{,.c}
Original commit message from CVS:
cvsignore gstreamer-scan{,.c}
Richard Boulton [Mon, 8 Jan 2001 23:55:27 +0000 (23:55 +0000)]
Move plugin example code to new location, and put it into build system.
Original commit message from CVS:
Move plugin example code to new location, and put it into build system.
Add work on firstplugin chapter of pwg.
Fix typo in quotes.
Add @'s before commands in manuals.mak
Wim Taymans [Mon, 8 Jan 2001 22:08:40 +0000 (22:08 +0000)]
Manual updates. fixes to gstxml.c gst_xml_get_element was broken
Original commit message from CVS:
Manual updates.
fixes to gstxml.c gst_xml_get_element was broken
Richard Boulton [Mon, 8 Jan 2001 22:04:52 +0000 (22:04 +0000)]
Correct typo in comment, and make another comment more helpful.
Original commit message from CVS:
Correct typo in comment, and make another comment more helpful.
Richard Boulton [Mon, 8 Jan 2001 20:15:25 +0000 (20:15 +0000)]
Display what the type of an element is, as the first thing in the properties box.
Original commit message from CVS:
Display what the type of an element is, as the first thing in the
properties box.
Erik Walthinsen [Mon, 8 Jan 2001 08:32:46 +0000 (08:32 +0000)]
added another, um, exchange
Original commit message from CVS:
added another, um, exchange
Richard Boulton [Mon, 8 Jan 2001 01:43:51 +0000 (01:43 +0000)]
Fix typo in error message.
Original commit message from CVS:
Fix typo in error message.
Richard Boulton [Mon, 8 Jan 2001 01:27:07 +0000 (01:27 +0000)]
Add a "quotes" section to the gstreamer manual.
Original commit message from CVS:
Add a "quotes" section to the gstreamer manual.
This may not be an appropriate place to have this - feel free to remove
it. But I think this should live _somewhere_.
Richard Boulton [Mon, 8 Jan 2001 01:23:21 +0000 (01:23 +0000)]
Remove text version of headings for fwg. This is now contained in the
Original commit message from CVS:
Remove text version of headings for fwg. This is now contained in the
SGML
Richard Boulton [Mon, 8 Jan 2001 01:21:18 +0000 (01:21 +0000)]
Renamed the filter writers guide to plugin writers guide.
Original commit message from CVS:
Renamed the filter writers guide to plugin writers guide.
Added in the planned section headings.
Wim Taymans [Sun, 7 Jan 2001 22:59:18 +0000 (22:59 +0000)]
Added a sample tescase file
Original commit message from CVS:
Added a sample tescase file
Wim Taymans [Sun, 7 Jan 2001 22:36:28 +0000 (22:36 +0000)]
Added iterations
Original commit message from CVS:
Added iterations
Wim Taymans [Sun, 7 Jan 2001 22:34:34 +0000 (22:34 +0000)]
Added a plan for regression test plan definitions
Original commit message from CVS:
Added a plan for regression test plan definitions
Wim Taymans [Sun, 7 Jan 2001 18:36:30 +0000 (18:36 +0000)]
Handle the tee element like bin, thread, pipeline, so that it can be used in gstreamer-inspect and gstreamer-launch...
Original commit message from CVS:
Handle the tee element like bin, thread, pipeline, so that it can be used
in gstreamer-inspect and gstreamer-launch...
Wim Taymans [Sun, 7 Jan 2001 17:09:28 +0000 (17:09 +0000)]
Made sure -g is not used when no --enable-debug
Original commit message from CVS:
Made sure -g is not used when no --enable-debug
Updated AUTHORS in gstmediaplay
Richard Boulton [Sun, 7 Jan 2001 16:48:32 +0000 (16:48 +0000)]
Fix typos in save_regsitry()
Original commit message from CVS:
Fix typos in save_regsitry()
Richard Boulton [Sun, 7 Jan 2001 16:14:35 +0000 (16:14 +0000)]
Folling wtays suggestion, I was going to start using xmlDocDump, to avoid a symlink attack on the temporary registry ...
Original commit message from CVS:
Folling wtays suggestion, I was going to start using xmlDocDump, to
avoid a symlink attack on the temporary registry file. Unfortunately,
xmlDocDump doesn't give any indication whether its successful, so I've
#ifdefed this out and left the original in place. Since the tmp file
is in /etc/gstreamer, this should be okay for the moment, but I shall
ask the libxml people to add some way of getting the success value of
DocDump so we can use that in future.
Richard Boulton [Sun, 7 Jan 2001 15:31:19 +0000 (15:31 +0000)]
Slight tweak: now I just need to send the modified version off to the alsa people.
Original commit message from CVS:
Slight tweak: now I just need to send the modified version off to the alsa
people.
Richard Boulton [Sun, 7 Jan 2001 15:25:11 +0000 (15:25 +0000)]
New macro for testing for ALSA libraries.
Original commit message from CVS:
New macro for testing for ALSA libraries.
Understands the ACTION_IF_FOUND and ACTION_IF_NOT_FOUND arguments.
Richard Boulton [Sun, 7 Jan 2001 15:20:49 +0000 (15:20 +0000)]
gstreamer-register will now never cause the
Original commit message from CVS:
gstreamer-register will now never cause the
** WARNING **: gstplugin: registry needs rebuild
warning to appear - sets a hidden global in gstplugin.c to turn the
warning off.
Fix a warning in gst/cothreads.c (function was declared extern, defined
static)
Wim Taymans [Sun, 7 Jan 2001 14:49:23 +0000 (14:49 +0000)]
Greatly simplyfied queue locking by only using the elements mutex. This should fix the locking problems we had...
Original commit message from CVS:
Greatly simplyfied queue locking by only using the elements mutex. This
should fix the locking problems we had...
Richard Boulton [Sun, 7 Jan 2001 14:16:16 +0000 (14:16 +0000)]
Don't add -lasound etc to LIBS if ALSA turns out not to be installed.
Original commit message from CVS:
Don't add -lasound etc to LIBS if ALSA turns out not to be installed.
Richard Boulton [Sun, 7 Jan 2001 14:05:48 +0000 (14:05 +0000)]
Add an acinclude containing AM_PATH_ALSA, so wtay can compile.
Original commit message from CVS:
Add an acinclude containing AM_PATH_ALSA, so wtay can compile.
Will shortly update this with a slightly better macro.
Richard Boulton [Sun, 7 Jan 2001 13:58:57 +0000 (13:58 +0000)]
Add tests for -L png and -L eps arguments to fig2dev.
Original commit message from CVS:
Add tests for -L png and -L eps arguments to fig2dev.
Correct slip in docs/manuals.mak which used HAVE_DB2PS instead of
HAVE_PS2PDF.
Erik Walthinsen [Sun, 7 Jan 2001 08:40:09 +0000 (08:40 +0000)]
added check for libasound, and fixed check for cdparanoia
Original commit message from CVS:
added check for libasound, and fixed check for cdparanoia
Erik Walthinsen [Sun, 7 Jan 2001 07:45:54 +0000 (07:45 +0000)]
more leak fixes
Original commit message from CVS:
more leak fixes
Richard Boulton [Sun, 7 Jan 2001 07:01:37 +0000 (07:01 +0000)]
Check plugin repository up-to-dateness by scanning through all directories on path, and checking that they and all th...
Original commit message from CVS:
Check plugin repository up-to-dateness by scanning through all directories
on path, and checking that they and all their files are older than the
repository. Give warning message if not.