commit c56e94e92a478fe59d7c06240f609a8eb88c42b2 parent cf26c8d55a81c89f9e9313939ec8d0f758f146c8 Author: Heikki Lindholm <holin@iki.fi> Date: Tue, 24 Jun 2008 09:50:36 +0000 missing quotes Diffstat:
| M | configure.ac | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac @@ -540,7 +540,7 @@ then fi cd src/plugins/thumbnailffmpeg/ffmpeg/ if ! ./configure \ - --cc=$CC \ + --cc="$CC" \ $FFMPEGARCH \ --prefix=/tmp \ --disable-mmx \