Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
This includes updating to the GStreamer 1.4 branch rather than using a
specific version. It also includes support for the iOS 8.1 and OS X
10.10 SDKs.
  • Loading branch information
superdump committed Oct 19, 2014
1 parent d12f444 commit 35757e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ build(){
local platform_ldflags="${home}/openwebrtc-deps-armv7-ios/lib/my_environ.o ${home}/openwebrtc-deps-${target}/lib/my_stat.o "
local seed_platform_libs="-framework JavaScriptCore"
export PLATFORM_GLIB_LIBS="-lffi -lresolv -liconv -lintl "
export PLATFORM_GSTREAMER_LIBS="-lgstosxaudio -lgstapplemedia -framework AssetsLibrary -framework CoreMedia -framework CoreVideo -framework AVFoundation -framework Foundation -framework OpenGLES -framework CoreAudio -framework AudioToolbox"
export PLATFORM_GSTREAMER_LIBS="-lgstosxaudio -lgstapplemedia -framework AssetsLibrary -framework CoreMedia -framework CoreVideo -framework AVFoundation -framework Foundation -framework OpenGLES -framework CoreAudio -framework AudioToolbox -framework VideoToolbox"
export PLATFORM_OWR_GST_PLUGINS_LIBS="-lgstercolorspace"
export PLATFORM_CXX_LIBS="-lc++"
elif [[ $target_triple == "i386-apple-darwin10" ]]; then
Expand Down

0 comments on commit 35757e8

Please sign in to comment.