summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2012-04-26 15:21:40 +0300
committerPetri Hintukainen <phintuka@users.sourceforge.net>2012-04-26 15:21:40 +0300
commitf74df7230a44d902fe4291a347579219eb349eac (patch)
tree0ff55386c55c9bd0d94bb266ca19d3f7a0f90f76
parent43243f669e5e6aff88bd8dce3167eb37e645941f (diff)
downloadxine-lib-f74df7230a44d902fe4291a347579219eb349eac.tar.gz
xine-lib-f74df7230a44d902fe4291a347579219eb349eac.tar.bz2
Fixed configure summary for ffmpeg audio decoder
-rw-r--r--m4/summary.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/summary.m4 b/m4/summary.m4
index 8c89285cb..51fa646bd 100644
--- a/m4/summary.m4
+++ b/m4/summary.m4
@@ -145,7 +145,7 @@ AC_DEFUN([XINE_LIB_SUMMARY], [
echo " - Musepack (*INTERNAL* library)"
fi
fi
- if test x"$with_external_ffmpeg" = x"yes"; then
+ if test x"$with_external_ffmpeg" != x"no"; then
echo " - ffmpeg (external library)"
else
echo " - ffmpeg (*INTERNAL* library):"