Add media service implementation for iOS

This commit is contained in:
Chinmay Garde
2015-08-24 12:36:15 -07:00
parent b87b107434
commit b296cbf615

View File

@@ -145,7 +145,12 @@ template("ios_app") {
bin_gen_target_name = target_name + "_bin"
executable(bin_gen_target_name) {
libs = [ "UIKit.framework", "QuartzCore.framework", "OpenGLES.framework" ]
libs = [
"UIKit.framework",
"AVFoundation.framework",
"QuartzCore.framework",
"OpenGLES.framework"
]
deps = invoker.deps
output_name = app_name
}