All Projects → bilibili → Vlc Android Macbuild

bilibili / Vlc Android Macbuild

Licence: other
Deprecated, official site is recommended http://git.videolan.org

Programming Languages

java
68154 projects - #9 most used programming language

Deprecated

HOWTO

  1. Requirements (AFAIK)
  • MacOS or Linux (tested on CentOS)

  • ADK

  • NDK-r7c ~ r8b

  • MacPorts (for MacOS to upgrade tools)

  • sudo port -vd install wget

  • sudo port -vd install xz

  • sudo port -vd install git-core

  • sudo port -vd install cmake

  • sudo port -vd install grep

  • sudo port -vd install autoconf

  • sudo port -vd install libtool

  • sudo port -vd install pkgconfig

  • sudo port -vd install yasm

  • Install automake 1.11.x (for MacOS)

contrib can not be built with automake 1.10 or 1.12

  1. If you meet any trouble, this article may help you. Read this article http://www.doitscared.com/?p=649

  2. Fetch build scripts for mac git clone [email protected]:bbcallen/vlc-android-macbuild.git vlc-android-macbuild

  3. Build VLC app cd vlc-android-macbuild sh _pull-app.sh cd vlc-app/vlc-app-armv7a sh _reset_vlc.sh sh compile.sh

  4. Build customized VlcDemo (FOR MY OWN TEST ONLY) cd vlc-android-macbuild sh _pull-lite-armv7a.sh cd vlc-lite-armv7a sh _reset_vlc.sh sh compile.sh

NOTICE

  1. This build is only for cross-compiling on MacOS, as I don't have setup any other *nix OS for now. You should follow the offical build if you need build on other *nix OS.

  2. Patches under /patches/vlc is OK for other build OS. They are licensed under LGPLv2.1, hmmm, supposed.

  3. This build is used in my own app. Some jni interfaces have been modified. You should modify or ignore patches under /patches/ports-android and /patches/vlc. Mail me if you have any problem about these patches.

TROUBLESHOOT

  • Invalid configuration `arm-linux-androideabi' upgrade config.sub of automake, see _install_libs_on_centos.sh for more information

Extra, not necessary

  • for git send-email
  • sudo port -vd install msmtp
  • pear-Net_SMTP
  • sudo port -vd install p5-net-ssh-perl
  • sudo wget -O /certificates/EquifaxSecureCertificateAuthority.crt http://msmtp.sourceforge.net/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].