f2ca076292
xmms 1.2.11 The '1211 days since last release' release. XMMS was 10 years old on 2007-11-15. * Make the --toggle switches take an optional value to either enable or disable the function. * New command line switches: --quit, --toggle-shuffle, --toggle-repeat, --toggle-advance, --queue * New remote commands: xmms_remote_playqueue_clear, xmms_remote_get_playqueue_pos_from_playlist_pos, xmms_remote_get_playlist_pos_from_playqueue_pos, xmms_remote_playqueue_add, xmms_remote_get_playqueue_length, xmms_remote_playqueue_remove. * Playqueue manager. Adds queue control enabling you to reorder the queue and a search like the jump to file dialog. OGG/Vorbis: * Save stream to disk adds -N if the file already exist * Don't apply the +6dB boost if replaygain information is missing Alsa: * Soft volume works without mixer Songchange: * Optional command to run at end of song. Diskwriter: * Effect plugins are applied on the saved file MPG123: * Enable shoutcast title streaming by default * CTRL-Q as default keybind to quit * Close dialogs with escape key Solaris: * Support OSS and AMD8111
13 lines
334 B
Text
13 lines
334 B
Text
$NetBSD: patch-ag,v 1.6 2007/11/29 18:36:36 wiz Exp $
|
|
|
|
--- Output/esd/mixer.c.orig 2006-07-16 13:40:04.000000000 +0000
|
|
+++ Output/esd/mixer.c
|
|
@@ -25,7 +25,7 @@
|
|
|
|
#include <sys/ioctl.h>
|
|
#ifdef HAVE_OSS
|
|
-# include <Output/OSS/soundcard.h>
|
|
+# include <sys/soundcard.h>
|
|
# define OSS_AVAILABLE TRUE
|
|
#else
|
|
# define OSS_AVAILABLE FALSE
|