aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2014-02-11 18:34:50 +0100
committerMemphiz <memphis@machzwo.de>2014-02-11 18:34:50 +0100
commit7b84a4d9196b67d0167b0a53b3c4bf96cbeb3f92 (patch)
treed1999418143ff408b3baafc39408b3e3fd389cca /configure.in
parent238b2fa146a5cf2fe7180d70ed1e8245b4374095 (diff)
Revert "[ios7/ios/atv2] - link statically against libmpeg2 - since ios7 we crash and burn when we load libmpeg2 as dylib - closes #14813"
This reverts commit 0e53fea3bbf092cccad9f5ade492754ee2a22ead. Conflicts: XBMC.xcodeproj/project.pbxproj
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index bb2ff0488d..8ebe6f0110 100644
--- a/configure.in
+++ b/configure.in
@@ -1257,12 +1257,7 @@ XB_FIND_SONAME([VORBIS], [vorbis])
XB_FIND_SONAME([VORBISFILE], [vorbisfile])
XB_FIND_SONAME([MODPLUG], [modplug])
XB_FIND_SONAME([ASS], [ass])
-
-#link statically against mpeg2 on ios because of ios7
-#crash & burn if dyloaded
-if test "$ARCH" != "arm-osx" ; then
- XB_FIND_SONAME([MPEG2], [mpeg2])
-fi
+XB_FIND_SONAME([MPEG2], [mpeg2])
# Audio encoders
if test "x$use_libmp3lame" != "xno"; then