bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.54k stars 8.13k forks source link

最后执行compile-ijk.sh报错,怎么办? #3573

Open hljstardust opened 7 years ago

hljstardust commented 7 years ago

profiler build: NO /home/ylq/workspace/autohome/AHIjkPlayerSrc/android profiler build: NO [armeabi-v7a] Prebuilt : libijkffmpeg.so <= /home/ylq/workspace/autohome/AHIjkPlayerSrc/android/contrib/build/ffmpeg-armv7a/output/ [armeabi-v7a] Install : libijkffmpeg.so => libs/armeabi-v7a/libijkffmpeg.so /home/ylq/workspace/autohome/AHIjkPlayerSrc/android profiler build: NO /home/ylq/workspace/autohome/AHIjkPlayerSrc/android profiler build: NO [x86] Prebuilt : libijkffmpeg.so <= /home/ylq/workspace/autohome/AHIjkPlayerSrc/android/contrib/build/ffmpeg-x86/output/ [x86] Install : libijkffmpeg.so => libs/x86/libijkffmpeg.so /home/ylq/workspace/autohome/AHIjkPlayerSrc/android profiler build: NO [x86_64] Prebuilt : libijkffmpeg.so <= /home/ylq/workspace/autohome/AHIjkPlayerSrc/android/contrib/build/ffmpeg-x86_64/output/ [x86_64] Install : libijkffmpeg.so => libs/x86_64/libijkffmpeg.so

ebridfighter commented 6 years ago

我也遇到了,哭 $ ./compile-ijk.sh all profiler build: NO D:\softare\develop\android_ndk/ndk-build: 行 325: 4716 Segmentation fault (核心已转储)$GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@" /cygdrive/d/code/ijkplayer-android/android profiler build: NO [armeabi-v7a] Prebuilt : libijkffmpeg.so <= /cygdrive/d/code/ijkplayer-android/android/contrib/build/ffmpeg-armv7a/output/ [armeabi-v7a] Install : libijkffmpeg.so => libs/armeabi-v7a/libijkffmpeg.so /cygdrive/d/code/ijkplayer-android/android profiler build: NO D:\softare\develop\android_ndk/ndk-build: 行 325: 12784 Segmentation fault (核心已转储)$GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@" /cygdrive/d/code/ijkplayer-android/android profiler build: NO D:\softare\develop\android_ndk/ndk-build: 行 325: 11116 Segmentation fault (核心已转储)$GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@" /cygdrive/d/code/ijkplayer-android/android profiler build: NO D:\softare\develop\android_ndk/ndk-build: 行 325: 12328 Segmentation fault (核心已转储)$GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@" /cygdrive/d/code/ijkplayer-android/android

a174232 commented 5 years ago

有解决吗?

zhangyulogin commented 5 years ago

环境变量中有这个"NDK_PROJECT_PATH",删了。

hlmyq commented 4 years ago

我遇到这个问题了,是jni目录下Android.mk文件是一个链接文件,在win下需要copy文件到对应的目录下,armv7a的目录下,很多文件拷贝都是从这个路径拷贝的,我今天重新把ijkplayer的源码在win下编译了下,遇到很多坑