From 2ba7df3c153301708b24ef6120294bacf55d3f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branko=20=C4=8Cibej?= Date: Sat, 4 Apr 2009 08:53:54 +0200 Subject: [PATCH] ffmpeg: Fix handling of --with-ffmpeg-extra-configure Fixes bug #577879. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1d57be8534..bd5a43d3ca 100644 --- a/configure.ac +++ b/configure.ac @@ -329,7 +329,7 @@ else esac # append extra configure options to ac_configure_args if needed - if test "x$with_ffmpeg_extra_configure" != no; then + if test "x$with_ffmpeg_extra_configure" != "xno"; then ac_configure_args="$ac_configure_args $with_ffmpeg_extra_configure" fi