diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-14 15:07:14 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-14 15:07:14 +0000 |
commit | 09e2ba368cb0b68e9b91d4b78709c8efa044c538 (patch) | |
tree | 2f739a15a53d89a48ed9df905072c4ca3f76ff93 | |
parent | 05bf1d101364ea255ddba47e7494d9361eb076be (diff) | |
download | xine-lib-09e2ba368cb0b68e9b91d4b78709c8efa044c538.tar.gz xine-lib-09e2ba368cb0b68e9b91d4b78709c8efa044c538.tar.bz2 |
Enable vdpau on FreeBSD. (Experimental.)
-rw-r--r-- | m4/video_out.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/video_out.m4 b/m4/video_out.m4 index 935d7e197..6583f925b 100644 --- a/m4/video_out.m4 +++ b/m4/video_out.m4 @@ -44,6 +44,7 @@ AC_DEFUN([XINE_VIDEO_OUT_PLUGINS], [ freebsd*) default_enable_vidix=yes + default_enable_vdpau=yes ;; linux*) |