]> git.sesse.net Git - vlc/commitdiff
Revert "Disable swscale if avcodec is disabled" because the swscale doesn't need...
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 22 Jul 2010 15:38:32 +0000 (17:38 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 22 Jul 2010 15:53:26 +0000 (17:53 +0200)
This reverts commit 964c7e91c0273447e3f830c9aec4d84d602851b9.
Please, do NOT backport this.

configure.ac

index 111c7f8ff08042f50c8ab81fc796fa103502ed27..6a64f83193174ed482a425b5d7192105198e58fa 100644 (file)
@@ -2768,9 +2768,7 @@ dnl
 
 AC_ARG_ENABLE(swscale,
   AS_HELP_STRING([--enable-swscale],[libswscale image scaling and conversion
-                 (default enabled)]),, [
-  enable_swscale="${have_avcodec}"
-])
+                 (default enabled)]))
 if test "${enable_swscale}" != "no"
 then
   PKG_CHECK_MODULES(SWSCALE,[libswscale],