]> git.sesse.net Git - vlc/blobdiff - configure
* Ported the framebuffer plugin to the new module API. As for most of the
[vlc] / configure
index 0ee314c87e78e0f659d551cc64d6d9aa08b2d97e..201e8bf2488a5c56a199784cd8ab860118cfe069 100755 (executable)
--- a/configure
+++ b/configure
@@ -3450,7 +3450,7 @@ fi
 # Check whether --enable-fb or --disable-fb was given.
 if test "${enable_fb+set}" = set; then
   enableval="$enable_fb"
-  if test x$enable_fb = xyes; then PLUGINS=${PLUGINS}"fb "; ALIASES=${ALIASES}"fbvlc "; fi
+  if test x$enable_fb = xyes; then PLUGINS=${PLUGINS}"fb "; fi
 fi
 
 # Check whether --with-ggi or --without-ggi was given.