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 S++ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 19 Jan 2017, at 4:05 AM, Stuart Axon <[hidden email]> wrote:
Same problem here, did you ever find a solution to this? Regards, Graham — _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel smime.p7s (4K) Download Attachment |
On 22 Apr 2017, at 1:04 PM, Graham Leggett <[hidden email]> wrote:
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 — _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel smime.p7s (4K) Download Attachment |
No, I carried on using a version from early / mid December. I'm not working on the project using Gstreamer any more, if this gets fixed please update this thread though, as I can update let any current devs on that project know. S++ On Saturday, April 22, 2017 1:02 PM, Graham Leggett <[hidden email]> wrote: On 22 Apr 2017, at 1:04 PM, Graham Leggett <[hidden email]> wrote:
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 — _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |