~vcs-imports/gnash/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: strk
  • Date: 2008-02-22 08:18:19 UTC
  • Revision ID: vcs-imports@canonical.com-20080222081819-iqvuq5rif5ld4uae
look for gst_install_plugins_supported to check if automatic install of
missing plugins is supported.  See bug http://savannah.gnu.org/bugs/?22386

Show diffs side-by-side

added added

removed removed

Lines of Context:
1540
1540
  AC_MSG_CHECKING([for modern pbutils])
1541
1541
  save_cflags=$CFLAGS
1542
1542
  CFLAGS=$GSTREAMER_CFLAGS
1543
 
  AC_TRY_COMPILE([#include <gst/pbutils/install-plugins.h>],[void* pointer = &gst_install_plugins_sync],
 
1543
  AC_TRY_COMPILE([#include <gst/pbutils/install-plugins.h>],[void* pointer = &gst_install_plugins_supported],
1544
1544
    GSTREAMER_LIBS="$GSTREAMER_LIBS -lgstpbutils-0.10",
1545
1545
    has_modern_gstpbutils='no')]
1546
1546
    CFLAGS=$save_cflags