[Bug 669426] New: Cannot compile using uninstalled gst-plugins-bad

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Feb 5 09:20:21 PST 2012


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

           Summary: Cannot compile using uninstalled gst-plugins-bad
    Classification: Platform
           Product: GStreamer
           Version: 0.10.22
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: zenith at zenith.dk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=206853)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=206853)
gstreamer-vaapi

I'm trying to compile http://gitorious.org/vaapi/gstreamer-vaapi - to do this I
needed to check out gst-plugins-bad from Git
(/home/zenith/Desktop/dev/gst-plugins-bad)

I successfully compiled gst-plugins-bad and then I set up my PKG_CONFIG_PATH:
export PKG_CONFIG_PATH=/home/zenith/Desktop/dev/gst-plugins-bad/pkgconfig/

I then ran autogen.sh and tried to compile, but I get this error:

  CC     libgstvaapi_x11_0.10_la-gstvaapiutils.lo
In file included from gstvaapiutils.c:26:0:
gstvaapisurface.h:30:40: fatal error: gst/video/gstsurfacebuffer.h: No such
file or directory
compilation terminated.
make[5]: *** [libgstvaapi_x11_0.10_la-gstvaapiutils.lo] Error 1

My autogen generated Makefile for gstreamer-vaapi is attached.

The contents of gstreamer-basevideo-uninstalled.pc is:
prefix=
exec_prefix=
libdir=${pcfiledir}/../gst-libs/gst/video
includedir=${pcfiledir}/../gst-libs

Name: GStreamer base video, Uninstalled
Description: Base class, interface and utilities for video elements,
Uninstalled
Requires: gstreamer-0.10 gstreamer-base-0.10
Version: 0.10.22.1
Libs: -L${libdir} ${libdir}/libgstbasevideo-0.10.la
Cflags: -I${includedir}

I can't immediately see what is wrong with the paths, they look fine.

I tried running "make install" for gst-plugins-bad but that did not make a
difference.

-- 
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