mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add ignore exclusions for IAMF and MPEG-H decoder extensions
PiperOrigin-RevId: 690537114
This commit is contained in:
parent
84ab67cca3
commit
a913a16db4
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -79,3 +79,9 @@ libraries/datasource_cronet/libs/*
|
||||||
|
|
||||||
# MIDI decoder extension
|
# MIDI decoder extension
|
||||||
libraries/decoder_midi/lib
|
libraries/decoder_midi/lib
|
||||||
|
|
||||||
|
# IAMF decoder extension
|
||||||
|
libraries/decoder_iamf/src/main/jni/libiamf
|
||||||
|
|
||||||
|
# MPEG-H decoder extension
|
||||||
|
libraries/decoder_mpegh/src/main/jni/libmpegh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue