[Bug 681952] New: [PATCH] Missing AC_LANG_PROGRAM call for DirectShow tests.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 15 15:33:46 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=681952
  GStreamer | gst-plugins-bad | git

           Summary: [PATCH] Missing AC_LANG_PROGRAM call for DirectShow
                    tests.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: trivial
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bdpepple at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=221326)
 View: https://bugzilla.gnome.org/attachment.cgi?id=221326
 Review: https://bugzilla.gnome.org/review?bug=681952&attachment=221326

Patch to add missing AC_LANG_PROGRAM call

While removing non-free plugins from the tarball for Fedora's package, I ran
across the following error:
<snip>
configure.ac:556: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in
body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:556: the top level
configure.ac:556: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in
body
</snip>

The attached patch should add the missing AC_LANG_PROGRAM call.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list