From edf7b0004d4844f72163244d0870fddb6e886830 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 22 Jul 2010 17:38:32 +0200 Subject: [PATCH] Revert "Disable swscale if avcodec is disabled" because the swscale doesn't need it anymore since [5f919fba48847669640f999dd72bb32df2cd17b8] This reverts commit 964c7e91c0273447e3f830c9aec4d84d602851b9. Please, do NOT backport this. --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 111c7f8ff0..6a64f83193 100644 --- a/configure.ac +++ b/configure.ac @@ -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], -- 2.39.2