diff options
author | Memphiz <memphis@machzwo.de> | 2012-03-26 22:22:46 +0200 |
---|---|---|
committer | elupus <elupus@xbmc.org> | 2012-03-31 16:28:41 +0200 |
commit | 32016958723f5d58d7bfb36e18dd6c4b9307d4fd (patch) | |
tree | e4f371fed8c47539a5bb6c31d39a636c031fbd07 /XBMC-IOS.xcodeproj | |
parent | 525834b388b3f0c7d2cece694b8893684a7715b7 (diff) |
[osx/ios/atv2] - build and link static libs for ffmpeg because of build issues on ios
Diffstat (limited to 'XBMC-IOS.xcodeproj')
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index 7dfb7904a0..c5b7630715 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -7146,6 +7146,14 @@ "\"$(SRCROOT)/lib/SlingboxLib\"", "\"$(SRCROOT)/xbmc/interfaces/http-api\"", "\"$(SRCROOT)/xbmc/interfaces/json-rpc\"", + "\"$(SRCROOT)/lib/ffmpeg/libavcodec\"", + "\"$(SRCROOT)/lib/ffmpeg/libavutil\"", + "\"$(SRCROOT)/lib/ffmpeg/libavformat\"", + "\"$(SRCROOT)/lib/ffmpeg/libavfilter\"", + "\"$(SRCROOT)/lib/ffmpeg/libavdevice\"", + "\"$(SRCROOT)/lib/ffmpeg/libswresample\"", + "\"$(SRCROOT)/lib/ffmpeg/libpostproc\"", + "\"$(SRCROOT)/lib/ffmpeg/libswscale\"", ); OTHER_LDFLAGS = ( "-Wl,-headerpad_max_install_names", @@ -7168,6 +7176,14 @@ "-ljpeg", "-lcrypto", "-lgcrypt", + "-lavdevice", + "-lavfilter", + "-lavcodec", + "-lavformat", + "-lpostproc", + "-lavutil", + "-lswresample", + "-lswscale", "-L$XBMC_DEPENDS/lib/mysql", "-lmysqlclient", ); @@ -7242,6 +7258,14 @@ "\"$(SRCROOT)/lib/SlingboxLib\"", "\"$(SRCROOT)/xbmc/interfaces/http-api\"", "\"$(SRCROOT)/xbmc/interfaces/json-rpc\"", + "\"$(SRCROOT)/lib/ffmpeg/libavcodec\"", + "\"$(SRCROOT)/lib/ffmpeg/libavutil\"", + "\"$(SRCROOT)/lib/ffmpeg/libavformat\"", + "\"$(SRCROOT)/lib/ffmpeg/libavfilter\"", + "\"$(SRCROOT)/lib/ffmpeg/libavdevice\"", + "\"$(SRCROOT)/lib/ffmpeg/libswresample\"", + "\"$(SRCROOT)/lib/ffmpeg/libpostproc\"", + "\"$(SRCROOT)/lib/ffmpeg/libswscale\"", ); OTHER_LDFLAGS = ( "-Wl,-headerpad_max_install_names", @@ -7264,6 +7288,14 @@ "-ljpeg", "-lcrypto", "-lgcrypt", + "-lavdevice", + "-lavfilter", + "-lavcodec", + "-lavformat", + "-lpostproc", + "-lavutil", + "-lswresample", + "-lswscale", "-L$XBMC_DEPENDS/lib/mysql", "-lmysqlclient", ); |