mirror of https://github.com/odrling/Aegisub
add --enable-old-ffmpeg switch to configure; using it changes the includes to use ffmpeg headers from the old locations (ffmpeg/libav*.h).
Originally committed to SVN as r2399.
This commit is contained in:
parent
00265d6ec4
commit
aa539a5e9e
|
@ -121,6 +121,11 @@ if test "$enable_build_dist" = "yes"; then
|
||||||
VERSION="${VERSION}-r$SVN_VERSION"
|
VERSION="${VERSION}-r$SVN_VERSION"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_ARG_ENABLE(old-ffmpeg, [ --enable-old-ffmpeg use ancient ffmpeg header locations (default=no)])
|
||||||
|
if test "$enable_ancient_ffmpeg" = "yes"; then
|
||||||
|
AC_DEFINE([WITH_ANCIENT_FFMPEG], [], [buttes])
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
###################################################
|
###################################################
|
||||||
# Check for pthreads and setup variables / compiler
|
# Check for pthreads and setup variables / compiler
|
||||||
|
|
Loading…
Reference in New Issue