gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog Makefile.am


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog Makefile.am
Date: Thu, 23 Nov 2006 18:05:46 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/11/23 18:05:46

Modified files:
        .              : ChangeLog Makefile.am 

Log message:
                * Makefile.am: fix 'make dumpconfig' output when using GST 
sound.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1728&r2=1.1729
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&r1=1.49&r2=1.50

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1728
retrieving revision 1.1729
diff -u -b -r1.1728 -r1.1729
--- ChangeLog   23 Nov 2006 16:48:38 -0000      1.1728
+++ ChangeLog   23 Nov 2006 18:05:46 -0000      1.1729
@@ -1,5 +1,6 @@
 2006-11-23 Sandro Santilli <address@hidden>
 
+       * Makefile.am: fix 'make dumpconfig' output when using GST sound.
        * server/parser/movie_def_impl.cpp: removed compiler warnings.
        * libbase/sharedlib.h: removed unneeded includes
        * server/character.h: removed action.h include

Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- Makefile.am 21 Nov 2006 19:23:57 -0000      1.49
+++ Makefile.am 23 Nov 2006 18:05:46 -0000      1.50
@@ -15,7 +15,7 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 # 
 
-# $Id: Makefile.am,v 1.49 2006/11/21 19:23:57 strk Exp $
+# $Id: Makefile.am,v 1.50 2006/11/23 18:05:46 strk Exp $
 
 ## Process this file with automake to produce Makefile.in
 AUTOMAKE_OPTIONS = 1.6.0
@@ -93,20 +93,17 @@
        @echo "Rechecking with GCC Mudflap support"
        $(MAKE) check CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) 
-lmudflap"
 
-# Set a few variables to what features we selected so we cab dump it with the
+# Set a few variables to what features we selected so we can dump it with the
 # test of the config
 if USE_SOUND_SDL
   SOUND_OPT=sdl
-else
-  SOUND_OPT=none
 endif
 if USE_SOUND_GST
   SOUND_OPT=gst
 endif
+
 if USE_MAD_ENGINE
   ENGINE_OPT=mad
-else
-  ENGINE_OPT=none
 endif
 if USE_FFMPEG_ENGINE
   ENGINE_OPT=ffmpeg




reply via email to

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