diff options
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 687aa2f5f4..f1783b768b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | |||
@@ -15,7 +15,9 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4" | |||
15 | LIBV = "1.0" | 15 | LIBV = "1.0" |
16 | require gst-plugins-package.inc | 16 | require gst-plugins-package.inc |
17 | 17 | ||
18 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" | 18 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native" |
19 | |||
20 | export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc" | ||
19 | 21 | ||
20 | PACKAGES_DYNAMIC = "^${PN}-.*" | 22 | PACKAGES_DYNAMIC = "^${PN}-.*" |
21 | 23 | ||