From: Jean-Baptiste Kempf Date: Mon, 29 Nov 2010 12:02:29 +0000 (+0100) Subject: MobileVLCKit: remove mmap access in Aggregate X-Git-Tag: 1.2.0-pre1~4434 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=da28b2754e626ae5305dd817922dbf9cd44858b3;p=vlc MobileVLCKit: remove mmap access in Aggregate --- diff --git a/projects/macosx/framework/MobileVLCKit/AggregateStaticPlugins.sh b/projects/macosx/framework/MobileVLCKit/AggregateStaticPlugins.sh index 260509432b..6adfecc0df 100755 --- a/projects/macosx/framework/MobileVLCKit/AggregateStaticPlugins.sh +++ b/projects/macosx/framework/MobileVLCKit/AggregateStaticPlugins.sh @@ -14,7 +14,6 @@ plugins+="access/access_bd " plugins+="access/access_ftp " plugins+="access/access_http " plugins+="access/access_imem " -plugins+="access/access_mmap " plugins+="access/access_mms " plugins+="access/access_tcp " plugins+="access/access_udp "