Commit edf7b000 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Revert "Disable swscale if avcodec is disabled" because the swscale doesn't...

Revert "Disable swscale if avcodec is disabled" because the swscale doesn't need it anymore since [5f919fba]

This reverts commit 964c7e91.
Please, do NOT backport this.
parent f8c86f64
...@@ -2768,9 +2768,7 @@ dnl ...@@ -2768,9 +2768,7 @@ dnl
AC_ARG_ENABLE(swscale, AC_ARG_ENABLE(swscale,
AS_HELP_STRING([--enable-swscale],[libswscale image scaling and conversion AS_HELP_STRING([--enable-swscale],[libswscale image scaling and conversion
(default enabled)]),, [ (default enabled)]))
enable_swscale="${have_avcodec}"
])
if test "${enable_swscale}" != "no" if test "${enable_swscale}" != "no"
then then
PKG_CHECK_MODULES(SWSCALE,[libswscale], PKG_CHECK_MODULES(SWSCALE,[libswscale],
......
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