gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Mon, 31 Jul 2006 20:35:03 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/07/31 20:35:03

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        Make missing SDL_Mixer development files an error when sdl sound 
hanlder is requested (fixed bug 17225)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.562&r2=1.563
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.96&r2=1.97

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.562
retrieving revision 1.563
diff -u -b -r1.562 -r1.563
--- ChangeLog   31 Jul 2006 20:29:18 -0000      1.562
+++ ChangeLog   31 Jul 2006 20:35:03 -0000      1.563
@@ -1,6 +1,8 @@
 2006-07-31 Sandro Santilli <address@hidden>
 
-       * configure.ac: disable sound by default
+       * configure.ac: disable sound by default, set nogo=true
+         when sdl sound is requested but dependencies are not
+         met (bug#17225)
        * gui/Makefile.am, gui/NullGui.cpp, gui/NullGui.h,
          gui/gnash.cpp, gui/gui.h:
          Moved NullGui class into its own files, implemented

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -b -r1.96 -r1.97
--- configure.ac        31 Jul 2006 20:29:19 -0000      1.96
+++ configure.ac        31 Jul 2006 20:35:03 -0000      1.97
@@ -741,7 +741,7 @@
     fi
       echo "        Gstreamer libs are: $GSTREAMER_LIBS"
   else
-    echo "WARNING: gstreamer sound requested, but no gstreamer found"
+    echo "ERROR: gstreamer sound requested, but no gstreamer found"
     nogo=true
   fi
 fi
@@ -830,11 +830,13 @@
       echo "        SDL_Mixer flags are: $SDL_MIXER_CFLAGS"
       echo "        SDL_Mixer libs are: $SDL_MIXER_LIBS"
   else
-      echo "WARNING: No SDL_Mixer development package installed!\
+      echo "ERROR: sdl sound requested, but no SDL_Mixer development package 
installed!\
    You need to have the SDL Mixer development package installed\
-   if you wish to have MP3 support for Gnash.\
+   if you wish to have sdl-based MP3 support for Gnash.\
    To compile this project with SDL sound support, install\
-   libsdl-mixer1.2-dev (using apt-get) or SDL_mixer-devel (using yum)."
+   libsdl-mixer1.2-dev (using apt-get) or SDL_mixer-devel (using yum).
+   In alternative build with --enable-sound=gst for gstreamer use"
+   nogo=true
   fi
 fi
 




reply via email to

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