summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMike Lampard <mlampard@users.sourceforge.net>2001-11-01 15:31:34 +0000
committerMike Lampard <mlampard@users.sourceforge.net>2001-11-01 15:31:34 +0000
commit84a372ab43f70cdd65898b02808f014486d73fcb (patch)
tree86ebb9e10931e4ce3f8826dbf78c510716b8904c /m4
parent25add09862f0666af8b3b766375b2da52f7b12c1 (diff)
downloadxine-lib-84a372ab43f70cdd65898b02808f014486d73fcb.tar.gz
xine-lib-84a372ab43f70cdd65898b02808f014486d73fcb.tar.bz2
enable autoconfig for dxr3enc plugin
CVS patchset: 926 CVS date: 2001/11/01 15:31:34
Diffstat (limited to 'm4')
-rw-r--r--m4/_xine.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/m4/_xine.m4 b/m4/_xine.m4
index 5f8708f60..d381e92ad 100644
--- a/m4/_xine.m4
+++ b/m4/_xine.m4
@@ -94,6 +94,16 @@ AC_DEFUN(AC_CHECK_DXR3,
have_dxr3=yes,
have_dxr3=no
AC_MSG_RESULT(*** DXR3 support disabled due to missing em8300.h ***))
+ if test "$have_dxr3" = "yes"; then
+ have_fame=yes
+ AC_CHECK_LIB(fame, fame_open,
+ AC_CHECK_HEADER(fame.h, true, have_fame=no), have_fame=no)
+ if test "$have_fame" = "yes"; then
+ AC_MSG_RESULT([found libfame, will compile dxr3enc video out driver]);
+ else
+ AC_MSG_RESULT([*** dxr3enc support disabled due to missing libfame ***]);
+ fi
+ fi
else
AC_MSG_RESULT(DXR3 plugins will not be built.)
have_dxr3=no