merged linux and linux-crossbuild scripts. cleaned up linux/resources/. added gstreamer script.
i.e. to build 5.7.3 using crossbuild:
CROSSBUILD=yes LINUXPATCH=5.7.3 ./pbp-build-linux
5.8-rc1 doesn't yet have hwaccel patches, but you can build with:
LINUXBASE=5.8 LINUXPATCH=5.8-rc1 HWACCELREL=none ./pbp-build-linux
if you have your own kernel config place in upstream and add KERNELCONFIG=myconfig
gstreamer builds the whole suite using gst-build, including gst-plugins-bad that provides v4l2codecs and a functional h264 v4l2 decoder (i have issues with vp8, although it is supposed to be working.) see for more info:
https://gitlab.freedesktop.org/gstreamer...uests/1141
i.e. to build 5.7.3 using crossbuild:
CROSSBUILD=yes LINUXPATCH=5.7.3 ./pbp-build-linux
5.8-rc1 doesn't yet have hwaccel patches, but you can build with:
LINUXBASE=5.8 LINUXPATCH=5.8-rc1 HWACCELREL=none ./pbp-build-linux
if you have your own kernel config place in upstream and add KERNELCONFIG=myconfig
gstreamer builds the whole suite using gst-build, including gst-plugins-bad that provides v4l2codecs and a functional h264 v4l2 decoder (i have issues with vp8, although it is supposed to be working.) see for more info:
https://gitlab.freedesktop.org/gstreamer...uests/1141