blob: 98e475df97372038e87b8c0b6e8437b8d957fec9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/
}
|