summaryrefslogtreecommitdiff
path: root/m4/audio_out.m4
AgeCommit message (Collapse)Author
2014-05-21OpenBSD does not use libossaudio.Thomas Klausner
2014-05-18Add OSS audio support on NetBSD & OpenBSDThomas Klausner
On NetBSD and OpenBSD, OSS support is handled by the libossaudio library. Additionally, the NetBSD sys/soundcard.h needs sys/ioctl.h included beforehand.
2012-01-03Missing comment.Darren Salt
2012-01-03Disable Sun / OSS audio backends on OpenBSDBrad Smith
2012-01-02FTBFS on hurd-i386: not compiled pluginsPino Toscano
The problem is that there are some audio and video plugins that are not enabled (while they could be).
2010-03-24Enable JACK on FreeBSD & kFreeBSD. (Needs testing.)Darren Salt
2010-03-20Enable pulseaudio on kFreeBSD.Darren Salt
2010-01-19Tidy up some configure option checking; fix --disable-fb.Darren Salt
2009-11-22Fix a shell lack-of-quoting error (--enable-sndio).Darren Salt
2009-04-06Merge from 1.1.Darren Salt
2008-04-11Merge from 1.1.Darren Salt
--HG-- rename : include/xine.h.in => include/xine.h
2007-06-06Remove aRTs output plugin.Diego 'Flameeyes' Pettenò
ALSA's DMix can allow to run both xine and aRTs at the same time for Linux, and if other operating systems lacks a proper software mixing facility you can consider alternative daemons. Note: aRTs will not be present in KDE 4.
2007-05-17Fix OSS audio configuration test.Darren Salt
2007-05-14Final pass over video_out.m4Matt Messier
-- Create ACX_PACKAGE_CHECK to remove duplicate code for aalib, arts, dvdnav, and libfame. Remove aa.m4, arts.m4, dvdnav.m4, and libfame.m4 -- ACX_PACKAGE_CHECK does not require compiling and running a test program. Stole version code from autogen.sh
2007-05-12Fix stupid typos: instances of $" should be "$Matt Messier
2007-05-12Final pass over audio_out configure checksMatt Messier
2007-05-12More configure/Makefile cleanupsMatt Messier
-- Make a pass at cleaning up contrib/ Makefile.am files -- Rename many AM_CONDITIONALS for consistency and give them better names to better indicate what they mean -- Remove some dead input plugin tests -- Clean up AM_PATH_DVDNAV
2007-05-09Clean up video output plugin configure checksMatt Messier
2007-05-08Clean up audio out plugin testsMatt Messier
2007-05-08More configure.ac cleanupsMatt Messier
-- Revisit NLS stuff. Not much changed, remove the REVISIT tag -- Change XDG_BASEDIR_CFLAGS to XDG_BASEDIR_CPPFLAGS, because it only includes a -I, which is a CPPFLAGS option, not CFLAGS -- Move XDG stuff up to library checks -- Cleanup and move zlib checks -- Move X11 checks up to checks for system services -- Break audio out plugin stuff into m4/audio_out.m4 -- Break video out plugin stuff into m4/video_out.m4 -- Move libdir name stuff into m4/libFLAC.m4 since that's the only thing that uses it.