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: Fri, 22 Feb 2008 08:18:20 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/02/22 08:18:20

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        look for gst_install_plugins_supported to check if automatic install of
        missing plugins is supported.  See bug 
http://savannah.gnu.org/bugs/?22386

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5719&r2=1.5720
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.481&r2=1.482

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5719
retrieving revision 1.5720
diff -u -b -r1.5719 -r1.5720
--- ChangeLog   22 Feb 2008 08:16:20 -0000      1.5719
+++ ChangeLog   22 Feb 2008 08:18:19 -0000      1.5720
@@ -1,5 +1,8 @@
 2008-02-22 Sandro Santilli <address@hidden>
 
+       * configure.ac: look for gst_install_plugins_supported to check if
+         automatic install of missing plugins is supported.
+         See bug http://savannah.gnu.org/bugs/?22386
        * testsuite/libamf.all/test_sol.cpp: use getSOLSafeDir for writing
          SOL files.
        * Makefile.am: don't list 'doc' subdir twice in DIST_SUBDIRS.

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -b -r1.481 -r1.482
--- configure.ac        22 Feb 2008 00:02:23 -0000      1.481
+++ configure.ac        22 Feb 2008 08:18:20 -0000      1.482
@@ -1540,7 +1540,7 @@
   AC_MSG_CHECKING([for modern pbutils])
   save_cflags=$CFLAGS
   CFLAGS=$GSTREAMER_CFLAGS
-  AC_TRY_COMPILE([#include <gst/pbutils/install-plugins.h>],[void* pointer = 
&gst_install_plugins_sync],
+  AC_TRY_COMPILE([#include <gst/pbutils/install-plugins.h>],[void* pointer = 
&gst_install_plugins_supported],
     GSTREAMER_LIBS="$GSTREAMER_LIBS -lgstpbutils-0.10",
     has_modern_gstpbutils='no')]
     CFLAGS=$save_cflags




reply via email to

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