summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-29 00:41:45 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-29 00:41:45 +0000
commitc5e4b06ff518ca83a403c175e22a802ee73714f1 (patch)
treecc56aa88e0feed04d5b3ba650b39e06229fdf9e5
parentafb7bcab51f43db1ce9147a6343ecfd369ba36b9 (diff)
check for the proper dxr3 header aphabetization fixes
Original commit message from CVS: * check for the proper dxr3 header * aphabetization fixes
-rw-r--r--configure.ac2
-rw-r--r--sys/Makefile.am4
2 files changed, 3 insertions, 3 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 ***
diff --git a/sys/Makefile.am b/sys/Makefile.am
index 8c6db9af..92b9468d 100644
--- a/sys/Makefile.am
+++ b/sys/Makefile.am
@@ -40,8 +40,8 @@ else
XVIDEO_DIR=
endif
-SUBDIRS=$(OSS_DIR) $(DXR3_DIR) $(QCAM_DIR) $(V4L_DIR) $(VCD_DIR) \
+SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(VCD_DIR) \
$(VGA_DIR) $(XVIDEO_DIR)
-DIST_SUBDIRS=oss dxr3 qcam v4l vcd vga xvideo videosink
+DIST_SUBDIRS=dxr3 oss qcam v4l vcd vga xvideo videosink