Update flatpak sources

This commit is contained in:
Rafostar
2020-10-26 22:41:22 +01:00
parent ac06e84851
commit 9d9759991b
10 changed files with 41 additions and 65 deletions

View File

@@ -8,8 +8,8 @@
{
"type": "git",
"url": "https://gitlab.freedesktop.org/gstreamer/gst-libav.git",
"tag": "1.16.2",
"commit": "090cfd40aad49ad645a9bf4bdd62e65b739c95f3"
"tag": "1.18.0",
"commit": "215b3ed959f2b307065319f94855cc9e1ce7be95"
},
{
"type": "patch",
@@ -18,6 +18,6 @@
],
"post-install": [
"mkdir -p /app/lib/codecs/lib/gstreamer-1.0",
"mv /app/lib/gstreamer-1.0/*.so /app/lib/codecs/lib/gstreamer-1.0"
"mv /app/lib/gstreamer-1.0/*.so /app/lib/codecs/lib/gstreamer-1.0/"
]
}