diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-11-25 21:22:23 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-11-25 21:22:23 +0000 |
commit | b16de9c5e59ce99cba75f51cde8f2c441d36e55b (patch) | |
tree | d9ba24b391a016967e370c95cce8883b85d06e19 /m4 | |
parent | abdd7c762e646a27d0db6951364148163a0d7925 (diff) | |
parent | 0e2e43f9050cde0fd5c34d4848cda31bb4ef6a2e (diff) | |
download | xine-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.m4 | 2 |
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 |