aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer-vaapi-0.10_0.5.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer-vaapi-0.10_0.5.8.bb')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer-vaapi-0.10_0.5.8.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer-vaapi-0.10_0.5.8.bb b/recipes-multimedia/gstreamer/gstreamer-vaapi-0.10_0.5.8.bb
new file mode 100644
index 0000000..98e475d
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gstreamer-vaapi-0.10_0.5.8.bb
@@ -0,0 +1,14 @@
+require gstreamer-vaapi.inc
+
+DEPENDS += "gstreamer gst-plugins-base gst-plugins-bad"
+
+GST_API_VERSION = "0.10"
+
+SRC_URI += "file://gstvideoencoder.c file://gstvideoencoder.h"
+
+PACKAGECONFIG_remove = "wayland"
+
+# SRC_URI subdir parameter is broken for files, when fixed do the move there
+do_compile_prepend() {
+ cp -f ${WORKDIR}/gstvideoencoder.[ch] ${S}/ext/videoutils/gst-libs/gst/video/
+}