Skip to content

Draft: android: Implement CMake module for the GStreamer plugin

amyspark requested to merge amyspark/cerbero:android into main

Hi all,

This is a PR to port the GStreamer SDK's Android setup to CMake. The objective of this port is to make cross-platform usage much easier, and stop relying on the sed tool for file processing. The sole requirement now is to have a working pkg-config in the PATH, and that it supports the --maximum-traverse-depth flag to emulate ndk-build's no-deps query call.

I've tested that this module works and builds the five Android tutorial apps correctly, I'm sending the corresponding draft PR after this one.

Let me know what you think.

Merge request reports