libav: add avdevice support

This commit is contained in:
Martin Stein
2019-12-19 10:46:31 +01:00
committed by Norman Feske
parent 1e2324c7fa
commit 000dd13860
20 changed files with 137 additions and 28 deletions

View File

@@ -1,10 +1,12 @@
MIRROR_FROM_REP_DIR := lib/symbols/avcodec \
lib/symbols/avdevice \
lib/symbols/avfilter \
lib/symbols/avformat \
lib/symbols/avresample \
lib/symbols/avutil \
lib/import/import-av.inc \
lib/import/import-avcodec.mk \
lib/import/import-avdevice.mk \
lib/import/import-avfilter.mk \
lib/import/import-avformat.mk \
lib/import/import-avresample.mk \

View File

@@ -1 +1 @@
2018-01-10 6e494745c06e22be75779d1d953d112ee24f2ab6
2019-12-19 c064d35a45087303ca90896151f1998ea6133470

View File

@@ -1 +1 @@
2019-03-21 c31c5af8df6d6607e9d434a52226071753e82a59
2020-04-28 cae85f8b522646cf2c988a11401a37568d6b81a0

View File

@@ -20,6 +20,7 @@
<rom label="avformat.lib.so"/>
<rom label="swscale.lib.so"/>
<rom label="avresample.lib.so"/>
<rom label="avdevice.lib.so"/>
</content>
<config>

View File

@@ -1 +1 @@
2019-01-02 254978760fef3136f72e19723dc834a8e0e254a7
2020-04-28 e70ec524da0140b7e29d69c38253d00fbdce00dd

View File

@@ -8,7 +8,7 @@ src/lib/libav:
cp -r $(REP_DIR)/src/lib/libav/* $@
src/lib/libav/target.mk: src/lib/libav
echo "LIBS += avfilter avformat avcodec avutil avresample swscale" > $@
echo "LIBS += avfilter avformat avcodec avutil avresample swscale avdevice" > $@
lib/import:
mkdir -p $@

View File

@@ -1 +1 @@
2018-12-19 07a581adb879d499cb3cd43ee4e4ab013fbed44b
2020-04-28 d0b2291a03af52f9d7fb220e2c393d77bdb97215

View File

@@ -1,3 +1,4 @@
so
libc
zlib
base