summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-01-08 07:11:05 +0000
committerMike Melanson <mike@multimedia.cx>2003-01-08 07:11:05 +0000
commit30bbed105aab86145ecaf5552f0a11afd91ae78a (patch)
treea0b626882a95f6496add062bb00eab99f5de8120 /configure.ac
parent8d82893dbfd630ec295d4c0938aeaefc9ece1298 (diff)
downloadxine-lib-30bbed105aab86145ecaf5552f0a11afd91ae78a.tar.gz
xine-lib-30bbed105aab86145ecaf5552f0a11afd91ae78a.tar.bz2
activate the Nosefart NSF decoding engine
CVS patchset: 3825 CVS date: 2003/01/08 07:11:05
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 71a193a5d..6807ebefe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1212,6 +1212,7 @@ src/libw32dll/qtx/qtxsdk/Makefile
src/libxinevdec/Makefile
src/libxineadec/Makefile
src/libxineadec/gsm610/Makefile
+src/libxineadec/nosefart/Makefile
src/libreal/Makefile
src/post/Makefile
src/post/planar/Makefile
@@ -1289,7 +1290,7 @@ echo " - yuv4mpeg2 - real/realaudio"
echo " - ea wve - raw dv"
echo " - interplay mve - psx str"
echo " - ws aud - pva"
-echo " - vox"
+echo " - vox - nsf"
if test x"$enable_asf" = "xyes"; then
echo " - asf"
fi
@@ -1330,6 +1331,7 @@ echo " - mad - adpcm"
echo " - linear pcm - roqaudio"
echo " - log pcm - gsm610"
echo " - ffmpeg - interplayaudio"
+echo " - nosefart"
if test x"$no_oggvorbis" = "xno"; then
echo " - vorbis"
fi