diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-02-25 23:44:05 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-02-25 23:44:05 +0000 |
commit | 28e4d369b74f7f4c88f6e95ca568a22cb0b0fe44 (patch) | |
tree | 5e0bfaff1b4621ed37f6c68c7f1489f5e302be4b /m4 | |
parent | c419a70b703e15cbf5fbc1b8375f6672bc120faf (diff) | |
download | xine-lib-28e4d369b74f7f4c88f6e95ca568a22cb0b0fe44.tar.gz xine-lib-28e4d369b74f7f4c88f6e95ca568a22cb0b0fe44.tar.bz2 |
xine now compiles ok with the dxr3 em8300 ver 0.12.0 ,but dxr3 does not actually work yet.
CVS patchset: 1519
CVS date: 2002/02/25 23:44:05
Diffstat (limited to 'm4')
-rw-r--r-- | m4/_xine.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/_xine.m4 b/m4/_xine.m4 index f6d9d0957..ee7130e0b 100644 --- a/m4/_xine.m4 +++ b/m4/_xine.m4 @@ -90,7 +90,7 @@ AC_DEFUN([AC_CHECK_DXR3], [ --disable-dxr3 Do not build the DXR3/HW+ plugins],, enable_dxr3=yes) if test x"$enable_dxr3" = xyes; then - AC_CHECK_HEADER($linux_path/include/linux/em8300.h, + AC_CHECK_HEADER(/usr/include/linux/em8300.h, have_dxr3=yes, [have_dxr3=no AC_MSG_RESULT([*** DXR3 support disabled due to missing em8300.h ***])]) |