mirror of https://github.com/odrling/Aegisub
whoops, bogus description of define in last commit. also r2400 GET.
Originally committed to SVN as r2400.
This commit is contained in:
parent
aa539a5e9e
commit
7c970aa91b
|
@ -123,7 +123,7 @@ fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(old-ffmpeg, [ --enable-old-ffmpeg use ancient ffmpeg header locations (default=no)])
|
AC_ARG_ENABLE(old-ffmpeg, [ --enable-old-ffmpeg use ancient ffmpeg header locations (default=no)])
|
||||||
if test "$enable_ancient_ffmpeg" = "yes"; then
|
if test "$enable_ancient_ffmpeg" = "yes"; then
|
||||||
AC_DEFINE([WITH_ANCIENT_FFMPEG], [], [buttes])
|
AC_DEFINE([WITH_ANCIENT_FFMPEG], [1], [Using ancient ffmpeg header locations])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue