mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Fix --enable-avcodec
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user