[vlc-commits] src: enable Android's static module bank for iOS as well

Felix Paul Kühne git at videolan.org
Fri Mar 23 02:19:24 CET 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Mar 23 02:16:13 2012 +0100| [f3899ba621974d92c49419eb8be8057c5488253b] | committer: Felix Paul Kühne

src: enable Android's static module bank for iOS as well

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f3899ba621974d92c49419eb8be8057c5488253b
---

 src/modules/bank.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/modules/bank.c b/src/modules/bank.c
index e074fef..43e6e67 100644
--- a/src/modules/bank.c
+++ b/src/modules/bank.c
@@ -69,7 +69,7 @@ static void module_StoreBank (module_t *module)
     modules.head = module;
 }
 
-#ifdef __ELF__
+#if defined(__ELF__) || defined(__APPLE__)
 # ifdef __GNUC__
 __attribute__((weak))
 # else



More information about the vlc-commits mailing list