From d4c72630af8d07838c37e233c12581cf301dbd82 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 21 Mar 2007 20:29:57 +0000 Subject: [PATCH] fix test --- stepmania/autoconf/m4/video.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/autoconf/m4/video.m4 b/stepmania/autoconf/m4/video.m4 index 7baefd9877..6db8e4fa25 100644 --- a/stepmania/autoconf/m4/video.m4 +++ b/stepmania/autoconf/m4/video.m4 @@ -62,7 +62,7 @@ fi fi have_ffmpeg=no -if test "$have_libavutil" = "yes" -a test "$have_libavformat" = "yes" -a "$have_libavcodec" = "yes"; then +if test "$have_libavutil" = "yes" -a "$have_libavformat" = "yes" -a "$have_libavcodec" = "yes"; then have_ffmpeg=yes AC_DEFINE(HAVE_FFMPEG, 1, [FFMPEG support available]) else