Trouble building gstreamer-uninstalled on latest raspbian lite
Graham Leggett
minfrin at sharp.fm
Sat Apr 22 12:02:17 UTC 2017
On 22 Apr 2017, at 1:04 PM, Graham Leggett <minfrin at sharp.fm> wrote:
>> I had a go at building the latest gstreamer-uninstalled on raspbian lite, but things seem to be getting stuck in gst-omx examples:
>>
>> gst-omx/examples/egl $ make
>> CCLD testegl
>> /usr/bin/ld: testegl-testegl.o: undefined reference to symbol 'glUniformMatrix4fv'
>> //opt/vc/lib/libGLESv2.so: error adding symbols: DSO missing from command line
>> collect2: error: ld returned 1 exit status
>> Makefile:469: recipe for target 'testegl' failed
>> make: *** [testegl] Error 1
>
> Same problem here, did you ever find a solution to this?
Raised https://bugzilla.gnome.org/show_bug.cgi?id=781606 in the mean time to track this.
Hacked workaround:
diff --git a/examples/egl/Makefile.am b/examples/egl/Makefile.am
index 2646cba..e81945e 100644
--- a/examples/egl/Makefile.am
+++ b/examples/egl/Makefile.am
@@ -1,9 +1,5 @@
noinst_PROGRAMS =
-if USE_OMX_TARGET_RPI
-noinst_PROGRAMS += testegl
-endif
-
testegl_SOURCES = testegl.c
noinst_HEADERS = cube_texture_and_coords.h
Regards,
Graham
—
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170422/7b4cf1b1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3240 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170422/7b4cf1b1/attachment.bin>
More information about the gstreamer-devel
mailing list