CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 06/10/16 18:03:00
Modified files:
. : ChangeLog configure.ac
Log message:
* configure.ac: don't complain if mp3_decoder is set but no sdl sound
was requested (since mp3_decoder=ffmpeg by default). Just set it to none
instead..
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1246&r2=1.1247
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.161&r2=1.162
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1246
retrieving revision 1.1247
diff -u -b -r1.1246 -r1.1247
--- ChangeLog 16 Oct 2006 17:28:21 -0000 1.1246
+++ ChangeLog 16 Oct 2006 18:03:00 -0000 1.1247
@@ -1,3 +1,9 @@
+2006-10-16 Sandro Santilli <[EMAIL PROTECTED]>
+
+ * configure.ac: don't complain if mp3_decoder is set but no
+ sdl sound was requested (since mp3_decoder=ffmpeg by default).
+ Just set it to none instead..
+
2006-10-16 Hannes Mayr <[EMAIL PROTECTED]>
* gui/gtk.cpp: Use set_invalidated_region() only with AGG renderer
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -b -r1.161 -r1.162
--- configure.ac 16 Oct 2006 16:14:07 -0000 1.161
+++ configure.ac 16 Oct 2006 18:03:00 -0000 1.162
@@ -33,7 +33,7 @@
dnl also makes it possible to release a modified version which carries
dnl forward this exception.
-dnl $Id: configure.ac,v 1.161 2006/10/16 16:14:07 rsavoye Exp $
+dnl $Id: configure.ac,v 1.162 2006/10/16 18:03:00 strk Exp $
AC_PREREQ(2.50)
AC_INIT(gnash, 0.7.1-cvs)
@@ -262,7 +262,8 @@
)
if test x"$sound_handler" != xsdl -a x"$mp3_decoder" != xnone; then
- AC_MSG_ERROR([--with-mp3-decoder is only valid with --enable-sound=sdl])
+ mp3_decoder=none;
+ dnl AC_MSG_ERROR([--with-mp3-decoder is only valid with
--enable-sound=sdl])
fi
case "${mp3_decoder}" in
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit