[Bug 726666] error: redundant redeclaration

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 19 10:51:15 PDT 2014


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

--- Comment #12 from U. Artie Eoff <ullysses.a.eoff at intel.com> 2014-03-19 18:15:49 UTC ---
Ok, so I build and install my s/w stack (including mesa [GL/GLES/EGL]) into a
non-standard, custom prefix... but I also have mesa devel packages installed on
my system.  When I'm building my s/w stack I export the following environment
variables:

PREFIX = ~/my/custom/install/
LD_LIBRARY_PATH = $PREFIX/lib/
ACLOCAL = aclocal -I $PREFIX/share/aclocal/
PKG_CONFIG_PATH = $PREFIX/share/pkgconfig/
CPPFLAGS = -I$PREFIX/include
LDFLAGS = -L$PREFIX/lib
PKG_CONFIG_PATH = $PREFIX/lib/pkgconfig/:$PREFIX/share/pkgconfig/

If I uninstall my system installed mesa devel packages, then gst-plugins-gl
finds my custom installed mesa GL/GLES/EGL and compiles fine.  So it seems
gst-plugins-gl isn't honoring/prioritizing my custom installed mesa if there
are system mesa devel packages installed, too.

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