Fix --enable-avcodec

This commit is contained in:
Jonathan Campbell
2020-11-08 18:27:06 -08:00
parent b998ddfe29
commit 28994fe479

View File

@@ -999,7 +999,7 @@ fi
dnl FEATURE: FFMPEG output support
AH_TEMPLATE(C_AVCODEC,[Define to 1 to use FFMPEG libavcodec for video capture])
AC_ARG_ENABLE(avcodec,AC_HELP_STRING([--enable-avcodec],[Enable FFMPEG avcodec support]),,enable_ffmpeg=no)
AC_ARG_ENABLE(avcodec,AC_HELP_STRING([--enable-avcodec],[Enable FFMPEG avcodec support]),enable_ffmpeg=yes,enable_ffmpeg=no)
if test x$enable_ffmpeg = xyes; then
if test x$have_ffmpeg = xyes; then
if test x$have_avcodec_h = xyes; then