Commit 7d55c45b authored by Daniel Mierswa's avatar Daniel Mierswa Committed by Jean-Baptiste Kempf

configure: crystalhd is default "auto"

Signed-off-by: default avatarDaniel Mierswa <impulze@impulze.org>
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e37ee832
...@@ -2452,7 +2452,7 @@ dnl ...@@ -2452,7 +2452,7 @@ dnl
dnl CrystalHD codec plugin dnl CrystalHD codec plugin
dnl dnl
AC_ARG_ENABLE(crystalhd, AC_ARG_ENABLE(crystalhd,
[ --enable-crystalhd crystalhd codec plugin (default disabled)]) [ --enable-crystalhd crystalhd codec plugin (default auto)])
if test "${enable_crystalhd}" != "no"; then if test "${enable_crystalhd}" != "no"; then
AC_CHECK_HEADER(libcrystalhd/libcrystalhd_if.h, [ AC_CHECK_HEADER(libcrystalhd/libcrystalhd_if.h, [
VLC_ADD_PLUGIN([crystalhd]) VLC_ADD_PLUGIN([crystalhd])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment