projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f2a556
)
check for the proper dxr3 header aphabetization fixes
author
Andy Wingo
<wingo@pobox.com>
Fri, 29 Mar 2002 00:41:45 +0000
(
00:41
+0000)
committer
Andy Wingo
<wingo@pobox.com>
Fri, 29 Mar 2002 00:41:45 +0000
(
00:41
+0000)
Original commit message from CVS:
* check for the proper dxr3 header
* aphabetization fixes
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d8fe94abfe80790e222163dc0e5fa20e70d80cb6..f22e5849c0f66198c3d585c5b6dad659298166a9 100644
(file)
--- 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/em8
0
00.h, HAVE_DXR3="yes", HAVE_DXR3="no")
+ AC_CHECK_HEADER(linux/em8
3
00.h, HAVE_DXR3="yes", HAVE_DXR3="no")
])
dnl *** OSS audio ***