[vlc-commits] configure: crystalhd is default "auto"
Daniel Mierswa
git at videolan.org
Mon Feb 21 20:32:38 CET 2011
vlc | branch: master | Daniel Mierswa <impulze at impulze.org> | Mon Feb 21 17:51:24 2011 +0100| [7d55c45b4d03684d882e325615d842996c5d066b] | committer: Jean-Baptiste Kempf
configure: crystalhd is default "auto"
Signed-off-by: Daniel Mierswa <impulze at impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7d55c45b4d03684d882e325615d842996c5d066b
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index d496102..e74951e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2452,7 +2452,7 @@ dnl
dnl CrystalHD codec plugin
dnl
AC_ARG_ENABLE(crystalhd,
- [ --enable-crystalhd crystalhd codec plugin (default disabled)])
+ [ --enable-crystalhd crystalhd codec plugin (default auto)])
if test "${enable_crystalhd}" != "no"; then
AC_CHECK_HEADER(libcrystalhd/libcrystalhd_if.h, [
VLC_ADD_PLUGIN([crystalhd])
More information about the vlc-commits
mailing list