Git Product home page Git Product logo

faplayer's Introduction

VLC-1.2.0-git is on the road!

Any questions please contact [email protected].

Build steps:
1. Edit local.properties to fit your environment.
2. Run build.sh. (for some reason, you have to install ruby-1.9.2 first.)

Currently you can only build the source with one ABI choice, armeabi or armeabi-v7a.
If you want to disable NEON version of ffmpeg, open jni/Application.mk and change APP_ABI to armeabi.

Current NDK related build issues and solutions:

1. there is problem with NDK headers when compiling in ARM mode
diff -Nurp platforms/android-3/arch-arm/usr/include/asm/byteorder.h.org platforms/android-3/arch-arm/usr/include/asm/byteorder.h
--- platforms/android-3/arch-arm/usr/include/asm/byteorder.h.org	2010-11-13 07:53:10.000000000 +0800
+++ platforms/android-3/arch-arm/usr/include/asm/byteorder.h	2010-11-13 07:53:10.000000000 +0800
@@ -22,7 +22,7 @@ static inline __attribute_const__ __u32 
 #ifndef __thumb__
  if (!__builtin_constant_p(x)) {
 
- asm ("eor\t%0, %1, %1, ror #16" : "=r" (t) : "r" (x));
+ __asm__ ("eor\t%0, %1, %1, ror #16" : "=r" (t) : "r" (x));
  } else
 #endif
  t = x ^ ((x << 16) | (x >> 16));

2. LOCAL_WHOLE_STATIC_LIBRARIES does not work
diff -Nurp toolchains/arm-linux-androideabi-4.4.3/setup.mk.org toolchains/arm-linux-androideabi-4.4.3/setup.mk
--- toolchains/arm-linux-androideabi-4.4.3/setup.mk.org	2010-11-30 22:06:34.000000000 +0800
+++ toolchains/arm-linux-androideabi-4.4.3/setup.mk	2010-11-30 22:06:34.000000000 +0800
@@ -123,7 +123,7 @@ $(TARGET_CXX) \
     -shared \
     --sysroot=$(call host-path,$(SYSROOT)) \
     $(call host-path, $(PRIVATE_OBJECTS)) \
-    $(call whole-archive-list-flags,$(PRIVATE_WHOLE_STATIC_LIBRARIES)) \
+    $(call link-whole-archives,$(PRIVATE_WHOLE_STATIC_LIBRARIES)) \
     $(call host-path,\
         $(PRIVATE_STATIC_LIBRARIES) \
         $(PRIVATE_SHARED_LIBRARIES)) \
@@ -139,7 +139,7 @@ $(TARGET_CXX) \
     -Wl,-z,nocopyreloc \
     --sysroot=$(call host-path,$(SYSROOT)) \
     $(call host-path, $(PRIVATE_OBJECTS)) \
-    $(call whole-archive-list-flags,$(PRIVATE_WHOLE_STATIC_LIBRARIES)) \
+    $(call link-whole-archives,$(PRIVATE_WHOLE_STATIC_LIBRARIES)) \
     $(call host-path,\
         $(PRIVATE_STATIC_LIBRARIES) \
         $(PRIVATE_SHARED_LIBRARIES)) \

faplayer's People

Contributors

tewilove avatar

Stargazers

Mag83 avatar  avatar Ivan avatar

Watchers

Ivan avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.