aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-11 19:58:53 +0100
committerMax Kellermann <max@duempel.org>2009-02-11 19:58:53 +0100
commit82fee1390c072e508309a947b1889e7cc56795a4 (patch)
tree5299cb207bc1929e0961e11b64f00eb6ea05204d
parentb6b181ca874f99d47151f4947c9a62bc851bdd68 (diff)
configure.ac: removed misplaced comma
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cb2eb92d..1a6530f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)