diff options
author | Andy Wingo <wingo@pobox.com> | 2002-03-29 00:41:45 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-03-29 00:41:45 +0000 |
commit | 973b2e23f39decaacdff04929b7288f21aa429a7 (patch) | |
tree | 6e42c1aa4ac47bac5c05b7e4981e94aab0b56539 /configure.ac | |
parent | cb99f1dab122abd488cb96871a6fbf67474e4168 (diff) | |
download | gst-plugins-bad-973b2e23f39decaacdff04929b7288f21aa429a7.tar.gz gst-plugins-bad-973b2e23f39decaacdff04929b7288f21aa429a7.tar.bz2 gst-plugins-bad-973b2e23f39decaacdff04929b7288f21aa429a7.zip |
check for the proper dxr3 header aphabetization fixes
Original commit message from CVS:
* check for the proper dxr3 header
* aphabetization fixes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d8fe94ab..f22e5849 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 *** |