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.
21 lines
487 B
JSON
21 lines
487 B
JSON
{
|
|
"name": "gst-libav",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Ddoc=disabled",
|
|
"-Dtests=disabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-libav.git",
|
|
"tag": "1.18.1",
|
|
"commit": "097313530cae4a49437a779a9ded0ade8113c26b"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-libav-stop-caching-codecs.patch"
|
|
}
|
|
]
|
|
}
|