configure.ac: removed misplaced comma

This commit is contained in:
Max Kellermann 2009-02-11 19:58:53 +01:00
parent b6b181ca87
commit 82fee1390c
1 changed files with 1 additions and 1 deletions

View File

@ -999,7 +999,7 @@ if test x$enable_ffmpeg = xyes; then
fi
if test x$enable_ffmpeg = xyes; then
AC_DEFINE(HAVE_FFMPEG, 1, [Define for FFMPEG support]),
AC_DEFINE(HAVE_FFMPEG, 1, [Define for FFMPEG support])
fi
AM_CONDITIONAL(HAVE_FFMPEG, test x$enable_ffmpeg = xyes)