From 23d40068374f2284c124aa7f3776a0da7af81c47 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 29 Mar 2002 00:41:45 +0000 Subject: [PATCH] check for the proper dxr3 header aphabetization fixes Original commit message from CVS: * check for the proper dxr3 header * aphabetization fixes --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d8fe94abfe..f22e5849c0 100644 --- a/configure.ac +++ b/configure.ac @@ -193,7 +193,7 @@ dnl ========================================================================== dnl *** DXR3 card *** translit(dnm, m, l) AM_CONDITIONAL(USE_DXR3, true) GST_CHECK_FEATURE(DXR3, [DXR3 hardware mpeg video decoder], dxr3videosink, [ - AC_CHECK_HEADER(linux/em8000.h, HAVE_DXR3="yes", HAVE_DXR3="no") + AC_CHECK_HEADER(linux/em8300.h, HAVE_DXR3="yes", HAVE_DXR3="no") ]) dnl *** OSS audio ***