diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-24 18:40:42 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-24 18:40:42 +0000 |
commit | bf90f534f29892ded8f92f088bd9c78486d5833e (patch) | |
tree | 1d1d0bff979db9c26539069592763d59c7cddba9 | |
parent | 508953fb4b6404e7ba69cd378897bd4a04991dc2 (diff) | |
download | xine-lib-bf90f534f29892ded8f92f088bd9c78486d5833e.tar.gz xine-lib-bf90f534f29892ded8f92f088bd9c78486d5833e.tar.bz2 |
Enable JACK on FreeBSD & kFreeBSD. (Needs testing.)
-rw-r--r-- | m4/audio_out.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/audio_out.m4 b/m4/audio_out.m4 index 2b18431b4..791f1ecda 100644 --- a/m4/audio_out.m4 +++ b/m4/audio_out.m4 @@ -39,6 +39,7 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [ ;; freebsd*|kfreebsd*) default_with_pulseaudio=yes + default_with_jack=yes ;; irix*) default_enable_irixal=yes |