Mercurial > audlegacy-plugins
changeset 213:dc19e2baf7e0 trunk
[svn] Add sap plugin to configure.ac stuff
author | asheldon |
---|---|
date | Sat, 04 Nov 2006 11:35:34 -0800 |
parents | a927c9688584 |
children | 852009adbb68 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Nov 04 07:04:02 2006 -0800 +++ b/ChangeLog Sat Nov 04 11:35:34 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-04 15:04:02 +0000 Tony Vroon <chainsaw@gentoo.org> + revision [424] + Port pthread -> gthread, port audio output to produce_audio, sprinkle debug printfs. Still broken, good luck + trunk/src/sap/fileinfo.c | 1 - + trunk/src/sap/sap_plug.c | 36 ++++++++++++++---------------------- + 2 files changed, 14 insertions(+), 23 deletions(-) + + 2006-11-04 14:06:27 +0000 Tony Vroon <chainsaw@gentoo.org> revision [422] Yes SVN, that too!
--- a/configure.ac Sat Nov 04 07:04:02 2006 -0800 +++ b/configure.ac Sat Nov 04 11:35:34 2006 -0800 @@ -413,6 +413,16 @@ INPUT_PLUGINS="$INPUT_PLUGINS mplayer" fi +AC_ARG_ENABLE(sap, + [ --enable-sap enable Atari XL SAP plugin. (default=disabled) ], + [enable_sap=$enableval], + [enable_sap=no] +) + +if test "$enable_sap" = "yes"; then + INPUT_PLUGINS="$INPUT_PLUGINS sap" +fi + dnl *** Ogg Vorbis AC_ARG_ENABLE(vorbis, @@ -1153,6 +1163,7 @@ echo " Apple Lossless Audio Codec (alac): yes" echo " WavPack 4.31+ (wavpack): $have_wavpack" echo " Mplayer controls (mplayer): $enable_mplayer" +echo " Atari XL SAP playback (sap): $enable_sap" echo echo " General" echo " -------"