Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-bad gst-plugins-bad
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 985
    • Issues 985
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 132
    • Merge requests 132
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-badgst-plugins-bad
  • Issues
  • #682

Closed
Open
Created Apr 01, 2018 by Bugzilla Migration User@bugzilla-migration

opengl: Missing link to broadcom library when building with RaspberryPi/Dispmanx support

Submitted by Alistair Buxton

Link to original bug (#794881)

Description

The majority of GL plugins were recently moved into gst-plugins-base. Subsequently, gst-plugins-bad fails to build if gst-plugins-base is built with dispmanx support.

This happens because dispmanx support requires linking bcm_host. -bad does not know about this library and so the following build error occurs:

.libs/libgstopenglmixers_la-gstopengl.o: In function plugin_init': gstopengl.c:(.text+0x10): undefined reference to bcm_host_init'
collect2: error: ld returned 1 exit status

bcm_host is added to $LIBS in -base configure.ac around line 218.

Version: 1.14.0

Assignee
Assign to
Time tracking