diff options
author | Jonathan Liu <net147@gmail.com> | 2015-08-22 18:33:38 +1000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-10-13 21:02:57 +0200 |
commit | 20c8e6a5bce17fba97af7365d8bdf04e5c7b17b9 (patch) | |
tree | c744c3c41a95a8ea4c60d7bdd3a7c8f4e3adbb9a /recipes-multimedia/gstreamer | |
parent | f22ecc425c238bdc34cccdf3ac21b59a663ae52c (diff) | |
download | meta-raspberrypi-20c8e6a5bce17fba97af7365d8bdf04e5c7b17b9.tar.gz |
gstreamer1.0-plugins-bad: remove unrecognized configure option
The --with-egl-window-system=rpi configure option is not recognized
in the current version.
Signed-off-by: Jonathan Liu <net147@gmail.com>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index 39ded59..ab0280e 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | |||
@@ -1,3 +1,2 @@ | |||
1 | EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \ | 1 | EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \ |
2 | -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \ | 2 | -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux'" |
3 | --with-egl-window-system=rpi" | ||