From 7c970aa91bd43470a75be83e76a9004ca96f89ca Mon Sep 17 00:00:00 2001 From: Karl Blomster Date: Sun, 28 Sep 2008 13:06:15 +0000 Subject: [PATCH] whoops, bogus description of define in last commit. also r2400 GET. Originally committed to SVN as r2400. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index cf27a2bfb..d75e07592 100644 --- a/configure.in +++ b/configure.in @@ -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