diff options
author | Memphiz <memphis@machzwo.de> | 2014-01-15 19:32:58 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2014-01-15 20:50:37 +0100 |
commit | 0e53fea3bbf092cccad9f5ade492754ee2a22ead (patch) | |
tree | 278436c4168dda22ef9ab4885962abb0326efb61 /tools/darwin | |
parent | a3bb33ddb34f2ac4101d272997fcf7f626cc17f3 (diff) |
[ios7/ios/atv2] - link statically against libmpeg2 - since ios7 we crash and burn when we load libmpeg2 as dylib - closes #14813
Diffstat (limited to 'tools/darwin')
-rw-r--r-- | tools/darwin/Configurations/App-iOS.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/Configurations/App-iOS.xcconfig b/tools/darwin/Configurations/App-iOS.xcconfig index 47ae4d60b2..e6e42026f9 100644 --- a/tools/darwin/Configurations/App-iOS.xcconfig +++ b/tools/darwin/Configurations/App-iOS.xcconfig @@ -40,6 +40,6 @@ COPY_PHASE_STRIP = NO DEAD_CODE_STRIPPING = NO OTHER_CPLUSPLUSFLAGS = $(inherited) $(OTHER_CFLAGS) -Wreorder -OTHER_LDFLAGS = $(XBMC_OTHER_LDFLAGS_COMMON) -weak_framework VideoToolbox +OTHER_LDFLAGS = $(XBMC_OTHER_LDFLAGS_COMMON) -lmpeg2 -weak_framework VideoToolbox GCC_PREPROCESSOR_DEFINITIONS = TARGET_DARWIN_IOS $(XBMC_GCC_PREPROCESSOR_DEFINITIONS_COMMON) |