]> git.sesse.net Git - vlc/commitdiff
configure: crystalhd is default "auto"
authorDaniel Mierswa <impulze@impulze.org>
Mon, 21 Feb 2011 16:51:24 +0000 (17:51 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 21 Feb 2011 19:27:26 +0000 (20:27 +0100)
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
configure.ac

index d4961022b61c0a86aac70fc3ebf5a9f2b64173fb..e74951ef9afc2d2857141fd532b5d3a700ac3fb3 100644 (file)
@@ -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])