gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog macros/gstreamer.m4


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog macros/gstreamer.m4
Date: Tue, 25 Jul 2006 20:32:47 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/07/25 20:32:47

Modified files:
        .              : ChangeLog 
        macros         : gstreamer.m4 

Log message:
                * macros/gstreamer.m4: --with-gstreamer => --with-gst

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.517&r2=1.518
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/gstreamer.m4?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.517
retrieving revision 1.518
diff -u -b -r1.517 -r1.518
--- ChangeLog   25 Jul 2006 19:54:40 -0000      1.517
+++ ChangeLog   25 Jul 2006 20:32:47 -0000      1.518
@@ -1,5 +1,6 @@
 2006-07-25 Sandro Santilli <address@hidden>
 
+       * macros/gstreamer.m4: --with-gstreamer => --with-gst
        * libbase/log.cpp: another small optimization.
        * server/ActionExec.cpp: don't call stack dumper
          unless -va is given (another optimization)

Index: macros/gstreamer.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gstreamer.m4,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- macros/gstreamer.m4 25 Jul 2006 14:28:54 -0000      1.10
+++ macros/gstreamer.m4 25 Jul 2006 20:32:47 -0000      1.11
@@ -38,7 +38,7 @@
 AC_DEFUN([GNASH_PATH_GSTREAMER],
 [
   dnl Look for the header
-  AC_ARG_WITH(gstreamer_incl, [  --with-gst-incl        directory where 
libgstreamer header is], with_gstreamer_incl=${withval})
+  AC_ARG_WITH(gst_incl, [  --with-gst-incl        directory where libgstreamer 
header is], with_gstreamer_incl=${withval})
     AC_CACHE_VAL(ac_cv_path_gstreamer_incl,[
     if test x"${with_gstreamer_incl}" != x ; then
       if test -f ${with_gstreamer_incl}/gst/gst.h ; then
@@ -106,7 +106,7 @@
      fi
 
       dnl Look for the library
-    AC_ARG_WITH(gstreamer_lib, [  --with-gst-lib         directory where 
gstreamer library is], with_gstreamer_lib=${withval})
+    AC_ARG_WITH(gst_lib, [  --with-gst-lib         directory where gstreamer 
library is], with_gstreamer_lib=${withval})
       AC_CACHE_VAL(ac_cv_path_gstreamer_lib,[
       if test x"${with_gstreamer_lib}" != x ; then
         if test -f ${with_gstreamer_lib}/libgstplaybin.so; then




reply via email to

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