# HG changeset patch
# User Diego 'Flameeyes' Pettenò <[EMAIL PROTECTED]>
# Date 1181068667 -7200
# Node ID df9441e6b986e626fac890bb082d308fbba19de8
# Parent 35bc61e6aff3302930a0d2152e5bd2fbfb38a5a0
Disable aRTs output plugin by default, it's deprecated and will be removed in
1.2 series.
diff -r df9441e6b986e626fac890bb082d308fbba19de8 -r
35bc61e6aff3302930a0d2152e5bd2fbfb38a5a0 ChangeLog
--- a/ChangeLog Tue Jun 05 20:37:47 2007 +0200
+++ b/ChangeLog Mon Jun 04 23:32:48 2007 +0200
@@ -25,6 +25,8 @@ xine-lib (1.1.7) (unreleased)
streams as PES streams.
* Handle unplugged ALSA device (fixes crashes) and if the frontend does not
handle the event continue playback to the none output.
+ * Disable aRTs output plugin by default, it's deprecated and will be removed
+ in 1.2 series.
xine-lib (1.1.6)
* Split the DirectFB plugin into X11 and non-X versions.
diff -r df9441e6b986e626fac890bb082d308fbba19de8 -r
35bc61e6aff3302930a0d2152e5bd2fbfb38a5a0 configure.ac
--- a/configure.ac Tue Jun 05 20:37:47 2007 +0200
+++ b/configure.ac Mon Jun 04 23:32:48 2007 +0200
@@ -1488,8 +1488,8 @@ dnl ------------------------------------
dnl ---------------------------------------------
AC_ARG_WITH([arts],
- AS_HELP_STRING([--without-arts], [Build without ARTS audio output]),
- [with_arts=$withval], [with_arts=yes])
+ AS_HELP_STRING([--with-arts], [Build with ARTS audio output]),
+ [with_arts=$withval], [with_arts=no])
if test "x$with_arts" = "xyes"; then
AM_PATH_ARTS(0.9.5,
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog