added all codecs from totem, only using gst-libav for now tho; added gst-vaapi, further research required

This commit is contained in:
SpiritCS
2020-09-12 14:06:08 +02:00
parent f973f15444
commit c7be556e6e
18 changed files with 439 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "libdvdnav",
"sources": [
{
"type": "git",
"url": "https://code.videolan.org/videolan/libdvdnav.git",
"tag": "6.1.0",
"commit": "4f48efd43efb2e3372cb494a8893342e1fb507ae"
},
{
"type":"script",
"commands":[
"autoreconf -fiv"
],
"dest-filename":"autogen.sh"
}
]
}