summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-11-25 21:22:23 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-11-25 21:22:23 +0000
commitb16de9c5e59ce99cba75f51cde8f2c441d36e55b (patch)
treed9ba24b391a016967e370c95cce8883b85d06e19 /m4
parentabdd7c762e646a27d0db6951364148163a0d7925 (diff)
parent0e2e43f9050cde0fd5c34d4848cda31bb4ef6a2e (diff)
downloadxine-lib-b16de9c5e59ce99cba75f51cde8f2c441d36e55b.tar.gz
xine-lib-b16de9c5e59ce99cba75f51cde8f2c441d36e55b.tar.bz2
Merge from 1.1.
Some fixups were required for the kfreebsd patch; needs testing. --HG-- rename : src/video_out/libdha/ports.c => contrib/libdha/ports.c rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c rename : src/libxineadec/xine_vorbis_decoder.c => src/combined/xine_vorbis_decoder.c
Diffstat (limited to 'm4')
-rw-r--r--m4/video_out.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/video_out.m4 b/m4/video_out.m4
index 4a0a37787..043d563e8 100644
--- a/m4/video_out.m4
+++ b/m4/video_out.m4
@@ -343,7 +343,7 @@ AC_DEFUN([XINE_VIDEO_OUT_PLUGINS], [
else
case "$host_or_hostalias" in
i?86-*-linux* | k?-*-linux* | athlon-*-linux*) ;;
- i?86-*-freebsd* | k?-*-freebsd* | athlon-*-freebsd*) ;;
+ i?86-*-freebsd* | k?-*-freebsd* | athlon-*-freebsd* | i?86-*-kfreebsd*) ;;
*) have_vidix="no" ;;
esac
fi