Commit fc995169 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Remove check for img_resample() when ffmpeg is built with libswscale. This...

Remove check for img_resample() when ffmpeg is built with libswscale. This will need to be fixed for 0.9.0 or a later bugfix release.
parent 9eb5cf86
......@@ -2770,17 +2770,6 @@ dnl Trying with pkg-config
fi
fi
dnl Check if we have (required) img_resample() in libavcodec
if test "${enable_ffmpeg}" != "no"
then
VLC_SAVE_FLAGS
CFLAGS="${CFLAGS} ${CFLAGS_ffmpeg}"
LDFLAGS="${LDFLAGS} ${LDFLAGS_ffmpeg}"
AC_CHECK_LIB(avcodec, img_resample, ,
[AC_MSG_ERROR([Your FFmpeg library doesn't have the needed img_resample() function. You should rebuild it with software scaler disabled])], -lavutil)
VLC_RESTORE_FLAGS
fi
dnl
dnl ffmpegaltivec plugin
dnl
......
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