mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Enable rtmp in external demo app with extensions
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=168007345
This commit is contained in:
parent
ec38d0d8ab
commit
40d443dc02
1 changed files with 1 additions and 0 deletions
|
|
@ -62,4 +62,5 @@ dependencies {
|
||||||
withExtensionsCompile project(path: modulePrefix + 'extension-ima')
|
withExtensionsCompile project(path: modulePrefix + 'extension-ima')
|
||||||
withExtensionsCompile project(path: modulePrefix + 'extension-opus')
|
withExtensionsCompile project(path: modulePrefix + 'extension-opus')
|
||||||
withExtensionsCompile project(path: modulePrefix + 'extension-vp9')
|
withExtensionsCompile project(path: modulePrefix + 'extension-vp9')
|
||||||
|
withExtensionsCompile project(path: modulePrefix + 'extension-rtmp')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue