-
Notifications
You must be signed in to change notification settings - Fork 134
build ffplayer
ck edited this page Mar 6, 2018
·
3 revisions
there is a vs project file, under player-win32, named ffplayer.sln.
please install vs2005 (or higher), and open ffplayer.sln to build ffplayer for win32 platform.
you need install android-sdk and android-ndk.
under ffplayer\player-android\jni dir, execute build.bat (window) or build.sh (ubuntu).
under ffplayer\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)