Skip to content

Commit

Permalink
gstreamer1.0-plugins-bad: Build eglglessink for Raspberry Pi
Browse files Browse the repository at this point in the history
The eglglessink needs to be built to target the Raspberry Pi or it will seg-fault in use.

Autoconf attempts to detect whether to build for RPi but there are some include files needed, the search path to which must be specified.

ref: raspberrypi/firmware#34

ref: raspberrypi/firmware#99

This patch adds the needed include paths and forces the plugin to be built for Raspberry Pi.

Change-Id: Iffa79dfa9d9e852848ab1ab70a58c124567b7298
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
  • Loading branch information
ajlennon committed Jun 8, 2014
1 parent 1308b39 commit 4d7dc4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EXTRA_OECONF += " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' --with-egl-window-system=rpi"

0 comments on commit 4d7dc4a

Please sign in to comment.