gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 958f3eb30a970734104a


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 958f3eb30a970734104a8b47c5a233afe4381993
Date: Tue, 09 Nov 2010 16:53:50 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  958f3eb30a970734104a8b47c5a233afe4381993 (commit)
      from  f367a84703026e34cb1914affca5a2bcb7579b25 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=958f3eb30a970734104a8b47c5a233afe4381993


commit 958f3eb30a970734104a8b47c5a233afe4381993
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 9 09:53:43 2010 -0700

    fix --enable-media=none

diff --git a/configure.ac b/configure.ac
index 1049809..f433a01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -783,7 +783,7 @@ AC_ARG_ENABLE(sound,
 dnl --------------------------------------------------------
 dnl  Media handler selection
 dnl --------------------------------------------------------
-build_media_gst=no
+build_media_gst=yes
 build_media_ffmpeg=no
 AC_ARG_ENABLE(media,
   AC_HELP_STRING([--enable-media=handler],
@@ -804,6 +804,8 @@ AC_ARG_ENABLE(media,
           media_list="${media_list}ffmpeg "
           ;;
         no|NO|none)
+          build_media_ffmpeg=no
+          build_media_gst=no
           media_list="none"
           ;;
         *)
@@ -829,11 +831,6 @@ AC_ARG_ENABLE(media,
 MEDIA_CONFIG="${media_list}"
 AC_SUBST(MEDIA_CONFIG)
 
-dnl if no media handler is selected, default to Gstreamer.
-if test x"$build_media_ffmpeg" = x"no" -a x"$build_media_gst" = x"no"; then
-   build_media_gst=yes
-fi
-
 if test x"$build_media_ffmpeg" = x"yes"; then
   GNASH_PATH_FFMPEG
 fi

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]