MobileVLCKit iOS compilation
Posted: 27 Mar 2014 18:43
by pvms78
Hi, I would like to compile the latest GIT version of MobileVLCKit with the FFMPEG library. How can I do that ?
Thank you
Re: MobileVLCKit iOS compilation
Posted: 27 Mar 2014 19:14
by wminghao
Re: MobileVLCKit iOS compilation
Posted: 27 Mar 2014 21:17
by pvms78
Hi, I've asked that because right now VLC is using libav. I want to use FFMPEG.
Re: MobileVLCKit iOS compilation
Posted: 29 Mar 2014 09:54
by fkuehne
You need to adapt ffmpeg/rules.mak in MobileVLCKit/ImportedSources/vlc/contrib/src
However, I can't recommend you to do it as this is totally untested and could lead to a significant performance decrease, especially on the latest iOS devices as I have no idea if ffmpeg merged ARM64 support from upstream.
Re: MobileVLCKit iOS compilation
Posted: 15 Apr 2014 23:32
by wminghao
See my answer at
https://forum.videolan.org/viewtopic.php?f=36&t=118754
I got it replaced with my customized ffmpeg library.