diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-20 01:19:53 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-20 01:19:53 +0000 |
commit | 508953fb4b6404e7ba69cd378897bd4a04991dc2 (patch) | |
tree | d4a0023258ec33eaa367037eb14d8e4d9ec204f8 | |
parent | 0e54a6fc47a7f4fabb565a97952d1b5313e51a3a (diff) | |
download | xine-lib-508953fb4b6404e7ba69cd378897bd4a04991dc2.tar.gz xine-lib-508953fb4b6404e7ba69cd378897bd4a04991dc2.tar.bz2 |
Enable pulseaudio on kFreeBSD.
-rw-r--r-- | m4/audio_out.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/audio_out.m4 b/m4/audio_out.m4 index 85ea5cd00..2b18431b4 100644 --- a/m4/audio_out.m4 +++ b/m4/audio_out.m4 @@ -37,7 +37,7 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [ default_with_jack=yes default_enable_oss=no ;; - freebsd*) + freebsd*|kfreebsd*) default_with_pulseaudio=yes ;; irix*) |