mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
This reverts commit b3b0371c76
.
It seems that newer GStreamer version has more new bugs then noticeable fixes.
23 lines
561 B
JSON
23 lines
561 B
JSON
{
|
|
"name": "gst-plugins-ugly",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Ddoc=disabled",
|
|
"-Dnls=disabled",
|
|
"-Dtests=disabled",
|
|
"-Dgobject-cast-checks=disabled",
|
|
"-Dglib-asserts=disabled",
|
|
"-Dglib-checks=disabled",
|
|
|
|
"-Dmpeg2dec=enabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git",
|
|
"tag": "1.18.1",
|
|
"commit": "720672eed30b3be47b2f26d67554786c0d3693ad"
|
|
}
|
|
]
|
|
}
|