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:
olly 2017-09-08 09:42:13 -07:00 committed by Oliver Woodman
parent ec38d0d8ab
commit 40d443dc02

View File

@ -62,4 +62,5 @@ dependencies {
withExtensionsCompile project(path: modulePrefix + 'extension-ima')
withExtensionsCompile project(path: modulePrefix + 'extension-opus')
withExtensionsCompile project(path: modulePrefix + 'extension-vp9')
withExtensionsCompile project(path: modulePrefix + 'extension-rtmp')
}