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: Russ Nelson
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Fri, 06 Jun 2008 21:11:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Russ Nelson <nelsonrn>  08/06/06 21:11:22

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        * configure.ac: Added warning about missing makeswf.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6844&r2=1.6845
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.540&r2=1.541

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6844
retrieving revision 1.6845
diff -u -b -r1.6844 -r1.6845
--- ChangeLog   6 Jun 2008 21:06:54 -0000       1.6844
+++ ChangeLog   6 Jun 2008 21:11:21 -0000       1.6845
@@ -1,3 +1,7 @@
+2008-06-06 Russ Nelson <address@hidden>
+
+       * configure.ac: Added warning about missing makeswf.
+
 2008-06-06 Sandro Santilli <address@hidden>
 
        * server/asobj/NetStream.{cpp,h}: keep m_imageframe

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -b -r1.540 -r1.541
--- configure.ac        6 Jun 2008 19:30:41 -0000       1.540
+++ configure.ac        6 Jun 2008 21:11:22 -0000       1.541
@@ -2557,7 +2557,6 @@
           echo "               You can install FFMPEG from 
http://ffmpeg.mplayerhq.hu"; >&3
           echo "               or .deb users: apt-get install libavformat-dev" 
>&3
           echo "               or YaST users: yast -i libavformat-api (but 
currently installs into /usr/lib64)" >&3
-
           echo "               or explicitly set the path using 
--with-ffmpeg-incl=" >&5
           echo "               or reconfigure with --enable-media=gst" >&3
        else
@@ -2653,7 +2652,7 @@
 fi
 unset need_sdl
 
-if test x"$npapi" = x"yes"; then
+if test x"$nsapi" = x"yes"; then
 dnl  if test x"$FIREFOX_CFLAGS" != x; then
 dnl    echo "        Firefox flags are: $FIREFOX_CFLAGS"
 dnl    echo "        Firefox libs are: $FIREFOX_LIBS"
@@ -2798,17 +2797,25 @@
 dnl don't look for the flash compilers when cross compiling.
 if test x$cross_compiling = xno; then
   if test x"$MING_LIBS" != x; then
-    echo "        MING version code is $MING_VERSION_CODE"
     echo "        MING flags are $MING_CFLAGS"
     echo "        MING libs are $MING_LIBS"
-    echo "        MAKESWF is $MAKESWF"
   else
-    echo "        WARNING: You need to have the Ming development and utilities 
packages" >&4
+    echo "        WARNING: You need to have the Ming development package" >&4
     echo "                 installed to run most of the tests in Gnash 
testsuite." >&4
     echo "                 Install it from http://ming.sourceforge.net"; >&4
     echo "                 or .deb users: apt-get install libming-dev" >&4
   fi
 
+  if test x"$MAKESWF" != x; then
+    echo "        MING version code is $MING_VERSION_CODE"
+    echo "        MAKESWF is $MAKESWF"
+  else
+    echo "        WARNING: You need to have the Ming utilities package" >&4
+    echo "                 installed to run most of the tests in Gnash 
testsuite." >&4
+    echo "                 Install it from http://ming.sourceforge.net"; >&4
+    echo "                 or .deb users: apt-get install libming-utils" >&4
+  fi
+
   if test x"$SWFDEC_TESTSUITE" != x; then
     echo "        SWFDEC testsuite dir is $SWFDEC_TESTSUITE"
   fi




reply via email to

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