whoops, bogus description of define in last commit. also r2400 GET.

Originally committed to SVN as r2400.
This commit is contained in:
Karl Blomster 2008-09-28 13:06:15 +00:00
parent aa539a5e9e
commit 7c970aa91b
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ 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])
AC_DEFINE([WITH_ANCIENT_FFMPEG], [1], [Using ancient ffmpeg header locations])
fi