-
Notifications
You must be signed in to change notification settings - Fork 166
build fanplayer
there is a vs project file, under player-win32, named fanplayer.sln.
please install vs2005 (or higher), and open fanplayer.sln to build fanplayer for win32 platform.
you need install android-sdk and android-ndk.
under fanplayer\player-android\jni dir, execute script build_fanplayer_jni.sh
(please check comments in file build_fanplayer_jni.sh)
under fanplayer\player-android\apk dir, execute build.bat (window).
or using android studio to open the project, to build and debug.
please modify the pthread.h file in player-win32\pthreads-win32\include, add
#define _TIMESPEC_DEFINED
at the begin of this file.
please change settings in project configuration:
Configuration Propertiese -> Linker -> Advanced -> Image Has Safe Exception Handlers
set to No (/SAFESEH:NO)
please change build_ffmpeg_for_android.sh, remove "--enable-thumb" from ffmpeg configure.
fanplayer wiki