mirror of
https://github.com/videolan/vlc.git
synced 2024-12-13 19:54:18 +08:00
. correction d'une faute de frappe dans configure.in (�a r�pond � ta
question, Stef ? :)
This commit is contained in:
parent
b3daf517e2
commit
3c9727d5d4
2
configure
vendored
2
configure
vendored
@ -3088,7 +3088,7 @@ if test x$enable_dsp != xno; then PLUGINS=${PLUGINS}"dsp "; fi
|
||||
# Check whether --enable-esd or --disable-esd was given.
|
||||
if test "${enable_esd+set}" = set; then
|
||||
enableval="$enable_esd"
|
||||
if test x$enable_gnome = xyes; then PLUGINS=${PLUGINS}"esd "; fi
|
||||
if test x$enable_esd = xyes; then PLUGINS=${PLUGINS}"esd "; fi
|
||||
fi
|
||||
|
||||
# Check whether --enable-fb or --disable-fb was given.
|
||||
|
@ -90,7 +90,7 @@ AC_ARG_ENABLE(dsp,
|
||||
if test x$enable_dsp != xno; then PLUGINS=${PLUGINS}"dsp "; fi
|
||||
AC_ARG_ENABLE(esd,
|
||||
[ --enable-esd Esound library support (default disabled)],
|
||||
[if test x$enable_gnome = xyes; then PLUGINS=${PLUGINS}"esd "; fi])
|
||||
[if test x$enable_esd = xyes; then PLUGINS=${PLUGINS}"esd "; fi])
|
||||
AC_ARG_ENABLE(fb,
|
||||
[ --enable-fb Linux framebuffer support (default disabled)],
|
||||
[if test x$enable_fb = xyes; then PLUGINS=${PLUGINS}"fb "; ALIASES=${ALIASES}"fbvlc "; fi])
|
||||
|
Loading…
Reference in New Issue
Block a user