Giter Club home page Giter Club logo

ffmpeg4android's Introduction

android平台音视频学习实践

环境配置

  • 操作系统:ubuntu 16.05
  • ndk版本:android-ndk-r15c
  • ffmpeg版本:3.3.8和3.4.6
  • fdk-aac版本:0.1.6

目录

ffmpeg4android's People

Contributors

byhook avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ffmpeg4android's Issues

线程安全

这个应该不是线程安全的吧?
也就是同时两个线程调用, 也就是同时执行两个cmd, 应该会有问题吧?
ffmpge.c中, 都是全局变量

ubuntu18.04 + NDK 19.2.5345600 编译X264失败,目录结构与指导相同

├── build_fdkaac_all.sh
├── build_fdkaac.sh
├── build_ffmpeg_all.sh
├── build_ffmpeg.sh
├── build_x264_all.sh
├── build_x264.sh
├── config.sh
├── fdk-aac-0.1.6
├── fdk-aac-0.1.6.tar.gz
├── ffmpeg-4.1.4
├── ffmpeg-4.1.4.tar.bz2
└── x264

android@RESCUER-R720-15IKBN:~/opensource$ sh ./build_x264_all.sh
TOOLCHAIN_BASE=arm-linux-androideabi
TOOLNAME_BASE=arm-linux-androideabi
AOSP_ABI=armeabi-v7a
AOSP_ARCH=arch-arm
AOSP_FLAGS=-march=armv7-a -mthumb -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -funwind-tables -fexceptions -frtti
HOST=arm-linux-androideabi
LIBS_DIR=/home/android/opensource/libs/libx264
Unknown option --disable-shared, ignored
Unknown option --enable-neon, ignored
No working C compiler found.
Makefile:3: config.mak: 没有那个文件或目录
./configure
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
Makefile:332: recipe for target 'config.mak' failed
make: *** [config.mak] Error 1
Makefile:3: config.mak: 没有那个文件或目录
./configure
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
Makefile:332: recipe for target 'config.mak' failed
make: *** [config.mak] Error 1
Makefile:3: config.mak: 没有那个文件或目录
./configure
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
Makefile:332: recipe for target 'config.mak' failed
make: *** [config.mak] Error 1
TOOLCHAIN_BASE=aarch64-linux-android
TOOLNAME_BASE=aarch64-linux-android
AOSP_ABI=arm64-v8a
AOSP_ARCH=arch-arm64
AOSP_FLAGS=-funwind-tables -fexceptions -frtti
HOST=aarch64-linux
LIBS_DIR=/home/android/opensource/libs/libx264
Unknown option --disable-shared, ignored
Unknown option --enable-neon, ignored
No working C compiler found.
Makefile:3: config.mak: 没有那个文件或目录
./configure
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
Makefile:332: recipe for target 'config.mak' failed
make: *** [config.mak] Error 1
Makefile:3: config.mak: 没有那个文件或目录
./configure
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
Makefile:332: recipe for target 'config.mak' failed
make: *** [config.mak] Error 1
Makefile:3: config.mak: 没有那个文件或目录
./configure
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
Makefile:332: recipe for target 'config.mak' failed
make: *** [config.mak] Error 1
TOOLCHAIN_BASE=x86
TOOLNAME_BASE=i686-linux-android
AOSP_ABI=x86
AOSP_ARCH=arch-x86
AOSP_FLAGS=-march=i686 -mtune=intel -mssse3 -mfpmath=sse -funwind-tables -fexceptions -frtti
HOST=i686-linux
LIBS_DIR=/home/android/opensource/libs/libx264
Unknown option --disable-shared, ignored
Unknown option --enable-neon, ignored
No working C compiler found.
Makefile:3: config.mak: 没有那个文件或目录
./configure
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
Makefile:332: recipe for target 'config.mak' failed
make: *** [config.mak] Error 1
Makefile:3: config.mak: 没有那个文件或目录
./configure
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
Makefile:332: recipe for target 'config.mak' failed
make: *** [config.mak] Error 1
Makefile:3: config.mak: 没有那个文件或目录
./configure
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
Makefile:332: recipe for target 'config.mak' failed
make: *** [config.mak] Error 1
TOOLCHAIN_BASE=x86_64
TOOLNAME_BASE=x86_64-linux-android
AOSP_ABI=x86_64
AOSP_ARCH=arch-x86_64
AOSP_FLAGS=-march=x86-64 -msse4.2 -mpopcnt -mtune=intel -funwind-tables -fexceptions -frtti
HOST=x86_64-linux
LIBS_DIR=/home/android/opensource/libs/libx264
Unknown option --disable-shared, ignored
Unknown option --enable-neon, ignored
No working C compiler found.
Makefile:3: config.mak: 没有那个文件或目录
./configure
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
Makefile:332: recipe for target 'config.mak' failed
make: *** [config.mak] Error 1
Makefile:3: config.mak: 没有那个文件或目录
./configure
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
Makefile:332: recipe for target 'config.mak' failed
make: *** [config.mak] Error 1
Makefile:3: config.mak: 没有那个文件或目录
./configure
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
Makefile:332: recipe for target 'config.mak' failed
make: *** [config.mak] Error 1

audio-encode库相关问题

请问下为什么要在AudioRecordRecorder里面手动把getMinBufferSize获取的bufferSize修改为4096呢,我发现不改成4096编码出来的aac速度加快且有噪音

C compiler test failed

你好,使用你的编译步骤,其他的没问题题,就是如果编译arm64-v8a的话,就会出现C compiler test failed报错,不知道啥原因:

mpc@ubuntu:~/ffmpeg/4.0.2$ bash build_ffmpeg.sh arm64-v8a
TOOLCHAIN_BASE=aarch64-linux-android
TOOLNAME_BASE=aarch64-linux-android
AOSP_ABI=arm64-v8a
AOSP_ARCH=arch-arm64
AOSP_FLAGS=-funwind-tables -fexceptions -frtti
HOST=aarch64-linux
LIBS_DIR=/home/mpc/ffmpeg/4.0.2/libs/lib-ffmpeg
/home/mpc/app_packages/android/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gcc is unable to create an executable file.
C compiler test failed.

If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
[email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
GEN libavutil/libavutil.version
GEN libswscale/libswscale.version
GEN libswresample/libswresample.version
GEN libpostproc/libpostproc.version

命令行执行失败

你好,按你博客编译出了ffmpeg.so库,但是执行ffmpeg的命令行成功后却还是报错崩溃,看了日志也没看出哪出问题了,请教一下你

日志如下:
ffmpeg version 3.3 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 4.9 (GCC) 20140827 (prerelease)
configuration: --prefix=/home/wuchundu/Documents/ffmpeg/ffmpeg/libs/ffmpeg-merge/armeabi-v7a --enable-cross-compile --disable-runtime-cpudetect --disable-asm --arch=armeabi-v7a --target-os=android --cc=/home/wuchundu/Documents/ffmpeg/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --cross-prefix=/home/wuchundu/Documents/ffmpeg/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi- --disable-stripping --nm=/home/wuchundu/Documents/ffmpeg/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-nm --sysroot=/home/wuchundu/Documents/ffmpeg/android-ndk-r10e/platforms/android-14/arch-arm --enable-gpl --enable-nonfree --disable-shared --enable-static --enable-version3 --enable-pthreads --enable-small --disable-vda --disable-iconv --disable-encoders --enable-neon --enable-yasm --enable-encoder=mpeg4 --enable-encoder=mjpeg --enable-encoder=png --enable-nonfree --enable-muxers --enable-muxer=mov --enable-muxer=mp4 --enable-muxer=h264 --enable-muxer=avi --enable-decoder=h264 --enable-decoder=mpeg4 --enable-decoder=mjpeg --enable-decoder=png --enable-demuxer=image2 --enable-demuxer=h264 --enable-demuxer=avi --enable-demuxer=mpc --enable-demuxer=mpegts --enable-demuxer=mov --enable-parser=ac3 --enable-parser=h264 --enable-protocols --enable-zlib --enable-avfilter --enable-avresample --enable-postproc --enable-avdevice --disable-outdevs --disable-ffprobe --disable-ffplay --disable-ffmpeg --disable-ffserver --disable-debug --disable-symver --disable-stripping --extra-cflags='-DANDROID -fPIC -ffunction-sections -funwind-tables -fstack-protector -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer -fstrict-aliasing -funswitch-loops -finline-limit=300 -O3 -Wall -pipe -ffast-math -fstrict-aliasing -Werror=strict-aliasing -Wno-psabi -Wa,--noexecstack -DANDROID ' --extra-ldflags=
libavutil 55. 58.100 / 55. 58.100
libavcodec 57. 89.100 / 57. 89.100
libavformat 57. 71.100 / 57. 71.100
libavdevice 57. 6.100 / 57. 6.100
libavfilter 6. 82.100 / 6. 82.100
libavresample 3. 5. 0 / 3. 5. 0
libswscale 4. 6.100 / 4. 6.100
libswresample 2. 7.100 / 2. 7.100
libpostproc 54. 5.100 / 54. 5.100
Splitting the commandline.
Reading option '-i' ... matched as input url with argument '/sdcard/JCamera/video_1541474028496.mp4'.
Reading option '-i' ... matched as input url with argument '/sdcard/JCamera/tuya.png'.
Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '25'.
Reading option '-b' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '4000000'.
Reading option '-s' ... matched as option 's' (set frame size (WxH or abbreviation)) with argument '720x1280'.
Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'copy'.
Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument 'overlay=0:0'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option '/storage/emulated/0/Android/data/com.maotou.mybuildffmpegdemo/files/finish.mp4' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option filter_complex (create a complex filtergraph) with argument overlay=0:0.
Applying option y (overwrite output files) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url /sdcard/JCamera/video_1541474028496.mp4.
Successfully parsed a group of options.
Opening an input file: /sdcard/JCamera/video_1541474028496.mp4.
Setting default whitelist 'file,crypto'
Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
type:'ftyp' parent:'root' sz: 24 8 1325620
ISO: File Type Major Brand: mp42
type:'moov' parent:'root' sz: 1639 32 1325620
type:'mvhd' parent:'moov' sz: 108 8 1631
time scale = 1000
type:'meta' parent:'moov' sz: 121 116 1631
type:'hdlr' parent:'meta' sz: 33 8 113
ctype=[0][0][0][0]
stype=mdta
type:'keys' parent:'meta' sz: 43 41 113
type:'ilst' parent:'meta' sz: 37 84 113
type:'[0][0][0][1]' parent:'ilst' sz: 29 8 29
type:'trak' parent:'moov' sz: 847 237 1631
type:'tkhd' parent:'trak' sz: 92 8 839
type:'mdia' parent:'trak' sz: 747 100 839
type:'mdhd' parent:'mdia' sz: 32 8 739
type:'hdlr' parent:'mdia' sz: 44 40 739
ctype=[0][0][0][0]
stype=vide
type:'minf' parent:'mdia' sz: 663 84 739
type:'vmhd' parent:'minf' sz: 20 8 655
type:'dinf' parent:'minf' sz: 36 28 655
type:'dref' parent:'dinf' sz: 28 8 28
Unknown dref type 0x206c7275 size 12
type:'stbl' parent:'minf' sz: 599 64 655
type:'stsd' parent:'stbl' sz: 155 8 591
size=139 4CC=avc1 codec_type=0
type:'avcC' parent:'stsd' sz: 37 8 53
type:'pasp' parent:'stsd' sz: 16 45 53
type:'stts' parent:'stbl' sz: 136 163 591
track[0].stts.entries = 15
sample_count=1, sample_duration=6263
sample_count=8, sample_duration=4551
sample_count=2, sample_duration=4694
sample_count=2, sample_duration=4823
sample_count=2, sample_duration=4977
sample_count=2, sample_duration=5115
sample_count=2, sample_duration=5279
sample_count=2, sample_duration=5426
sample_count=2, sample_duration=5600
sample_count=2, sample_duration=5587
sample_count=2, sample_duration=5600
sample_count=2, sample_duration=5588
sample_count=2, sample_duration=5600
sample_count=1, sample_duration=5587
sample_count=12, sample_duration=5432
type:'stss' parent:'stbl' sz: 24 299 591
keyframe_count = 2
type:'stsz' parent:'stbl' sz: 196 323 591
sample_size = 0 sample_count = 44
type:'stsc' parent:'stbl' sz: 52 519 591
track[0].stsc.entries = 3
type:'stco' parent:'stbl' sz: 28 571 591
AVIndex stream 0, sample 0, offset c9b, dts 0, size 20101, distance 0, keyframe 1
AVIndex stream 0, sample 1, offset 5b20, dts 6263, size 1825, distance 1, keyframe 0
AVIndex stream 0, sample 2, offset 6241, dts 10814, size 4540, distance 2, keyframe 0
AVIndex stream 0, sample 3, offset 73fd, dts 15365, size 10080, distance 3, keyframe 0
AVIndex stream 0, sample 4, offset 9b5d, dts 19916, size 10274, distance 4, keyframe 0
AVIndex stream 0, sample 5, offset c37f, dts 24467, size 17211, distance 5, keyframe 0
AVIndex stream 0, sample 6, offset 106ba, dts 29018, size 26059, distance 6, keyframe 0
AVIndex stream 0, sample 7, offset 16c85, dts 33569, size 31699, distance 7, keyframe 0
AVIndex stream 0, sample 8, offset 1e858, dts 38120, size 32333, distance 8, keyframe 0
AVIndex stream 0, sample 9, offset 266a5, dts 42671, size 35109, distance 9, keyframe 0
AVIndex stream 0, sample 10, offset 2efca, dts 47365, size 28527, distance 10, keyframe 0
AVIndex stream 0, sample 11, offset 35f39, dts 52059, size 35970, distance 11, keyframe 0
AVIndex stream 0, sample 12, offset 3ebbb, dts 56882, size 31165, distance 12, keyframe 0
AVIndex stream 0, sample 13, offset 46578, dts 61705, size 30188, distance 13, keyframe 0
AVIndex stream 0, sample 14, offset 4db64, dts 66682, size 36415, distance 14, keyframe 0
AVIndex stream 0, sample 15, offset 569a3, dts 71659, size 25643, distance 15, keyframe 0
AVIndex stream 0, sample 16, offset 5cdce, dts 76774, size 42607, distance 16, keyframe 0
AVIndex stream 0, sample 17, offset 6743d, dts 81889, size 28025, distance 17, keyframe 0
AVIndex stream 0, sample 18, offset 6e1b6, dts 87168, size 33849, distance 18, keyframe 0
AVIndex stream 0, sample 19, offset 765ef, dts 92447, size 28990, distance 19, keyframe 0
AVIndex stream 0, sample 20, offset 7d72d, dts 97873, size 37670, distance 20, keyframe 0
AVIndex stream 0, sample 21, offset 871f3, dts 103299, size 36329, distance 21, keyframe 0
AVIndex stream 0, sample 22, offset 8ffdc, dts 108899, size 40909, distance 22, keyframe 0
AVIndex stream 0, sample 23, offset 99fa9, dts 114499, size 30203, distance 23, keyframe 0
AVIndex stream 0, sample 24, offset a15a4, dts 120086, size 39542, distance 24, keyframe 0
AVIndex stream 0, sample 25, offset ab01a, dts 125673, size 31179, distance 25, keyframe 0
AVIndex stream 0, sample 26, offset b29e5, dts 131273, size 39007, distance 26, keyframe 0
AVIndex stream 0, sample 27, offset bc244, dts 136873, size 32675, distance 27, keyframe 0
AVIndex stream 0, sample 28, offset c41e7, dts 142461, size 45485, distance 28, keyframe 0
AVIndex stream 0, sample 29, offset cf394, dts 148049, size 37764, distance 29, keyframe 0
AVIndex stream 0, sample 30, offset d8718, dts 153649, size 28061, distance 0, keyframe 1
AVIndex stream 0, sample 31, offset df4b5, dts 159249, size 37513, distance 1, keyframe 0
AVIndex stream 0, sample 32, offset e873e, dts 164836, size 17893, distance 2, keyframe 0
AVIndex stream 0, sample 33, offset ecd23, dts 170268, size 45519, distance 3, keyframe 0
AVIndex stream 0, sample 34, offset f7ef2, dts 175700, size 18694, distance 4, keyframe 0
AVIndex stream 0, sample 35, offset fc7f8, dts 181132, size 29079, distance 5, keyframe 0
AVIndex stream 0, sample 36, offset 10398f, dts 186564, size 24617, distance 6, keyframe 0
AVIndex stream 0, sample 37, offset 1099b8, dts 191996, size 35011, distance 7, keyframe 0
AVIndex stream 0, sample 38, offset 112894, dts 197428, size 32521, distance 8, keyframe 0
AVIndex stream 0, sample 39, offset 11a79d, dts 202860, size 35573, distance 9, keyframe 0
AVIndex stream 0, sample 40, offset 123292, dts 208292, size 33151, distance 10, keyframe 0
AVIndex stream 0, sample 41, offset 12b411, dts 213724, size 32287, distance 11, keyframe 0
AVIndex stream 0, sample 42, offset 133230, dts 219156, size 32662, distance 12, keyframe 0
AVIndex stream 0, sample 43, offset 13b1c6, dts 224588, size 34535, distance 13, keyframe 0
type:'trak' parent:'moov' sz: 555 1084 1631
type:'tkhd' parent:'trak' sz: 92 8 547
type:'mdia' parent:'trak' sz: 455 100 547
type:'mdhd' parent:'mdia' sz: 32 8 447
type:'hdlr' parent:'mdia' sz: 44 40 447
ctype=[0][0][0][0]
stype=soun
type:'minf' parent:'mdia' sz: 371 84 447
type:'smhd' parent:'minf' sz: 16 8 363
type:'dinf' parent:'minf' sz: 36 24 363
type:'dref' parent:'dinf' sz: 28 8 28
Unknown dref type 0x206c7275 size 12
type:'stbl' parent:'minf' sz: 311 60 363
type:'stsd' parent:'stbl' sz: 91 8 303
size=75 4CC=mp4a codec_type=1
audio channels 1
version =0, isom =1
type:'esds' parent:'stsd' sz: 39 8 39
MPEG-4 description: tag=0x03 len=25
MPEG-4 description: tag=0x04 len=17
esds object type id 0x40
MPEG-4 description: tag=0x05 len=2
Specific MPEG-4 header len=2
mp4a config channels 1 obj 2 ext obj 0 sample rate 8000 ext sample rate 0
type:'stts' parent:'stbl' sz: 32 99 303
track[1].stts.entries = 2
sample_count=1, sample_duration=1024
sample_count=19, sample_duration=1024
type:'stsz' parent:'stbl' sz: 100 131 303
sample_size = 0 sample_count = 20
type:'stsc' parent:'stbl' sz: 52 231 303
track[1].stsc.entries = 3
type:'stco' parent:'stbl' sz: 28 283 303
AVIndex stream 1, sample 0, offset 86a53, dts 0, size 195, distance 0, keyframe 1
AVIndex stream 1, sample 1, offset 86b16, dts 1024, size 195, distance 0, keyframe 1
AVIndex stream 1, sample 2, offset 86bd9, dts 2048, size 195, distance 0, keyframe 1
AVIndex stream 1, sample 3, offset 86c9c, dts 3072, size 195, distance 0, keyframe 1
AVIndex stream 1, sample 4, offset 86d5f, dts 4096, size 196, distance 0, keyframe 1
AVIndex stream 1, sample 5, offset 86e23, dts 5120, size 195, distance 0, keyframe 1
AVIndex stream 1, sample 6, offset 86ee6, dts 6144, size 195, distance 0, keyframe 1
AVIndex stream 1, sample 7, offset 86fa9, dts 7168, size 195, distance 0, keyframe 1
AVIndex stream 1, sample 8, offset 8706c, dts 8192, size 195, distance 0, keyframe 1
AVIndex stream 1, sample 9, offset 8712f, dts 9216, size 196, distance 0, keyframe 1
AVIndex stream 1, sample 10, offset 11227b, dts 10240, size 205, distance 0, keyframe 1
AVIndex stream 1, sample 11, offset 112348, dts 11264, size 186, distance 0, keyframe 1
AVIndex stream 1, sample 12, offset 112402, dts 12288, size 194, distance 0, keyframe 1
AVIndex stream 1, sample 13, offset 1124c4, dts 13312, size 199, distance 0, keyframe 1
AVIndex stream 1, sample 14, offset 11258b, dts 14336, size 192, distance 0, keyframe 1
AVIndex stream 1, sample 15, offset 11264b, dts 15360, size 195, distance 0, keyframe 1
AVIndex stream 1, sample 16, offset 11270e, dts 16384, size 195, distance 0, keyframe 1
AVIndex stream 1, sample 17, offset 1127d1, dts 17408, size 195, distance 0, keyframe 1
AVIndex stream 1, sample 18, offset 1438ad, dts 18432, size 195, distance 0, keyframe 1
AVIndex stream 1, sample 19, offset 143970, dts 19456, size 196, distance 0, keyframe 1
type:'free' parent:'root' sz: 1556 1671 1325620
type:'mdat' parent:'root' sz: 1322401 3227 1325620
on_parse_exit_offset=3227
Before avformat_find_stream_info() pos: 3227 bytes read:32768 seeks:0 nb_streams:2
nal_unit_type: 7, nal_ref_idc: 3
nal_unit_type: 8, nal_ref_idc: 3
stream 0, sample 0, dts 0
stream 1, sample 0, dts 0
nal_unit_type: 5, nal_ref_idc: 3
Reinit context to 1280x720, pix_fmt: yuv420p
stream 0, sample 1, dts 69589
stream 1, sample 0, dts 0
nal_unit_type: 1, nal_ref_idc: 2
stream 0, sample 2, dts 120156
stream 1, sample 0, dts 0
nal_unit_type: 1, nal_ref_idc: 2
stream 0, sample 3, dts 170722
stream 1, sample 0, dts 0
nal_unit_type: 1, nal_ref_idc: 2
stream 0, sample 4, dts 221289
stream 1, sample 0, dts 0
nal_unit_type: 1, nal_ref_idc: 2
stream 0, sample 5, dts 271856
stream 1, sample 0, dts 0
nal_unit_type: 1, nal_ref_idc: 2
stream 0, sample 6, dts 322422
stream 1, sample 0, dts 0
nal_unit_type: 1, nal_ref_idc: 2
stream 0, sample 7, dts 372989
stream 1, sample 0, dts 0
stream 0, sample 8, dts 423556
stream 1, sample 0, dts 0
stream 0, sample 9, dts 474122
stream 1, sample 0, dts 0
stream 0, sample 10, dts 526278
stream 1, sample 0, dts 0
stream 0, sample 11, dts 578433
stream 1, sample 0, dts 0
stream 0, sample 12, dts 632022
stream 1, sample 0, dts 0
stream 0, sample 13, dts 685611
stream 1, sample 0, dts 0
stream 0, sample 14, dts 740911
stream 1, sample 0, dts 0
stream 0, sample 15, dts 796211
stream 1, sample 0, dts 0
stream 0, sample 16, dts 853044
stream 1, sample 0, dts 0
stream 0, sample 17, dts 909878
stream 1, sample 0, dts 0
stream 0, sample 18, dts 968533
stream 1, sample 0, dts 0
stream 0, sample 19, dts 1027189
stream 1, sample 0, dts 0
stream 0, sample 19, dts 1027189
stream 1, sample 1, dts 128000
stream 0, sample 20, dts 1087478
stream 1, sample 1, dts 128000
All info found
stream 0: start_time: 0.000 duration: 2.556
stream 1: start_time: 0.000 duration: 2.560
format: start_time: 0.000 duration: 2.560 bitrate=4142 kb/s
After avformat_find_stream_info() pos: 551507 bytes read:590948 seeks:2 frames:22
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/sdcard/JCamera/video_1541474028496.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2018-11-06T03:13:51.000000Z
com.android.version: 6.0.1
Duration: 00:00:02.56, start: 0.000000, bitrate: 4142 kb/s
Stream #0:0(eng), 21, 1/90000: Video: h264 (avc1 / 0x31637661), yuv420p, 1280x720, 4127 kb/s, SAR 1:1 DAR 16:9, 17.22 fps, 90k tbr, 90k tbn, 180k tbc (default)
Metadata:
rotate : 90
creation_time : 2018-11-06T03:13:51.000000Z
handler_name : VideoHandle
Side data:
displaymatrix: rotation of -90.00 degrees
Stream #0:1(eng), 1, 1/8000: Audio: aac (mp4a / 0x6134706D), 8000 Hz, mono, fltp, 12 kb/s (default)
Metadata:
creation_time : 2018-11-06T03:13:51.000000Z
handler_name : SoundHandle
Successfully opened the file.
Parsing a group of options: input url /sdcard/JCamera/tuya.png.
Successfully parsed a group of options.
Opening an input file: /sdcard/JCamera/tuya.png.
Setting default whitelist 'file,crypto'
Probing image2 score:50 size:2048
Probing mp3 score:1 size:2048
Probing png_pipe score:99 size:2048
Format png_pipe probed with size=2048 and score=99
Before avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0 nb_streams:1
stream 0: start_time: -368934881474191040.000 duration: -368934881474191040.000
format: start_time: -9223372036854.775 duration: -9223372036854.775 bitrate=0 kb/s
After avformat_find_stream_info() pos: 51138 bytes read:51138 seeks:0 frames:1
Input #1, png_pipe, from '/sdcard/JCamera/tuya.png':
Duration: N/A, bitrate: N/A
Stream #1:0, 1, 1/25: Video: png, rgba(pc), 720x1280, 25 tbr, 25 tbn, 25 tbc
Successfully opened the file.
detected 6 logical cores
Setting 'x' to value '0'
Setting 'y' to value '0'
Parsing a group of options: output url /storage/emulated/0/Android/data/com.maotou.mybuildffmpegdemo/files/finish.mp4.
Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 25.
Applying option b (video bitrate (please use -b:v)) with argument 4000000.
Please use -b:a or -b:v, -b is ambiguous
Applying option s (set frame size (WxH or abbreviation)) with argument 720x1280.
Applying option acodec (force audio codec ('copy' to copy stream)) with argument copy.
Successfully parsed a group of options.
Opening an output file: /storage/emulated/0/Android/data/com.maotou.mybuildffmpegdemo/files/finish.mp4.
Setting default whitelist 'file,crypto'
Successfully opened the file.
nal_unit_type: 7, nal_ref_idc: 3
nal_unit_type: 8, nal_ref_idc: 3
Stream mapping:
Stream #0:0 (h264) -> overlay:main
Stream #1:0 (png) -> overlay:overlay
overlay -> Stream #0:0 (mpeg4)
Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
nal_unit_type: 5, nal_ref_idc: 3
Reinit context to 1280x720, pix_fmt: yuv420p
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
nal_unit_type: 1, nal_ref_idc: 2
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
nal_unit_type: 1, nal_ref_idc: 2
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
nal_unit_type: 1, nal_ref_idc: 2
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
nal_unit_type: 1, nal_ref_idc: 2
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
nal_unit_type: 1, nal_ref_idc: 2
nal_unit_type: 1, nal_ref_idc: 2
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
Setting 'x' to value '0'
Setting 'y' to value '0'
Setting 'video_size' to value '1280x720'
Setting 'pix_fmt' to value '0'
Setting 'time_base' to value '1/90000'
Setting 'pixel_aspect' to value '1/1'
Setting 'sws_param' to value 'flags=2'
Setting 'frame_rate' to value '198000/11501'
w:1280 h:720 pixfmt:yuv420p tb:1/90000 fr:198000/11501 sar:1/1 sws_param:flags=2
Setting 'dir' to value 'clock'
Setting 'video_size' to value '720x1280'
Setting 'pix_fmt' to value '28'
Setting 'time_base' to value '1/25'
Setting 'pixel_aspect' to value '0/1'
Setting 'sws_param' to value 'flags=2'
Setting 'frame_rate' to value '25/1'
w:720 h:1280 pixfmt:rgba tb:1/25 fr:25/1 sar:0/1 sws_param:flags=2
Setting 'w' to value '720'
Setting 'h' to value '1280'
Setting 'flags' to value 'bicubic'
w:720 h:1280 flags:'bicubic' interl:0
compat: called with args=[yuv420p]
Setting 'pix_fmts' to value 'yuv420p'
w:iw h:ih flags:'bilinear' interl:0
auto-inserting filter 'auto_scaler_0' between the filter 'graph 0 input from stream 1:0' and the filter 'Parsed_overlay_0'
query_formats: 7 queried, 5 merged, 1 already done, 0 delayed
w:1280 h:720 dir:1 -> w:720 h:1280 rotation:clockwise vflip:0
w:720 h:1280 fmt:rgba sar:0/1 -> w:720 h:1280 fmt:yuva420p sar:0/1 flags:0x2
main w:720 h:1280 fmt:yuv420p overlay w:720 h:1280 fmt:yuva420p eof_action:repeat
Selected 1/90000 time base
Sync level 2
w:720 h:1280 fmt:yuv420p sar:1/1 -> w:720 h:1280 fmt:yuv420p sar:1/1 flags:0x4
Incoming frame (time:0) from link #0
Incoming frame (time:0) from link #1
n:1.000000 t:0.000000 pos:3227.000000 x:0.000000 xi:0 y:0.000000 yi:0
intra_quant_bias = 0 inter_quant_bias = -64
Output #0, mp4, to '/storage/emulated/0/Android/data/com.maotou.mybuildffmpegdemo/files/finish.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
com.android.version: 6.0.1
encoder : Lavf57.71.100
Stream #0:0, 0, 1/12800: Video: mpeg4 ( [0][0][0] / 0x0020), yuv420p, 720x1280 [SAR 1:1 DAR 9:16], q=2-31, 4000 kb/s, 25 fps, 12800 tbn, 25 tbc (default)
Metadata:
encoder : Lavc57.89.100 mpeg4
Side data:
cpb: bitrate max/min/avg: 0/0/4000000 buffer size: 0 vbv_delay: -1
Stream #0:1(eng), 0, 1/8000: Audio: aac ([64][0][0][0] / 0x0040), 8000 Hz, mono, fltp, 12 kb/s (default)
Metadata:
creation_time : 2018-11-06T03:13:51.000000Z
handler_name : SoundHandle
Clipping frame in rate conversion by 0.000008
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:0.0695889) from link #0
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:0.120156) from link #0
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:0.170722) from link #0
frame= 1 fps=0.0 q=5.6 size= 0kB time=00:00:00.00 bitrate= 0.0kbits/s speed=0.000147x
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:0.221289) from link #0
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:0.271856) from link #0
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:0.322422) from link #0
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
stream 0, sample 21, dts 1147767
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 1, dts 128000
Incoming frame (time:0.372989) from link #0
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
stream 0, sample 21, dts 1147767
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 2, dts 256000
Incoming frame (time:0.423556) from link #0
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
stream 0, sample 21, dts 1147767
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 3, dts 384000
Incoming frame (time:0.474122) from link #0
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
stream 0, sample 21, dts 1147767
stream 1, sample 4, dts 512000
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:0.526278) from link #0
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
stream 0, sample 21, dts 1147767
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 5, dts 640000
Incoming frame (time:0.578433) from link #0
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
stream 0, sample 21, dts 1147767
stream 1, sample 6, dts 768000
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:0.632022) from link #0
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
stream 0, sample 21, dts 1147767
stream 1, sample 7, dts 896000
n:13.000000 t:0.069589 pos:23328.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
stream 0, sample 21, dts 1147767
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:0.685611) from link #0
stream 1, sample 8, dts 1024000
n:13.000000 t:0.120156 pos:25153.000000 x:0.000000 xi:0 y:0.000000 yi:0
n:13.000000 t:0.170722 pos:29693.000000 x:0.000000 xi:0 y:0.000000 yi:0
n:13.000000 t:0.221289 pos:39773.000000 x:0.000000 xi:0 y:0.000000 yi:0
n:13.000000 t:0.271856 pos:50047.000000 x:0.000000 xi:0 y:0.000000 yi:0
n:13.000000 t:0.322422 pos:67258.000000 x:0.000000 xi:0 y:0.000000 yi:0
n:13.000000 t:0.372989 pos:93317.000000 x:0.000000 xi:0 y:0.000000 yi:0
n:13.000000 t:0.423556 pos:125016.000000 x:0.000000 xi:0 y:0.000000 yi:0
n:13.000000 t:0.474122 pos:157349.000000 x:0.000000 xi:0 y:0.000000 yi:0
n:13.000000 t:0.526278 pos:192458.000000 x:0.000000 xi:0 y:0.000000 yi:0
n:13.000000 t:0.578433 pos:220985.000000 x:0.000000 xi:0 y:0.000000 yi:0
n:13.000000 t:0.632022 pos:256955.000000 x:0.000000 xi:0 y:0.000000 yi:0
n:13.000000 t:0.685611 pos:288120.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
Clipping frame in rate conversion by 0.467766
Clipping frame in rate conversion by 0.203606
*** 1 dup!
Past duration 0.675270 too large
Clipping frame in rate conversion by 0.411110
Clipping frame in rate conversion by 0.146935
*** 1 dup!
Clipping frame in rate conversion by 0.539162
Clipping frame in rate conversion by 0.199440
*** 1 dup!
stream 0, sample 21, dts 1147767
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 9, dts 1152000
Incoming frame (time:0.740911) from link #0
n:14.000000 t:0.740911 pos:318308.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.477211
frame= 20 fps=9.4 q=2.0 size= 36kB time=00:00:00.76 bitrate= 383.6kbits/s dup=5 drop=0 speed=0.357x
stream 0, sample 21, dts 1147767
stream 1, sample 10, dts 1280000
stream 0, sample 22, dts 1209989
stream 1, sample 10, dts 1280000
stream 0, sample 23, dts 1272211
stream 1, sample 10, dts 1280000
stream 0, sample 24, dts 1334289
stream 1, sample 10, dts 1280000
stream 0, sample 25, dts 1396367
stream 1, sample 10, dts 1280000
stream 0, sample 26, dts 1458589
stream 1, sample 10, dts 1280000
stream 0, sample 27, dts 1520811
stream 1, sample 10, dts 1280000
nal_unit_type: 1, nal_ref_idc: 2
stream 0, sample 28, dts 1582900
stream 1, sample 10, dts 1280000
stream 0, sample 29, dts 1644989
stream 1, sample 10, dts 1280000
stream 0, sample 30, dts 1707211
stream 1, sample 10, dts 1280000
Incoming frame (time:0.796211) from link #0
n:15.000000 t:0.796211 pos:354723.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.094719
stream 0, sample 31, dts 1769433
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 10, dts 1280000
Incoming frame (time:0.853044) from link #0
n:16.000000 t:0.853044 pos:380366.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
stream 0, sample 32, dts 1831511
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 10, dts 1280000
Incoming frame (time:0.909878) from link #0
n:17.000000 t:0.909878 pos:422973.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.253044
stream 0, sample 33, dts 1891867
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 10, dts 1280000
Incoming frame (time:0.968533) from link #0
n:18.000000 t:0.968533 pos:450998.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
frame= 26 fps=9.9 q=2.0 size= 665kB time=00:00:01.15 bitrate=4731.1kbits/s dup=7 drop=0 speed=0.437x
stream 0, sample 34, dts 1952222
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 10, dts 1280000
Incoming frame (time:1.02719) from link #0
n:19.000000 t:1.027189 pos:484847.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.320274
nal_unit_type: 1, nal_ref_idc: 2
stream 0, sample 35, dts 2012578
stream 1, sample 10, dts 1280000
Incoming frame (time:1.08748) from link #0
n:20.000000 t:1.087478 pos:513837.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
nal_unit_type: 1, nal_ref_idc: 2
stream 0, sample 36, dts 2072933
stream 1, sample 10, dts 1280000
Incoming frame (time:1.14777) from link #0
n:21.000000 t:1.147767 pos:553459.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.305824
stream 0, sample 37, dts 2133289
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 10, dts 1280000
Incoming frame (time:1.20999) from link #0
n:22.000000 t:1.209989 pos:589788.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
stream 0, sample 38, dts 2193644
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 10, dts 1280000
Incoming frame (time:1.27221) from link #0
n:23.000000 t:1.272211 pos:630697.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.194710
frame= 33 fps= 10 q=2.0 size= 726kB time=00:00:01.28 bitrate=4643.3kbits/s dup=9 drop=0 speed=0.39x
stream 0, sample 38, dts 2193644
stream 1, sample 11, dts 1408000
nal_unit_type: 5, nal_ref_idc: 3
Incoming frame (time:1.33429) from link #0
n:24.000000 t:1.334289 pos:660900.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
stream 0, sample 38, dts 2193644
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 12, dts 1536000
Incoming frame (time:1.39637) from link #0
n:25.000000 t:1.396367 pos:700442.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.090828
stream 0, sample 38, dts 2193644
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 13, dts 1664000
Incoming frame (time:1.45859) from link #0
n:26.000000 t:1.458589 pos:731621.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
stream 0, sample 38, dts 2193644
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 14, dts 1792000
Incoming frame (time:1.52081) from link #0
n:27.000000 t:1.520811 pos:770628.000000 x:0.000000 xi:0 y:0.000000 yi:0
frame= 39 fps= 10 q=2.1 size= 726kB time=00:00:01.52 bitrate=3910.2kbits/s dup=11 drop=0 speed=0.402x
stream 0, sample 38, dts 2193644
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 15, dts 1920000
Incoming frame (time:1.5829) from link #0
n:28.000000 t:1.582900 pos:803303.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
stream 0, sample 38, dts 2193644
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 16, dts 2048000
Incoming frame (time:1.64499) from link #0
n:29.000000 t:1.644989 pos:848788.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
stream 0, sample 38, dts 2193644
nal_unit_type: 1, nal_ref_idc: 2
stream 1, sample 17, dts 2176000
Incoming frame (time:1.70721) from link #0
n:30.000000 t:1.707211 pos:886552.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.319710
nal_unit_type: 1, nal_ref_idc: 2
stream 0, sample 38, dts 2193644
stream 1, sample 18, dts 2304000
Incoming frame (time:1.76943) from link #0
n:31.000000 t:1.769433 pos:914613.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
frame= 46 fps= 11 q=3.0 size= 726kB time=00:00:01.80 bitrate=3302.0kbits/s dup=14 drop=0 speed=0.414x
stream 0, sample 39, dts 2254000
stream 1, sample 18, dts 2304000
stream 0, sample 40, dts 2314356
stream 1, sample 18, dts 2304000
stream 0, sample 41, dts 2374711
stream 1, sample 18, dts 2304000
stream 0, sample 42, dts 2435067
stream 1, sample 18, dts 2304000
stream 0, sample 43, dts 2495422
stream 1, sample 18, dts 2304000
stream 1, sample 18, dts 2304000
stream 1, sample 19, dts 2432000
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:1.83151) from link #0
n:32.000000 t:1.831511 pos:952126.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.212212
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:1.89187) from link #0
n:33.000000 t:1.891867 pos:970019.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:1.95222) from link #0
n:34.000000 t:1.952222 pos:1015538.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.194435
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:2.01258) from link #0
n:35.000000 t:2.012578 pos:1034232.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
frame= 52 fps= 11 q=4.0 size= 1272kB time=00:00:02.17 bitrate=4789.9kbits/s dup=16 drop=0 speed=0.447x
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:2.07293) from link #0
n:36.000000 t:2.072933 pos:1063311.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.176659
nal_unit_type: 1, nal_ref_idc: 2
Incoming frame (time:2.13329) from link #0
n:37.000000 t:2.133289 pos:1087928.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
Incoming frame (time:2.19364) from link #0
n:38.000000 t:2.193644 pos:1124500.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.158882
Incoming frame (time:2.254) from link #0
n:39.000000 t:2.254000 pos:1157021.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
Incoming frame (time:2.31436) from link #0
n:40.000000 t:2.314356 pos:1192594.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.141106
frame= 59 fps= 11 q=2.7 size= 1359kB time=00:00:02.43 bitrate=4577.8kbits/s dup=18 drop=0 speed=0.444x
Incoming frame (time:2.37471) from link #0
n:41.000000 t:2.374711 pos:1225745.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
Incoming frame (time:2.43507) from link #0
n:42.000000 t:2.435067 pos:1258032.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.123329
Incoming frame (time:2.49542) from link #0
n:43.000000 t:2.495422 pos:1290694.000000 x:0.000000 xi:0 y:0.000000 yi:0
*** 1 dup!
Sync level 0
No more output streams to write to, finishing.
frame= 64 fps= 11 q=3.2 Lsize= 1497kB time=00:00:02.52 bitrate=4867.2kbits/s dup=20 drop=0 speed=0.422x
video:1492kB audio:4kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.127803%
Input file #0 (/sdcard/JCamera/video_1541474028496.mp4):
Input stream #0:0 (video): 44 packets read (1318489 bytes); 44 frames decoded;
Input stream #0:1 (audio): 20 packets read (3904 bytes);
Total: 64 packets (1322393 bytes) demuxed
Input file #1 (/sdcard/JCamera/tuya.png):
Input stream #1:0 (video): 1 packets read (51138 bytes); 1 frames decoded;
Total: 1 packets (51138 bytes) demuxed
Output file #0 (/storage/emulated/0/Android/data/com.maotou.mybuildffmpegdemo/files/finish.mp4):
Output stream #0:0 (video): 64 frames encoded; 64 packets muxed (1527356 bytes);
Output stream #0:1 (audio): 20 packets muxed (3904 bytes);
Total: 84 packets (1531260 bytes) muxed
45 frames successfully decoded, 0 decoding errors
Statistics: 60 seeks, 154 writeouts
Statistics: 1365061 bytes read, 2 seeks
Statistics: 51138 bytes read, 0 seeks

Android Studio 控制台日志:
A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x24 in tid 28689 (Thread-301)

armeabi

请问没有办法生成armeabi的ffmpeg.so么
我看了好多博客 都没有写
您这里也是v7a的
如何才能产生armeabi指令集的so呢
项目做兼容的话只需要一个armeabi就够了 v7a的并不能兼容

使用您的PCM to AAC编码器编码出的音频文件时长显示不正确

编码出的aac文件时长比实际长一些,播放的时候后面那段多出的时间是不能播的。(是安卓开发,文件在iOS & macOS上显示不正确)
我尝试设置
pCodecCtx->time_base = AVRational{1, kSampleRate};

audioPacket.pts = index * 1024;
index++;
结果还是一样

Ubuntu18.04 FFmpeg合并编译失败

环境:Ubuntu 18.04,FFmpeg 3.4.7,ndk14b
按照FFmpeg合一编译的教程操作,armeabi和armeabi-v7a可以正常生成so文件
arm64-v8a报错
libavcodec/libavcodec.a(012v.o): error adding symbols: File in wrong format

x86和x86_64报错类似
TOOLCHAIN_BASE=x86 TOOLNAME_BASE=i686-linux-android AOSP_ABI=x86 AOSP_ARCH=arch-x86 AOSP_FLAGS=-march=i686 -mtune=intel -mssse3 -mfpmath=sse -funwind-tables -fexceptions -frtti HOST=i686-linux LIBS_DIR=/home/luov/Documents/Downloads/libs/ffmpeg-merge-14b /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: warning: skipping incompatible /home/luov/Documents/Downloads/android-ndk-r14b/platforms/android-21/arch-x86/usr/lib/libc.so while searching for c /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: cannot find -lc /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: warning: skipping incompatible /home/luov/Documents/Downloads/android-ndk-r14b/platforms/android-21/arch-x86/usr/lib/libm.so while searching for m /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: cannot find -lm /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: warning: skipping incompatible /home/luov/Documents/Downloads/android-ndk-r14b/platforms/android-21/arch-x86/usr/lib/libz.so while searching for z /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: cannot find -lz /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: warning: skipping incompatible /home/luov/Documents/Downloads/android-ndk-r14b/platforms/android-21/arch-x86/usr/lib/libdl.so while searching for dl /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: cannot find -ldl /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: warning: skipping incompatible /home/luov/Documents/Downloads/android-ndk-r14b/platforms/android-21/arch-x86/usr/lib/liblog.so while searching for log /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: cannot find -llog /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_muldi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_negdi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_lshrdi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ashldi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ashrdi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_cmpdi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ucmpdi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_clear_cache.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_trampoline.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(__main.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_absvsi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_absvdi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_addvsi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_addvdi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_subvsi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_subvdi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_mulvsi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_mulvdi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_negvsi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_negvdi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ctors.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ffssi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ffsdi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_clz.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_clzsi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_clzdi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ctzsi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ctzdi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_popcount_tab.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_popcountsi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_popcountdi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_paritysi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_paritydi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_powisf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_powidf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_powixf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_powitf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_mulsc3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_muldc3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_mulxc3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_multc3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_divsc3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_divdc3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_divxc3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_divtc3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_bswapsi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_bswapdi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_clrsbsi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_clrsbdi2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_fixunssfsi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_fixunsdfsi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_fixunsxfsi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_fixsfdi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_fixdfdi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_fixxfdi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_fixunssfdi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_fixunsdfdi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_fixunsxfdi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_floatdisf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_floatdidf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_floatdixf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_floatundisf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_floatundidf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_floatundixf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_eprintf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(__gcc_bcmp.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_divdi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_moddi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_udivdi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_umoddi3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_udiv_w_sdiv.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_udivmoddi4.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid_decimal_globals.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid_decimal_data.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid_binarydecimal.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid_convert_data.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_isinfd32.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_isinfd64.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_isinfd128.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid64_noncomp.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid128_noncomp.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid128_fma.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid_round.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid_from_int.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid64_add.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid128_add.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid64_div.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid128_div.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid64_mul.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid128_mul.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid64_compare.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid128_compare.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid128.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid32_to_bid64.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid32_to_bid128.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid64_to_bid128.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid64_to_int32.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid64_to_int64.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid64_to_uint32.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid64_to_uint64.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid128_to_int32.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid128_to_int64.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid128_to_uint32.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(bid128_to_uint64.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_addsub_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_div_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_mul_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_eq_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ne_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_lt_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_gt_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_le_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ge_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sd_to_si.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sd_to_di.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sd_to_usi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sd_to_udi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_si_to_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_di_to_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_usi_to_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_udi_to_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sd_to_sf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sd_to_df.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sd_to_xf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sd_to_tf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sf_to_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_df_to_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_xf_to_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_tf_to_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sd_to_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sd_to_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_unord_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_addsub_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_div_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_mul_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_eq_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ne_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_lt_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_gt_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_le_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ge_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_dd_to_si.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_dd_to_di.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_dd_to_usi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_dd_to_udi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_si_to_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_di_to_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_usi_to_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_udi_to_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_dd_to_sf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_dd_to_df.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_dd_to_xf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_dd_to_tf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sf_to_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_df_to_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_xf_to_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_tf_to_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_dd_to_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_dd_to_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_unord_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_addsub_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_div_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_mul_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_eq_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ne_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_lt_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_gt_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_le_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_ge_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_td_to_si.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_td_to_di.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_td_to_usi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_td_to_udi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_si_to_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_di_to_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_usi_to_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_udi_to_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_td_to_sf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_td_to_df.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_td_to_xf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_td_to_tf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_sf_to_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_df_to_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_xf_to_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_tf_to_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_td_to_sd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_td_to_dd.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(_unord_td.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(cpuinfo.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(tf-signs.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(sfp-exceptions.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(addtf3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(divtf3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(eqtf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(getf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(letf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(multf3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(negtf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(subtf3.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(unordtf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(fixtfsi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(fixunstfsi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(floatsitf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(floatunsitf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(fixtfdi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(fixunstfdi.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(floatditf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(floatunditf.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(extendsftf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(extenddftf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(extendxftf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(trunctfsf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(trunctfdf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(trunctfxf2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(enable-execute-stack.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(generic-morestack.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(generic-morestack-thread.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(morestack.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(unwind-dw2.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(unwind-dw2-fde-dip.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(unwind-sjlj.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(unwind-c.o): incompatible target /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld: error: /home/luov/Documents/Downloads/android-ndk-r14b/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/libgcc.a(emutls.o): incompatible target libavcodec/libavcodec.a(012v.o):012v.c:function zero12v_decode_frame: error: undefined reference to '__aeabi_idiv' libavcodec/libavcodec.a(012v.o):012v.c:function zero12v_decode_frame: error: undefined reference to '__aeabi_idivmod' libavcodec/libavcodec.a(012v.o):012v.c:function zero12v_decode_frame: error: undefined reference to '__aeabi_idiv' libavcodec/libavcodec.a(012v.o):012v.c:function zero12v_decode_frame: error: undefined reference to 'memcpy' libavcodec/libavcodec.a(012v.o):012v.c:function zero12v_decode_frame: error: undefined reference to 'memcpy' libavcodec/libavcodec.a(012v.o):012v.c:function zero12v_decode_frame: error: undefined reference to 'memcpy' libavcodec/libavcodec.a(4xm.o):4xm.c:function mix: error: undefined reference to '__aeabi_idiv' libavcodec/libavcodec.a(4xm.o):4xm.c:function mix: error: undefined reference to '__aeabi_idiv' libavcodec/libavcodec.a(4xm.o):4xm.c:function decode_p_block: error: undefined reference to 'abort' libavcodec/libavcodec.a(4xm.o):4xm.c:function read_huffman_tables: error: undefined reference to 'memset' libavcodec/libavcodec.a(4xm.o):4xm.c:function read_huffman_tables: error: undefined reference to 'memset' libavcodec/libavcodec.a(4xm.o):4xm.c:function decode_frame: error: undefined reference to 'memcpy' libavcodec/libavcodec.a(4xm.o):4xm.c:function decode_frame: error: undefined reference to 'abort' libavcodec/libavcodec.a(4xm.o):4xm.c:function decode_frame: error: undefined reference to 'memset' libavcodec/libavcodec.a(8svx.o):8svx.c:function eightsvx_decode_frame: error: undefined reference to '__aeabi_idivmod' libavcodec/libavcodec.a(aac_adtstoasc_bsf.o):aac_adtstoasc_bsf.c:function flush_put_bits: error: undefined reference to 'abort' libavcodec/libavcodec.a(aacadtsdec.o):aacadtsdec.c:function avpriv_aac_parse_header: error: undefined reference to '__aeabi_uidiv' libavcodec/libavcodec.a(aacdec.o):aacdec.c:function flush: error: undefined reference to 'memset' libavcodec/libavcodec.a(aacdec.o):aacdec.c:function imdct_and_windowing_eld: error: undefined reference to 'memmove' libavcodec/libavcodec.a(aacdec.o):aacdec.c:function decode_channel_map: error: undefined reference to 'abort' libavcodec/libavcodec.a(aacdec.o):aacdec.c:function decode_ics.constprop.28: error: undefined reference to 'powf' libavcodec/libavcodec.a(aacdec.o):aacdec.c:function decode_ics.constprop.28: error: undefined reference to 'cbrtf' libavcodec/libavcodec.a(aacdec.o):aacdec.c:function aac_decode_frame_int.isra.22: error: undefined reference to 'powf' libavcodec/libavcodec.a(aacdec.o):aacdec.c:function aac_decode_frame_int.isra.22: error: undefined reference to 'powf' libavcodec/libavcodec.a(aacdec.o):aacdec.c:function aac_decode_frame_int.isra.22: error: undefined reference to 'sscanf' libavcodec/libavcodec.a(aacdec.o):aacdec.c:function aac_decode_init: error: undefined reference to 'pthread_once' libavcodec/libavcodec.a(aacdec_fixed.o):aacdec_fixed.c:function apply_dependent_coupling_fixed: error: undefined reference to '__aeabi_lasr' libavcodec/libavcodec.a(aacdec_fixed.o):aacdec_fixed.c:function imdct_and_windowing_eld: error: undefined reference to 'memmove' libavcodec/libavcodec.a(aacdec_fixed.o):aacdec_fixed.c:function subband_scale: error: undefined reference to '__aeabi_lasr' libavcodec/libavcodec.a(aacdec_fixed.o):aacdec_fixed.c:function apply_prediction.isra.1: error: undefined reference to '__aeabi_ldivmod' libavcodec/libavcodec.a(aacdec_fixed.o):aacdec_fixed.c:function apply_prediction.isra.1: error: undefined reference to '__aeabi_ldivmod' libavcodec/libavcodec.a(aacdec_fixed.o):aacdec_fixed.c:function decode_ics.constprop.25: error: undefined reference to '__aeabi_lasr' libavcodec/libavcodec.a(aacdec_fixed.o):aacdec_fixed.c:function aac_decode_frame_int.isra.18: error: undefined reference to 'sscanf' libavcodec/libavcodec.a(aacdec_fixed.o):aacdec_fixed.c:function aac_decode_init: error: undefined reference to 'pthread_once' libavcodec/libavcodec.a(aacps_fixed.o):aacps_fixed.c:function decorrelation: error: undefined reference to '__aeabi_ldivmod' libavcodec/libavcodec.a(aacps_fixed.o):aacps_fixed.c:function make_filters_from_proto: error: undefined reference to '__aeabi_idivmod' libavcodec/libavcodec.a(aacps_fixed.o):aacps_fixed.c:function ff_ps_init_fixed: error: undefined reference to '__aeabi_ldivmod' libavcodec/libavcodec.a(aacps_fixed.o):aacps_fixed.c:function ff_ps_init_fixed: error: undefined reference to '__aeabi_lasr' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function make_filters_from_proto: error: undefined reference to 'cos' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function make_filters_from_proto: error: undefined reference to 'sin' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'hypot' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'powf' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'cosf' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'cosf' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'sinf' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'sinf' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'atan2f' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'atanf' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'cosf' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'sinf' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'cosf' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'sinf' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'cos' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'sin' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'cos' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'sin' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'cos' libavcodec/libavcodec.a(aacps_float.o):aacps_float.c:function ff_ps_init: error: undefined reference to 'sin' libavcodec/libavcodec.a(aacsbr.o):aacsbr.c:function read_sbr_grid.isra.11: error: undefined reference to '__aeabi_uidiv' libavcodec/libavcodec.a(aacsbr.o):aacsbr.c:function sbr_make_f_master.isra.12: error: undefined reference to '__aeabi_uidiv' libavcodec/libavcodec.a(aacsbr.o):aacsbr.c:function sbr_make_f_master.isra.12: error: undefined reference to '__aeabi_uidiv' libavcodec/libavcodec.a(aacsbr.o):aacsbr.c:function sbr_make_f_master.isra.12: error: undefined reference to 'log2f' libavcodec/libavcodec.a(aacsbr.o):aacsbr.c:function sbr_make_f_master.isra.12: error: undefined reference to 'lrintf' libavcodec/libavcodec.a(aacsbr.o):aacsbr.c:function sbr_make_f_master.isra.12: error: undefined reference to 'log2f' libavcodec/libavcodec.a(aacsbr.o):aacsbr.c:function sbr_make_f_master.isra.12: error: undefined reference to 'lrintf' libavcodec/libavcodec.a(aacsbr.o):aacsbr.c:function ff_decode_sbr_extension: error: undefined reference to 'memcmp' libavcodec/libavcodec.a(aacsbr.o):aacsbr.c:function ff_decode_sbr_extension: error: undefined reference to 'log2f' libavcodec/libavcodec.a(aacsbr.o):aacsbr.c:function ff_decode_sbr_extension: error: undefined reference to 'lrintf' libavcodec/libavcodec.a(aacsbr.o):aacsbr.c:function make_bands: error: undefined reference to 'lrintf' libavcodec/libavcodec.a(aacsbr_fixed.o):aacsbr_fixed.c:function ff_decode_sbr_extension_fixed: error: undefined reference to 'memcmp' libavcodec/libavcodec.a(ac3dec_fixed.o):ac3dec_fixed.c:function ac3_decode_init: error: undefined reference to '__aeabi_idivmod' libavcodec/libavcodec.a(acelp_pitch_delay.o):acelp_pitch_delay.c:function ff_acelp_decode_gain_code: error: undefined reference to 'exp' libavcodec/libavcodec.a(acelp_pitch_delay.o):acelp_pitch_delay.c:function ff_amr_set_fixed_gain: error: undefined reference to 'exp2' libavcodec/libavcodec.a(acelp_pitch_delay.o):acelp_pitch_delay.c:function ff_amr_set_fixed_gain: error: undefined reference to 'memmove' libavcodec/libavcodec.a(acelp_pitch_delay.o):acelp_pitch_delay.c:function ff_amr_set_fixed_gain: error: undefined reference to 'log10f' libavcodec/libavcodec.a(adx.o):adx.c:function ff_adx_decode_header: error: undefined reference to 'memcmp' libavcodec/libavcodec.a(alac.o):alac.c:function alac_decode_frame: error: undefined reference to '__aeabi_llsl' libavcodec/libavcodec.a(allcodecs.o):allcodecs.c:function avcodec_register_all: error: undefined reference to 'pthread_once' libavcodec/libavcodec.a(alsdec.o):alsdec.c:function read_frame_data: error: undefined reference to 'memmove' libavcodec/libavcodec.a(alsdec.o):alsdec.c:function read_frame_data: error: undefined reference to '__aeabi_uldivmod' libavcodec/libavcodec.a(alsdec.o):alsdec.c:function read_frame_data: error: undefined reference to '__aeabi_llsl' libavcodec/libavcodec.a(alsdec.o):alsdec.c:function read_frame_data: error: undefined reference to '__aeabi_llsr' libavcodec/libavcodec.a(alsdec.o):alsdec.c:function read_frame_data: error: undefined reference to '__aeabi_llsl' libavcodec/libavcodec.a(alsdec.o):alsdec.c:function decode_frame: error: undefined reference to '__aeabi_uidivmod' libavcodec/libavcodec.a(amrnbdec.o):amrnbdec.c:function amrnb_decode_frame: error: undefined reference to 'truncf' libavcodec/libavcodec.a(amrwbdec.o):amrwbdec.c:function amrwb_decode_frame: error: undefined reference to 'truncf' libavcodec/libavcodec.a(ass.o):ass.c:function ff_ass_subtitle_header: error: undefined reference to 'strlen' libavcodec/libavcodec.a(ass.o):ass.c:function ff_ass_bprint_text_event: error: undefined reference to 'strchr' libavcodec/libavcodec.a(ass.o):ass.c:function ff_ass_bprint_text_event: error: undefined reference to 'strchr' libavcodec/libavcodec.a(atrac.o):atrac.c:function ff_atrac_generate_tables: error: undefined reference to 'pow' libavcodec/libavcodec.a(atrac3plusdsp.o):atrac3plusdsp.c:function ff_atrac3p_init_wave_synth: error: undefined reference to 'exp2f' libavcodec/libavcodec.a(audioconvert.o):audioconvert.c:function av_audio_convert: error: undefined reference to 'llrintf' libavcodec/libavcodec.a(audioconvert.o):audioconvert.c:function av_audio_convert: error: undefined reference to 'lrint' libavcodec/libavcodec.a(audioconvert.o):audioconvert.c:function av_audio_convert: error: undefined reference to 'lrint' libavcodec/libavcodec.a(audioconvert.o):audioconvert.c:function av_audio_convert: error: undefined reference to 'llrint' libavcodec/libavcodec.a(avpacket.o):avpacket.c:function av_packet_pack_dictionary: error: undefined reference to 'strlen' libavcodec/libavcodec.a(avpacket.o):avpacket.c:function av_packet_pack_dictionary: error: undefined reference to 'strlen' libavcodec/libavcodec.a(avpacket.o):avpacket.c:function av_packet_unpack_dictionary: error: undefined reference to 'strlen' libavcodec/libavcodec.a(avrndec.o):avrndec.c:function init: error: undefined reference to 'memcmp' libavcodec/libavcodec.a(binkaudio.o):binkaudio.c:function get_float: error: undefined reference to 'ldexpf' libavcodec/libavcodec.a(binkaudio.o):binkaudio.c:function decode_init: error: undefined reference to 'expf' libavcodec/libavcodec.a(bitstream.o):bitstream.c:function ff_init_vlc_sparse: error: undefined reference to '__aeabi_llsl' libavcodec/libavcodec.a(bitstream_filter.o):bitstream_filter.c:function av_bitstream_filter_filter: error: undefined reference to 'strstr' libavcodec/libavcodec.a(bitstream_filters.o):bitstream_filters.c:function av_bsf_get_by_name: error: undefined reference to 'strcmp' libavcodec/libavcodec.a(cbrt_data.o):cbrt_data.c:function ff_cbrt_tableinit: error: undefined reference to 'cbrt' libavcodec/libavcodec.a(cbrt_data.o):cbrt_data.c:function ff_cbrt_tableinit: error: undefined reference to 'cbrt' libavcodec/libavcodec.a(cbrt_data_fixed.o):cbrt_data_fixed.c:function ff_cbrt_tableinit_fixed: error: undefined reference to 'cbrt' libavcodec/libavcodec.a(cbrt_data_fixed.o):cbrt_data_fixed.c:function ff_cbrt_tableinit_fixed: error: undefined reference to 'cbrt' libavcodec/libavcodec.a(cbrt_data_fixed.o):cbrt_data_fixed.c:function ff_cbrt_tableinit_fixed: error: undefined reference to 'lrint' libavcodec/libavcodec.a(ccaption_dec.o):ccaption_dec.c:function decode: error: undefined reference to '__paritysi2' libavcodec/libavcodec.a(ccaption_dec.o):ccaption_dec.c:function decode: error: undefined reference to '__paritysi2' libavcodec/libavcodec.a(cngdec.o):cngdec.c:function cng_decode_frame: error: undefined reference to 'exp2' libavcodec/libavcodec.a(codec_desc.o):codec_desc.c:function avcodec_descriptor_get_by_name: error: undefined reference to 'strcmp' libavcodec/libavcodec.a(cook.o):cook.c:function cook_decode_init: error: undefined reference to 'pow' libavcodec/libavcodec.a(cscd.o):cscd.c:function decode_frame: error: undefined reference to 'uncompress' libavcodec/libavcodec.a(decode.o):decode.c:function avcodec_decode_subtitle2: error: undefined reference to 'strncmp' libavcodec/libavcodec.a(decode.o):decode.c:function avcodec_decode_subtitle2: error: undefined reference to 'strchr' libavcodec/libavcodec.a(decode.o):decode.c:function avcodec_decode_subtitle2: error: undefined reference to 'strtol' libavcodec/libavcodec.a(dirac_vlc.o):dirac_vlc.c:function ff_dirac_golomb_read_32bit: error: undefined reference to '__aeabi_llsr' libavcodec/libavcodec.a(dirac_vlc.o):dirac_vlc.c:function ff_dirac_golomb_read_32bit: error: undefined reference to '__aeabi_llsr' libavcodec/libavcodec.a(dirac_vlc.o):dirac_vlc.c:function ff_dirac_golomb_read_32bit: error: undefined reference to '__aeabi_llsr' libavcodec/libavcodec.a(diracdec.o):diracdec.c:function dirac_unpack_block_motion_data: error: undefined reference to '__aeabi_uidivmod' libavcodec/libavcodec.a(diracdec.o):diracdec.c:function dirac_decode_frame: error: undefined reference to 'sscanf' libavcodec/libavcodec.a(diracdec.o):diracdec.c:function dirac_decode_init: error: undefined reference to 'pthread_once' libavcodec/libavcodec.a(dolby_e.o):dolby_e.c:function init_tables: error: undefined reference to 'exp2f' libavcodec/libavcodec.a(dss_sp.o):dss_sp.c:function dss_sp_decode_frame: error: undefined reference to '__aeabi_uidivmod' libavcodec/libavcodec.a(dss_sp.o):dss_sp.c:function dss_sp_decode_frame: error: undefined reference to '__aeabi_uidivmod' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function parse_palette: error: undefined reference to 'strtoul' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'strcspn' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'strncmp' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'strncmp' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'sscanf' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'strspn' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'fopen' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to '__errno' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'fread' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'fseek' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'fread' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'fseek' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'fread' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'fseek' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to '__errno' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'fread' libavcodec/libavcodec.a(dvdsubdec.o):dvdsubdec.c:function dvdsub_init: error: undefined reference to 'fclose' libavcodec/libavcodec.a(dxa.o):dxa.c:function decode_frame: error: undefined reference to 'uncompress' libavcodec/libavcodec.a(elbg.o):elbg.c:function avpriv_do_elbg: error: undefined reference to '__aeabi_uldivmod' libavcodec/libavcodec.a(evrcdec.o):evrcdec.c:function evrc_decode_frame: error: undefined reference to 'pow' libavcodec/libavcodec.a(evrcdec.o):evrcdec.c:function evrc_decode_frame: error: undefined reference to 'pow' libavcodec/libavcodec.a(evrcdec.o):evrcdec.c:function evrc_decode_frame: error: undefined reference to 'exp' libavcodec/libavcodec.a(exif.o):exif.c:function avpriv_exif_decode_ifd: error: undefined reference to 'snprintf' libavcodec/libavcodec.a(exr.o):exr.c:function check_header_variable: error: undefined reference to 'strcmp' libavcodec/libavcodec.a(exr.o):exr.c:function check_header_variable: error: undefined reference to 'strcmp' libavcodec/libavcodec.a(exr.o):exr.c:function decode_header.isra.3: error: undefined reference to 'strncmp' libavcodec/libavcodec.a(exr.o):exr.c:function decode_block: error: undefined reference to 'uncompress' libavcodec/libavcodec.a(exr.o):exr.c:function decode_block: error: undefined reference to 'uncompress' libavcodec/libavcodec.a(ffjni.o):ffjni.c:function jni_create_pthread_key: error: undefined reference to 'pthread_key_create' libavcodec/libavcodec.a(ffjni.o):ffjni.c:function ff_jni_get_env: error: undefined reference to 'pthread_mutex_lock' libavcodec/libavcodec.a(ffjni.o):ffjni.c:function ff_jni_get_env: error: undefined reference to 'pthread_getspecific' libavcodec/libavcodec.a(ffjni.o):ffjni.c:function ff_jni_get_env: error: undefined reference to 'pthread_setspecific' libavcodec/libavcodec.a(ffjni.o):ffjni.c:function ff_jni_get_env: error: undefined reference to 'pthread_mutex_unlock' libavcodec/libavcodec.a(fft_fixed.o):fft_fixed.c:function init_ff_cos_tabs: error: undefined reference to 'lrint' libavcodec/libavcodec.a(ffv1dec.o):ffv1dec.c:function decode_frame: error: undefined reference to '__aeabi_l2d' libavcodec/libavcodec.a(ffwavesynth.o):ffwavesynth.c:function frac64: error: undefined reference to '__aeabi_uldivmod' libavcodec/libavcodec.a(ffwavesynth.o):ffwavesynth.c:function frac64: error: undefined reference to '__aeabi_uldivmod' libavcodec/libavcodec.a(ffwavesynth.o):ffwavesynth.c:function wavesynth_init: error: undefined reference to 'floor' libavcodec/libavcodec.a(fitsdec.o):fitsdec.c:function fits_decode_frame: error: undefined reference to '__aeabi_l2f' libavcodec/libavcodec.a(fitsdec.o):fitsdec.c:function fits_decode_frame: error: undefined reference to '__aeabi_l2d' libavcodec/libavcodec.a(fitsdec.o):fitsdec.c:function fits_decode_frame: error: undefined reference to '__aeabi_l2d' libavcodec/libavcodec.a(fitsdec.o):fitsdec.c:function fits_decode_frame: error: undefined reference to '__aeabi_d2ulz' libavcodec/libavcodec.a(fitsdec.o):fitsdec.c:function fits_decode_frame: error: undefined reference to '__aeabi_d2ulz' libavcodec/libavcodec.a(fitsdec.o):fitsdec.c:function fits_decode_frame: error: undefined reference to '__isfinite' libavcodec/libavcodec.a(fitsdec.o):fitsdec.c:function fits_decode_frame: error: undefined reference to '__aeabi_l2f' libavcodec/libavcodec.a(fitsdec.o):fitsdec.c:function fits_decode_frame: error: undefined reference to '__aeabi_l2d' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'deflateInit_' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'deflateBound' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'deflateEnd' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'inflateReset' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'inflate' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'inflateSync' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'inflate' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'inflate' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'deflateInit_' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'deflate' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'deflateEnd' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'inflateReset' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_frame: error: undefined reference to 'inflate' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_end: error: undefined reference to 'inflateEnd' libavcodec/libavcodec.a(flashsv.o):flashsv.c:function flashsv_decode_init: error: undefined reference to 'inflateInit_' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function worker: error: undefined reference to 'pthread_mutex_lock' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function worker: error: undefined reference to 'pthread_mutex_unlock' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function worker: error: undefined reference to 'pthread_cond_wait' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function worker: error: undefined reference to 'pthread_mutex_unlock' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function worker: error: undefined reference to 'pthread_mutex_lock' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function worker: error: undefined reference to 'pthread_mutex_unlock' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function worker: error: undefined reference to 'pthread_mutex_lock' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function worker: error: undefined reference to 'pthread_cond_signal' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_free: error: undefined reference to 'pthread_cond_broadcast' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_free: error: undefined reference to 'pthread_join' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_free: error: undefined reference to 'pthread_mutex_destroy' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_free: error: undefined reference to 'pthread_mutex_destroy' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_free: error: undefined reference to 'pthread_mutex_destroy' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_free: error: undefined reference to 'pthread_cond_destroy' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_free: error: undefined reference to 'pthread_cond_destroy' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_init: error: undefined reference to 'atoi' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_init: error: undefined reference to 'atoi' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_init: error: undefined reference to 'pthread_mutex_init' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_init: error: undefined reference to 'pthread_mutex_init' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_init: error: undefined reference to 'pthread_mutex_init' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_init: error: undefined reference to 'pthread_cond_init' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_init: error: undefined reference to 'pthread_cond_init' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_frame_thread_encoder_init: error: undefined reference to 'pthread_create' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_thread_video_encode_frame: error: undefined reference to 'pthread_cond_signal' libavcodec/libavcodec.a(frame_thread_encoder.o):frame_thread_encoder.c:function ff_thread_video_encode_frame: error: undefined reference to 'pthread_cond_wait' libavcodec/libavcodec.a(g729dec.o):g729dec.c:function decode_frame: error: undefined reference to '__paritysi2' libavcodec/libavcodec.a(htmlsubtitles.o):htmlsubtitles.c:function ff_htmlmarkup_to_ass: error: undefined reference to 'strchr' libavcodec/libavcodec.a(htmlsubtitles.o):htmlsubtitles.c:function ff_htmlmarkup_to_ass: error: undefined reference to 'strcspn' libavcodec/libavcodec.a(htmlsubtitles.o):htmlsubtitles.c:function ff_htmlmarkup_to_ass: error: undefined reference to 'strcspn' libavcodec/libavcodec.a(imc.o):imc.c:function imc_decode_frame: error: undefined reference to 'log2f' libavcodec/libavcodec.a(imc.o):imc.c:function imc_decode_frame: error: undefined reference to 'exp2' libavcodec/libavcodec.a(imc.o):imc.c:function freq2bark: error: undefined reference to 'atan' libavcodec/libavcodec.a(imc.o):imc.c:function freq2bark: error: undefined reference to 'atan' libavcodec/libavcodec.a(imc.o):imc.c:function iac_generate_tabs: error: undefined reference to 'exp2' libavcodec/libavcodec.a(jacosubdec.o):jacosubdec.c:function insert_datetime: error: undefined reference to 'time' libavcodec/libavcodec.a(jacosubdec.o):jacosubdec.c:function insert_datetime: error: undefined reference to 'localtime_r' libavcodec/libavcodec.a(jacosubdec.o):jacosubdec.c:function insert_datetime: error: undefined reference to 'strftime' libavcodec/libavcodec.a(jacosubdec.o):jacosubdec.c:function jacosub_decode_frame: error: undefined reference to 'strstr' libavcodec/libavcodec.a(jacosubdec.o):jacosubdec.c:function jacosub_decode_frame: error: undefined reference to 'strstr' libavcodec/libavcodec.a(jacosubdec.o):jacosubdec.c:function jacosub_decode_frame: error: undefined reference to 'strstr' libavcodec/libavcodec.a(jpeg2000dec.o):jpeg2000dec.c:function jpeg2000_decode_frame: error: undefined reference to '__aeabi_d2lz' libavcodec/libavcodec.a(jpeg2000dec.o):jpeg2000dec.c:function jpeg2000_decode_frame: error: undefined reference to '__aeabi_d2lz' libavcodec/libavcodec.a(kbdwin.o):kbdwin.c:function ff_kbd_window_init_fixed: error: undefined reference to 'floor' libavcodec/libavcodec.a(lcldec.o):lcldec.c:function zlib_decomp: error: undefined reference to 'inflateReset' libavcodec/libavcodec.a(lcldec.o):lcldec.c:function decode_end: error: undefined reference to 'inflateEnd' libavcodec/libavcodec.a(lcldec.o):lcldec.c:function decode_init: error: undefined reference to 'inflateInit_' libavcodec/libavcodec.a(metasound.o):metasound.c:function decode_ppc: error: undefined reference to 'log2' libavcodec/libavcodec.a(metasound.o):metasound.c:function decode_ppc: error: undefined reference to 'exp' libavcodec/libavcodec.a(microdvddec.o):microdvddec.c:function microdvd_load_tags: error: undefined reference to 'strtol' libavcodec/libavcodec.a(microdvddec.o):microdvddec.c:function microdvd_load_tags: error: undefined reference to 'strtol' libavcodec/libavcodec.a(microdvddec.o):microdvddec.c:function microdvd_load_tags: error: undefined reference to 'strtol' libavcodec/libavcodec.a(mpegaudiodec_fixed.o):mpegaudiodec_fixed.c:function decode_init_static: error: undefined reference to 'frexp' libavcodec/libavcodec.a(mpegaudiodec_fixed.o):mpegaudiodec_fixed.c:function decode_init_static: error: undefined reference to 'llrint' libavcodec/libavcodec.a(mpegaudiodec_fixed.o):mpegaudiodec_fixed.c:function decode_init_static: error: undefined reference to 'llrint' libavcodec/libavcodec.a(mpegaudiodec_fixed.o):mpegaudiodec_fixed.c:function decode_init_static: error: undefined reference to 'tan' libavcodec/libavcodec.a(mpegaudiodec_float.o):mpegaudiodec_float.c:function decode_init_static: error: undefined reference to 'frexp' libavcodec/libavcodec.a(mpegaudiodec_float.o):mpegaudiodec_float.c:function decode_init_static: error: undefined reference to 'llrint' libavcodec/libavcodec.a(mpegaudiodec_float.o):mpegaudiodec_float.c:function decode_init_static: error: undefined reference to 'tan' libavcodec/libavcodec.a(mpegvideo_enc.o):mpegvideo_enc.c:function ff_mpv_encode_picture: error: undefined reference to '__aeabi_d2lz' libavcodec/libavcodec.a(mscc.o):mscc.c:function decode_frame: error: undefined reference to 'inflateReset' libavcodec/libavcodec.a(mscc.o):mscc.c:function decode_close: error: undefined reference to 'inflateEnd' libavcodec/libavcodec.a(mscc.o):mscc.c:function decode_init: error: undefined reference to 'inflateInit_' libavcodec/libavcodec.a(on2avc.o):on2avc.c:function on2avc_decode_init: error: undefined reference to 'ceil' libavcodec/libavcodec.a(on2avc.o):on2avc.c:function on2avc_decode_init: error: undefined reference to 'ceil' libavcodec/libavcodec.a(opus_celt.o):opus_celt.c:function ff_celt_decode_frame: error: undefined reference to 'exp2f' libavcodec/libavcodec.a(opus_celt.o):opus_celt.c:function ff_celt_decode_frame: error: undefined reference to 'exp2f' libavcodec/libavcodec.a(opus_pvq.o):opus_pvq.c:function pvq_encode_band: error: undefined reference to 'atan2f' libavcodec/libavcodec.a(opus_pvq.o):opus_pvq.c:function pvq_decode_band: error: undefined reference to '__aeabi_ul2f' libavcodec/libavcodec.a(pngdec.o):pngdec.c:function decode_zbuf: error: undefined reference to 'inflateInit_' libavcodec/libavcodec.a(pngdec.o):pngdec.c:function decode_zbuf: error: undefined reference to 'inflateEnd' libavcodec/libavcodec.a(pngdec.o):pngdec.c:function decode_text_chunk.isra.3: error: undefined reference to 'memchr' libavcodec/libavcodec.a(pngenc.o):pngenc.c:function png_write_row: error: undefined reference to 'deflate' libavcodec/libavcodec.a(pngenc.o):pngenc.c:function encode_frame: error: undefined reference to 'deflate' libavcodec/libavcodec.a(pngenc.o):pngenc.c:function encode_frame: error: undefined reference to 'deflateReset' libavcodec/libavcodec.a(pngenc.o):pngenc.c:function encode_apng: error: undefined reference to 'deflateBound' libavcodec/libavcodec.a(pngenc.o):pngenc.c:function encode_png: error: undefined reference to 'deflateBound' libavcodec/libavcodec.a(pngenc.o):pngenc.c:function png_enc_close: error: undefined reference to 'deflateEnd' libavcodec/libavcodec.a(pngenc.o):pngenc.c:function png_enc_init: error: undefined reference to 'deflateInit2_' libavcodec/libavcodec.a(pnm.o):pnm.c:function ff_pnm_decode_header: error: undefined reference to 'atoi' libavcodec/libavcodec.a(pnm.o):pnm.c:function ff_pnm_decode_header: error: undefined reference to 'atoi' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function async_lock: error: undefined reference to 'pthread_cond_wait' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function async_unlock: error: undefined reference to 'pthread_cond_broadcast' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function park_frame_worker_threads: error: undefined reference to 'pthread_cond_wait' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function ff_thread_decode_frame: error: undefined reference to 'pthread_cond_signal' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function ff_thread_decode_frame: error: undefined reference to 'pthread_cond_signal' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function ff_thread_report_progress: error: undefined reference to 'pthread_cond_broadcast' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function ff_thread_finish_setup: error: undefined reference to 'pthread_cond_broadcast' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function ff_frame_thread_free: error: undefined reference to 'pthread_join' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function ff_frame_thread_free: error: undefined reference to 'pthread_mutex_destroy' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function ff_frame_thread_free: error: undefined reference to 'pthread_cond_destroy' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function ff_frame_thread_free: error: undefined reference to 'pthread_cond_destroy' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function ff_frame_thread_init: error: undefined reference to 'pthread_mutex_init' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function ff_frame_thread_init: error: undefined reference to 'pthread_cond_init' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function ff_frame_thread_init: error: undefined reference to 'pthread_cond_init' libavcodec/libavcodec.a(pthread_frame.o):pthread_frame.c:function ff_frame_thread_init: error: undefined reference to 'pthread_create' libavcodec/libavcodec.a(qdmc.o):qdmc.c:function qdmc_decode_init: error: undefined reference to 'floor' libavcodec/libavcodec.a(qdmc.o):qdmc.c:function qdmc_decode_init: error: undefined reference to '__aeabi_d2lz' libavcodec/libavcodec.a(ra288.o):ra288.c:function ra288_decode_frame: error: undefined reference to 'exp' libavcodec/libavcodec.a(ra288.o):ra288.c:function ra288_decode_frame: error: undefined reference to 'log10' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function get_qscale: error: undefined reference to '__aeabi_ul2d' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function get_qscale: error: undefined reference to '__aeabi_ul2d' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function get_qscale: error: undefined reference to '__aeabi_ul2d' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function get_qscale: error: undefined reference to '__aeabi_ul2d' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function modify_qscale: error: undefined reference to 'log' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function modify_qscale: error: undefined reference to 'log' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function modify_qscale: error: undefined reference to 'log' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function ff_write_pass1_stats: error: undefined reference to 'snprintf' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function ff_vbv_update: error: undefined reference to 'ceil' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function ff_rate_estimate_qscale: error: undefined reference to '__aeabi_d2ulz' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function ff_rate_estimate_qscale: error: undefined reference to '__aeabi_ul2f' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function ff_rate_estimate_qscale: error: undefined reference to '__aeabi_f2ulz' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function ff_rate_estimate_qscale: error: undefined reference to '__aeabi_ul2f' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function ff_rate_estimate_qscale: error: undefined reference to '__aeabi_f2ulz' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function ff_rate_control_init: error: undefined reference to '__aeabi_d2ulz' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function ff_rate_control_init: error: undefined reference to '__aeabi_ul2f' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function ff_rate_control_init: error: undefined reference to '__aeabi_f2ulz' libavcodec/libavcodec.a(ratecontrol.o):ratecontrol.c:function ff_rate_control_init: error: undefined reference to '__aeabi_f2ulz' libavcodec/libavcodec.a(resample2.o):resample2.c:function av_resample_init: error: undefined reference to 'ceil' libavcodec/libavcodec.a(sinewin_fixed.o):sinewin_fixed.c:function ff_sine_window_init_fixed: error: undefined reference to 'floor' libavcodec/libavcodec.a(sipr16k.o):sipr16k.c:function ff_sipr_decode_frame_16k: error: undefined reference to 'log10f' libavcodec/libavcodec.a(tiff.o):tiff.c:function get_geokey_val: error: undefined reference to 'bsearch' libavcodec/libavcodec.a(tiff.o):tiff.c:function get_geokey_val: error: undefined reference to 'snprintf' libavcodec/libavcodec.a(tiff.o):tiff.c:function decode_frame: error: undefined reference to 'snprintf' libavcodec/libavcodec.a(utvideodec.o):utvideodec.c:function build_huff: error: undefined reference to 'qsort' libavcodec/libavcodec.a(utvideodec.o):utvideodec.c:function build_huff10: error: undefined reference to 'qsort' libavcodec/libavcodec.a(vorbisdec.o):vorbisdec.c:function vorbis_parse_setup_hdr: error: undefined reference to 'ldexp' libavcodec/libavcodec.a(vorbisdec.o):vorbisdec.c:function vorbis_parse_setup_hdr: error: undefined reference to 'ldexp' libavcodec/libavcodec.a(vorbisdec.o):vorbisdec.c:function vorbis_parse_setup_hdr: error: undefined reference to 'atan' libavcodec/libavcodec.a(vorbisdec.o):vorbisdec.c:function vorbis_parse_setup_hdr: error: undefined reference to 'atan' libavcodec/libavcodec.a(wma.o):wma.c:function ff_wma_init: error: undefined reference to '__aeabi_l2f' libavcodec/libavcodec.a(wmavoice.o):wmavoice.c:function postfilter.constprop.4: error: undefined reference to 'log10f' libavcodec/libavcodec.a(wmavoice.o):wmavoice.c:function postfilter.constprop.4: error: undefined reference to 'log10f' libavcodec/libavcodec.a(wmavoice.o):wmavoice.c:function synth_superframe: error: undefined reference to 'expf' libavcodec/libavcodec.a(xbmdec.o):xbmdec.c:function xbm_decode_frame: error: undefined reference to 'memchr' libavcodec/libavcodec.a(xbmdec.o):xbmdec.c:function xbm_decode_frame: error: undefined reference to 'memchr' libavcodec/libavcodec.a(xpmdec.o):xpmdec.c:function xpm_decode_frame: error: undefined reference to 'strcspn' libavcodec/libavcodec.a(xpmdec.o):xpmdec.c:function xpm_decode_frame: error: undefined reference to 'strncpy' libavcodec/libavcodec.a(xpmdec.o):xpmdec.c:function xpm_decode_frame: error: undefined reference to 'bsearch' libavfilter/libavfilter.a(af_acrusher.o):af_acrusher.c:function config_input: error: undefined reference to 'lround' libavfilter/libavfilter.a(af_acrusher.o):af_acrusher.c:function filter_frame: error: undefined reference to 'fmod' libavfilter/libavfilter.a(af_acrusher.o):af_acrusher.c:function filter_frame: error: undefined reference to 'lround' libavfilter/libavfilter.a(af_acrusher.o):af_acrusher.c:function filter_frame: error: undefined reference to 'roundf' libavfilter/libavfilter.a(af_acrusher.o):af_acrusher.c:function filter_frame: error: undefined reference to 'log' libavfilter/libavfilter.a(af_acrusher.o):af_acrusher.c:function filter_frame: error: undefined reference to 'roundf' libavfilter/libavfilter.a(af_acrusher.o):af_acrusher.c:function filter_frame: error: undefined reference to 'fmod' libavfilter/libavfilter.a(af_aemphasis.o):af_aemphasis.c:function config_input: error: undefined reference to 'hypot' libavfilter/libavfilter.a(af_aemphasis.o):af_aemphasis.c:function config_input: error: undefined reference to 'hypot' libavfilter/libavfilter.a(af_afade.o):af_afade.c:function fade_gain: error: undefined reference to 'asin' libavfilter/libavfilter.a(af_afade.o):af_afade.c:function fade_gain: error: undefined reference to 'acos' libavfilter/libavfilter.a(af_afade.o):af_afade.c:function fade_gain: error: undefined reference to 'log10' libavfilter/libavfilter.a(af_afade.o):af_afade.c:function fade_gain: error: undefined reference to '__powidf2' libavfilter/libavfilter.a(af_afade.o):af_afade.c:function fade_gain: error: undefined reference to '__powidf2' libavfilter/libavfilter.a(af_afftfilt.o):af_afftfilt.c:function config_input: error: undefined reference to 'cosh' libavfilter/libavfilter.a(af_afftfilt.o):af_afftfilt.c:function config_input: error: undefined reference to '__powisf2' libavfilter/libavfilter.a(af_afftfilt.o):af_afftfilt.c:function config_input: error: undefined reference to '__powisf2' libavfilter/libavfilter.a(af_afftfilt.o):af_afftfilt.c:function config_input: error: undefined reference to '__powidf2' libavfilter/libavfilter.a(af_afftfilt.o):af_afftfilt.c:function config_input: error: undefined reference to '__powidf2' libavfilter/libavfilter.a(af_anequalizer.o):af_anequalizer.c:function draw_curves.isra.0: error: undefined reference to 'hypot' libavfilter/libavfilter.a(af_anequalizer.o):af_anequalizer.c:function draw_curves.isra.0: error: undefined reference to 'log10' libavfilter/libavfilter.a(af_anequalizer.o):af_anequalizer.c:function equalizer: error: undefined reference to 'tan' libavfilter/libavfilter.a(af_anequalizer.o):af_anequalizer.c:function equalizer: error: undefined reference to 'tan' libavfilter/libavfilter.a(af_apulsator.o):af_apulsator.c:function lfo_get_value: error: undefined reference to 'fmod' libavfilter/libavfilter.a(af_apulsator.o):af_apulsator.c:function lfo_advance.constprop.2: error: undefined reference to 'fmod' libavfilter/libavfilter.a(af_ashowinfo.o):af_ashowinfo.c:function filter_frame: error: undefined reference to 'strcpy' libavfilter/libavfilter.a(af_ashowinfo.o):af_ashowinfo.c:function filter_frame: error: undefined reference to 'strcpy' libavfilter/libavfilter.a(af_astats.o):af_astats.c:function filter_frame: error: undefined reference to 'llrintf' libavfilter/libavfilter.a(af_astats.o):af_astats.c:function filter_frame: error: undefined reference to 'llrintf' libavfilter/libavfilter.a(af_astats.o):af_astats.c:function filter_frame: error: undefined reference to 'log10' libavfilter/libavfilter.a(af_biquads.o):af_biquads.c:function config_output: error: undefined reference to 'sinh' libavfilter/libavfilter.a(af_compand.o):af_compand.c:function config_output: error: undefined reference to 'atan2' libavfilter/libavfilter.a(af_compand.o):af_compand.c:function config_output: error: undefined reference to 'atan2' libavfilter/libavfilter.a(af_dynaudnorm.o):af_dynaudnorm.c:function setup_compress_thresh: error: undefined reference to 'erf' libavfilter/libavfilter.a(af_dynaudnorm.o):af_dynaudnorm.c:function get_max_local_gain: error: undefined reference to 'erf' libavfilter/libavfilter.a(af_dynaudnorm.o):af_dynaudnorm.c:function filter_frame: error: undefined reference to 'erf' libavfilter/libavfilter.a(af_dynaudnorm.o):af_dynaudnorm.c:function filter_frame: error: undefined reference to 'erf' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to 'fopen' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to 'log2' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to 'log2' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to 'log2' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to '__isnanf' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to '__isinff' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to 'fclose' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to 'fputs' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to 'fprintf' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to 'fprintf' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to 'fprintf' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to 'fprintf' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to 'hypotf' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function generate_kernel: error: undefined reference to 'fclose' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function gain_interpolate_func: error: undefined reference to 'bsearch' libavfilter/libavfilter.a(af_firequalizer.o):af_firequalizer.c:function cubic_interpolate_func: error: undefined reference to 'bsearch' libavfilter/libavfilter.a(af_flanger.o):af_flanger.c:function config_input: error: undefined reference to 'rint' libavfilter/libavfilter.a(af_flanger.o):af_flanger.c:function filter_frame: error: undefined reference to 'modf' libavfilter/libavfilter.a(af_headphone.o):af_headphone.c:function filter_frame: error: undefined reference to 'expf' libavfilter/libavfilter.a(af_headphone.o):af_headphone.c:function config_output: error: undefined reference to 'expf' libavfilter/libavfilter.a(af_loudnorm.o):af_loudnorm.c:function frame_size: error: undefined reference to 'lround' libavfilter/libavfilter.a(af_silencedetect.o):af_silencedetect.c:function av_ts_make_time_string: error: undefined reference to 'strcpy' libavfilter/libavfilter.a(af_surround.o):af_surround.c:function filter_5_1_back: error: undefined reference to 'hypotf' libavfilter/libavfilter.a(af_surround.o):af_surround.c:function filter_5_1_back: error: undefined reference to 'hypotf' libavfilter/libavfilter.a(af_surround.o):af_surround.c:function filter_5_1_back: error: undefined reference to 'atan2f' libavfilter/libavfilter.a(af_surround.o):af_surround.c:function filter_5_1_back: error: undefined reference to 'atan2f' libavfilter/libavfilter.a(af_surround.o):af_surround.c:function filter_5_1_back: error: undefined reference to 'hypotf' libavfilter/libavfilter.a(af_vibrato.o):af_vibrato.c:function filter_frame: error: undefined reference to 'modf' libavfilter/libavfilter.a(af_volume.o):af_volume.c:function filter_frame: error: undefined reference to '__aeabi_l2f' libavfilter/libavfilter.a(asrc_sine.o):asrc_sine.c:function init: error: undefined reference to 'ldexp' libavfilter/libavfilter.a(asrc_sine.o):asrc_sine.c:function init: error: undefined reference to 'ldexp' libavfilter/libavfilter.a(avf_aphasemeter.o):avf_aphasemeter.c:function filter_frame: error: undefined reference to '__isnanf' libavfilter/libavfilter.a(avf_avectorscope.o):avf_avectorscope.c:function filter_frame: error: undefined reference to 'cbrtf' libavfilter/libavfilter.a(avf_avectorscope.o):avf_avectorscope.c:function filter_frame: error: undefined reference to 'cbrtf' libavfilter/libavfilter.a(avf_avectorscope.o):avf_avectorscope.c:function filter_frame: error: undefined reference to 'logf' libavfilter/libavfilter.a(avf_avectorscope.o):avf_avectorscope.c:function filter_frame: error: undefined reference to 'logf' libavfilter/libavfilter.a(avf_showcqt.o):avf_showcqt.c:function calculate_gamma: error: undefined reference to 'cbrtf' libavfilter/libavfilter.a(avf_showcqt.o):avf_showcqt.c:function calculate_gamma: error: undefined reference to 'logf' libavfilter/libavfilter.a(avf_showcqt.o):avf_showcqt.c:function init: error: undefined reference to '__isnanf' libavfilter/libavfilter.a(avf_showfreqs.o):avf_showfreqs.c:function config_output: error: undefined reference to 'cosh' libavfilter/libavfilter.a(avf_showfreqs.o):avf_showfreqs.c:function config_output: error: undefined reference to '__powisf2' libavfilter/libavfilter.a(avf_showfreqs.o):avf_showfreqs.c:function config_output: error: undefined reference to '__powisf2' libavfilter/libavfilter.a(avf_showspectrum.o):avf_showspectrum.c:function config_output: error: undefined reference to 'cosh' libavfilter/libavfilter.a(avf_showspectrum.o):avf_showspectrum.c:function calc_channel_phases: error: undefined reference to 'atan2' libavfilter/libavfilter.a(avf_showspectrum.o):avf_showspectrum.c:function showspectrumpic_request_frame: error: undefined reference to 'ceilf' libavfilter/libavfilter.a(f_bench.o):f_bench.c:function filter_frame: error: undefined reference to 'strtoll' libavfilter/libavfilter.a(f_drawgraph.o):f_drawgraph.c:function request_frame: error: undefined reference to 'ceilf' libavfilter/libavfilter.a(f_drawgraph.o):f_drawgraph.c:function request_frame: error: undefined reference to '__isnanf' libavfilter/libavfilter.a(f_ebur128.o):f_ebur128.c:function drawtext: error: undefined reference to 'vsnprintf' libavfilter/libavfilter.a(f_ebur128.o):f_ebur128.c:function filter_frame: error: undefined reference to 'strcpy' libavfilter/libavfilter.a(f_metadata.o):f_metadata.c:function print_file: error: undefined reference to 'vsnprintf' libavfilter/libavfilter.a(f_select.o):f_select.c:function filter_frame: error: undefined reference to 'strtoll' libavfilter/libavfilter.a(f_select.o):f_select.c:function filter_frame: error: undefined reference to 'strtoll' libavfilter/libavfilter.a(f_select.o):f_select.c:function filter_frame: error: undefined reference to 'ceilf' libavfilter/libavfilter.a(f_sendcmd.o):f_sendcmd.c:function init: error: undefined reference to 'strspn' libavfilter/libavfilter.a(f_sendcmd.o):f_sendcmd.c:function init: error: undefined reference to 'strspn' libavfilter/libavfilter.a(f_sendcmd.o):f_sendcmd.c:function init: error: undefined reference to 'strspn' libavfilter/libavfilter.a(f_sendcmd.o):f_sendcmd.c:function init: error: undefined reference to 'qsort' libavfilter/libavfilter.a(formats.o):formats.c:function ff_parse_channel_layout: error: undefined reference to '__errno' libavfilter/libavfilter.a(vaf_spectrumsynth.o):vaf_spectrumsynth.c:function config_output: error: undefined reference to 'cosh' libavfilter/libavfilter.a(vf_curves.o):vf_curves.c:function dump_curves: error: undefined reference to '__errno' libavfilter/libavfilter.a(vf_curves.o):vf_curves.c:function dump_curves: error: undefined reference to 'fwrite' libavfilter/libavfilter.a(vf_curves.o):vf_curves.c:function dump_curves: error: undefined reference to 'fclose' libavfilter/libavfilter.a(vf_dctdnoiz.o):vf_dctdnoiz.c:function config_input: error: undefined reference to 'ceilf' libavfilter/libavfilter.a(vf_deband.o):vf_deband.c:function config_input: error: undefined reference to 'floorf' libavfilter/libavfilter.a(vf_deshake.o):vf_deshake.c:function find_motion: error: undefined reference to 'atan2' libavfilter/libavfilter.a(vf_deshake.o):vf_deshake.c:function filter_frame: error: undefined reference to 'fwrite' libavfilter/libavfilter.a(vf_deshake.o):vf_deshake.c:function init: error: undefined reference to 'fopen' libavfilter/libavfilter.a(vf_deshake.o):vf_deshake.c:function init: error: undefined reference to 'fwrite' libavfilter/libavfilter.a(vf_fieldhint.o):vf_fieldhint.c:function filter_frame: error: undefined reference to 'fgets' libavfilter/libavfilter.a(vf_fieldhint.o):vf_fieldhint.c:function init: error: undefined reference to 'fopen' libavfilter/libavfilter.a(vf_lut3d.o):vf_lut3d.c:function parse_dat: error: undefined reference to 'fgets' libavfilter/libavfilter.a(vf_lut3d.o):vf_lut3d.c:function parse_dat: error: undefined reference to 'fgets' libavfilter/libavfilter.a(vf_lut3d.o):vf_lut3d.c:function parse_dat: error: undefined reference to 'fgets' libavfilter/libavfilter.a(vf_lut3d.o):vf_lut3d.c:function lut3d_init: error: undefined reference to 'strrchr' libavfilter/libavfilter.a(vf_nnedi.o):vf_nnedi.c:function init: error: undefined reference to 'fseek' libavfilter/libavfilter.a(vf_nnedi.o):vf_nnedi.c:function init: error: undefined reference to 'ftell' libavfilter/libavfilter.a(vf_palettegen.o):vf_palettegen.c:function get_palette_frame: error: undefined reference to 'qsort' libavfilter/libavfilter.a(vf_paletteuse.o):vf_paletteuse.c:function load_colormap: error: undefined reference to 'fwrite' libavfilter/libavfilter.a(vf_psnr.o):vf_psnr.c:function do_psnr: error: undefined reference to 'fputs' libavfilter/libavfilter.a(vf_psnr.o):vf_psnr.c:function do_psnr: error: undefined reference to 'fputs' libavfilter/libavfilter.a(vf_psnr.o):vf_psnr.c:function do_psnr: error: undefined reference to 'fputs' libavfilter/libavfilter.a(vf_psnr.o):vf_psnr.c:function do_psnr: error: undefined reference to 'fputc' libavfilter/libavfilter.a(vf_psnr.o):vf_psnr.c:function do_psnr: error: undefined reference to 'fputc' libavfilter/libavfilter.a(vf_psnr.o):vf_psnr.c:function init: error: undefined reference to '__sF' libavfilter/libavfilter.a(vf_psnr.o):vf_psnr.c:function uninit: error: undefined reference to '__sF' libavfilter/libavfilter.a(vf_signature.o):vf_signature.c:function export: error: undefined reference to 'fputc' libavfilter/libavfilter.a(vf_signature.o):vf_signature.c:function export: error: undefined reference to 'fputc' libavfilter/libavfilter.a(vf_ssim.o):vf_ssim.c:function init: error: undefined reference to '__sF' libavfilter/libavfilter.a(vf_ssim.o):vf_ssim.c:function uninit: error: undefined reference to '__sF' libavresample/libavresample.a(audio_convert.o):audio_convert.c:function conv_AV_SAMPLE_FMT_FLTP_to_AV_SAMPLE_FMT_S32: error: undefined reference to 'llrintf' libswresample/libswresample.a(dither.o):dither.c:function swri_noise_shaping_int16: error: undefined reference to 'rint' libswresample/libswresample.a(dither.o):dither.c:function swri_noise_shaping_int32: error: undefined reference to 'rint' libswresample/libswresample.a(dither.o):dither.c:function swri_noise_shaping_float: error: undefined reference to 'rint' libavformat/libavformat.a(aadec.o):aadec.c:function aa_read_header: error: undefined reference to 'strncpy' libavformat/libavformat.a(asfdec_f.o):asfdec_f.c:function asf_read_packet: error: undefined reference to '__assert2' libavformat/libavformat.a(asfdec_o.o):asfdec_o.c:function asf_read_properties: error: undefined reference to 'gmtime_r' libavformat/libavformat.a(asfdec_o.o):asfdec_o.c:function asf_read_properties: error: undefined reference to 'strftime' libavformat/libavformat.a(async.o):async.c:function async_close: error: undefined reference to 'pthread_join' libavformat/libavformat.a(async.o):async.c:function async_open: error: undefined reference to 'pthread_create' libavformat/libavformat.a(aviobuf.o):aviobuf.c:function avio_printf: error: undefined reference to 'vsnprintf' libavformat/libavformat.a(cache.o):cache.c:function cache_close: error: undefined reference to 'close' libavformat/libavformat.a(cache.o):cache.c:function cache_open: error: undefined reference to 'unlink' libavformat/libavformat.a(cache.o):cache.c:function cache_read: error: undefined reference to 'lseek64' libavformat/libavformat.a(cache.o):cache.c:function cache_read: error: undefined reference to 'read' libavformat/libavformat.a(cache.o):cache.c:function cache_read: error: undefined reference to 'lseek64' libavformat/libavformat.a(cache.o):cache.c:function cache_read: error: undefined reference to 'write' libavformat/libavformat.a(cutils.o):cutils.c:function ff_brktimegm: error: undefined reference to 'gmtime_r' libavformat/libavformat.a(dashenc.o):dashenc.c:function format_date_now.constprop.5: error: undefined reference to 'time' libavformat/libavformat.a(dashenc.o):dashenc.c:function format_date_now.constprop.5: error: undefined reference to 'gmtime_r' libavformat/libavformat.a(dashenc.o):dashenc.c:function format_date_now.constprop.5: error: undefined reference to 'strftime' libavformat/libavformat.a(dashenc.o):dashenc.c:function dash_flush: error: undefined reference to 'unlink' libavformat/libavformat.a(dashenc.o):dashenc.c:function dash_write_trailer: error: undefined reference to 'unlink' libavformat/libavformat.a(dashenc.o):dashenc.c:function dash_write_trailer: error: undefined reference to 'unlink' libavformat/libavformat.a(dashenc.o):dashenc.c:function dash_init: error: undefined reference to 'strrchr' libavformat/libavformat.a(dashenc.o):dashenc.c:function dash_init: error: undefined reference to 'strrchr' libavformat/libavformat.a(data_uri.o):data_uri.c:function data_open: error: undefined reference to 'memchr' libavformat/libavformat.a(fifo.o):fifo.c:function fifo_write_trailer: error: undefined reference to 'pthread_join' libavformat/libavformat.a(fifo.o):fifo.c:function fifo_write_header: error: undefined reference to 'pthread_create' libavformat/libavformat.a(file.o):file.c:function file_close_dir: error: undefined reference to 'closedir' libavformat/libavformat.a(file.o):file.c:function file_read_dir: error: undefined reference to 'readdir' libavformat/libavformat.a(file.o):file.c:function file_read_dir: error: undefined reference to 'lstat' libavformat/libavformat.a(file.o):file.c:function file_close: error: undefined reference to 'close' libavformat/libavformat.a(file.o):file.c:function file_seek: error: undefined reference to 'fstat' libavformat/libavformat.a(file.o):file.c:function file_seek: error: undefined reference to 'lseek64' libavformat/libavformat.a(file.o):file.c:function file_read: error: undefined reference to 'read' libavformat/libavformat.a(file.o):file.c:function file_move: error: undefined reference to 'rename' libavformat/libavformat.a(file.o):file.c:function file_delete: error: undefined reference to 'rmdir' libavformat/libavformat.a(file.o):file.c:function file_open_dir: error: undefined reference to 'opendir' libavformat/libavformat.a(file.o):file.c:function file_check: error: undefined reference to 'access' libavformat/libavformat.a(file.o):file.c:function file_check: error: undefined reference to 'access' libavformat/libavformat.a(file.o):file.c:function file_check: error: undefined reference to 'access' libavformat/libavformat.a(file.o):file.c:function file_write: error: undefined reference to 'write' libavformat/libavformat.a(file.o):file.c:function file_open: error: undefined reference to 'fstat' libavformat/libavformat.a(format.o):format.c:function av_match_ext: error: undefined reference to 'strrchr' libavformat/libavformat.a(ftp.o):ftp.c:function ftp_read_dir: error: undefined reference to 'strtoumax' libavformat/libavformat.a(ftp.o):ftp.c:function ftp_read_dir: error: undefined reference to 'strtoumax' libavformat/libavformat.a(ftp.o):ftp.c:function ftp_read_dir: error: undefined reference to 'strtoumax' libavformat/libavformat.a(ftp.o):ftp.c:function ftp_read_dir: error: undefined reference to 'strtoll' libavformat/libavformat.a(hdsenc.o):hdsenc.c:function ff_rename: error: undefined reference to 'rename' libavformat/libavformat.a(hdsenc.o):hdsenc.c:function hds_write_trailer: error: undefined reference to 'rmdir' libavformat/libavformat.a(hdsenc.o):hdsenc.c:function hds_write_header: error: undefined reference to 'mkdir' libavformat/libavformat.a(hls.o):hls.c:function parse_playlist: error: undefined reference to 'atof' libavformat/libavformat.a(hls.o):hls.c:function parse_playlist: error: undefined reference to 'strncpy' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function ff_rename: error: undefined reference to 'rename' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_window: error: undefined reference to 'localtime_r' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_window: error: undefined reference to 'strftime' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_window: error: undefined reference to 'gmtime_r' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_window: error: undefined reference to 'mktime' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_start: error: undefined reference to 'time' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_start: error: undefined reference to 'localtime_r' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_start: error: undefined reference to 'mkdir' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_start: error: undefined reference to 'mkdir' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_append_segment: error: undefined reference to 'llround' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_append_segment: error: undefined reference to 'strerror' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_append_segment: error: undefined reference to 'strerror' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_write_packet: error: undefined reference to '__aeabi_f2lz' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function parse_playlist: error: undefined reference to 'atof' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_write_header: error: undefined reference to 'time' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_write_header: error: undefined reference to 'localtime_r' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_write_header: error: undefined reference to '__aeabi_f2lz' libavformat/libavformat.a(hlsenc.o):hlsenc.c:function hls_write_header: error: undefined reference to '__aeabi_f2lz' libavformat/libavformat.a(hlsproto.o):hlsproto.c:function parse_playlist: error: undefined reference to 'atof' libavformat/libavformat.a(http.o):http.c:function http_buf_read: error: undefined reference to 'strtoull' libavformat/libavformat.a(http.o):http.c:function http_read_header: error: undefined reference to 'strtoull' libavformat/libavformat.a(http.o):http.c:function http_read_header: error: undefined reference to 'strtoull' libavformat/libavformat.a(http.o):http.c:function http_read_header: error: undefined reference to 'strtoull' libavformat/libavformat.a(http.o):http.c:function http_read_header: error: undefined reference to 'inflateInit2_' libavformat/libavformat.a(http.o):http.c:function http_read_header: error: undefined reference to 'zlibCompileFlags' libavformat/libavformat.a(http.o):http.c:function http_open_cnx_internal: error: undefined reference to 'getenv' libavformat/libavformat.a(http.o):http.c:function http_open_cnx_internal: error: undefined reference to 'getenv' libavformat/libavformat.a(img2dec.o):img2dec.c:function ff_img_read_packet: error: undefined reference to 'stat' libavformat/libavformat.a(img2enc.o):img2enc.c:function write_packet: error: undefined reference to 'rename' libavformat/libavformat.a(matroskadec.o):matroskadec.c:function matroska_read_header: error: undefined reference to 'lround' libavformat/libavformat.a(matroskadec.o):matroskadec.c:function webm_dash_manifest_read_header: error: undefined reference to 'strcat' libavformat/libavformat.a(mmst.o):mmst.c:function send_command_packet: error: undefined reference to 'strerror' libavformat/libavformat.a(mmst.o):mmst.c:function mms_safe_send_recv: error: undefined reference to 'strerror' libavformat/libavformat.a(network.o):network.c:function ff_poll_interrupt.constprop.4: error: undefined reference to 'poll' libavformat/libavformat.a(network.o):network.c:function ff_network_wait_fd: error: undefined reference to 'poll' libavformat/libavformat.a(network.o):network.c:function ff_socket: error: undefined reference to 'socket' libavformat/libavformat.a(network.o):network.c:function ff_socket: error: undefined reference to 'socket' libavformat/libavformat.a(network.o):network.c:function ff_socket: error: undefined reference to 'fcntl' libavformat/libavformat.a(network.o):network.c:function ff_listen: error: undefined reference to 'setsockopt' libavformat/libavformat.a(network.o):network.c:function ff_listen: error: undefined reference to 'bind' libavformat/libavformat.a(network.o):network.c:function ff_listen: error: undefined reference to 'listen' libavformat/libavformat.a(network.o):network.c:function ff_accept: error: undefined reference to 'accept' libavformat/libavformat.a(network.o):network.c:function ff_listen_bind: error: undefined reference to 'close' libavformat/libavformat.a(network.o):network.c:function ff_listen_connect: error: undefined reference to 'connect' libavformat/libavformat.a(network.o):network.c:function ff_listen_connect: error: undefined reference to 'getsockopt' libavformat/libavformat.a(os_support.o):os_support.c:function ff_inet_aton: error: undefined reference to 'inet_aton' libavformat/libavformat.a(os_support.o):os_support.c:function ff_socket_nonblock: error: undefined reference to 'fcntl' libavformat/libavformat.a(os_support.o):os_support.c:function ff_socket_nonblock: error: undefined reference to 'fcntl' libavformat/libavformat.a(os_support.o):os_support.c:function ff_socket_nonblock: error: undefined reference to 'fcntl' libavformat/libavformat.a(rtpdec.o):rtpdec.c:function ff_rtp_parse_open: error: undefined reference to 'gethostname' libavformat/libavformat.a(rtpproto.o):rtpproto.c:function url_add_option.constprop.2: error: undefined reference to 'vsnprintf' libavformat/libavformat.a(rtpproto.o):rtpproto.c:function rtp_parse_addr_list: error: undefined reference to 'getaddrinfo' libavformat/libavformat.a(rtpproto.o):rtpproto.c:function rtp_parse_addr_list: error: undefined reference to 'gai_strerror' libavformat/libavformat.a(rtpproto.o):rtpproto.c:function rtp_parse_addr_list: error: undefined reference to 'freeaddrinfo' libavformat/libavformat.a(rtpproto.o):rtpproto.c:function rtp_parse_addr_list: error: undefined reference to 'freeaddrinfo' libavformat/libavformat.a(rtpproto.o):rtpproto.c:function rtp_read: error: undefined reference to 'poll' libavformat/libavformat.a(rtpproto.o):rtpproto.c:function rtp_read: error: undefined reference to 'recvfrom' libavformat/libavformat.a(rtpproto.o):rtpproto.c:function rtp_write: error: undefined reference to 'sendto' libavformat/libavformat.a(rtsp.o):rtsp.c:function get_sockaddr: error: undefined reference to 'getaddrinfo' libavformat/libavformat.a(rtsp.o):rtsp.c:function get_sockaddr: error: undefined reference to 'gai_strerror' libavformat/libavformat.a(rtsp.o):rtsp.c:function get_sockaddr: error: undefined reference to 'freeaddrinfo' libavformat/libavformat.a(rtsp.o):rtsp.c:function sdp_read_header: error: undefined reference to 'getnameinfo' libavformat/libavformat.a(rtsp.o):rtsp.c:function sdp_read_header: error: undefined reference to 'gai_strerror' libavformat/libavformat.a(rtsp.o):rtsp.c:function rtp_read_header: error: undefined reference to 'getsockname' libavformat/libavformat.a(rtsp.o):rtsp.c:function ff_rtsp_fetch_packet: error: undefined reference to 'poll' libavformat/libavformat.a(rtsp.o):rtsp.c:function ff_rtsp_make_setup_request: error: undefined reference to 'getnameinfo' libavformat/libavformat.a(rtsp.o):rtsp.c:function ff_rtsp_connect: error: undefined reference to 'getpeername' libavformat/libavformat.a(rtsp.o):rtsp.c:function ff_rtsp_connect: error: undefined reference to 'getnameinfo' libavformat/libavformat.a(rtsp.o):rtsp.c:function rtsp_parse_rtp_info: error: undefined reference to 'strtoul' libavformat/libavformat.a(rtsp.o):rtsp.c:function rtsp_parse_rtp_info: error: undefined reference to 'strtoul' libavformat/libavformat.a(sapenc.o):sapenc.c:function sap_write_header: error: undefined reference to 'getaddrinfo' libavformat/libavformat.a(sapenc.o):sapenc.c:function sap_write_header: error: undefined reference to 'freeaddrinfo' libavformat/libavformat.a(sapenc.o):sapenc.c:function sap_write_header: error: undefined reference to 'getsockname' libavformat/libavformat.a(sdp.o):sdp.c:function resolve_destination.constprop.3: error: undefined reference to 'getaddrinfo' libavformat/libavformat.a(sdp.o):sdp.c:function resolve_destination.constprop.3: error: undefined reference to 'getnameinfo' libavformat/libavformat.a(smoothstreamingenc.o):smoothstreamingenc.c:function ism_write_header: error: undefined reference to 'mkdir' libavformat/libavformat.a(smoothstreamingenc.o):smoothstreamingenc.c:function ism_flush: error: undefined reference to 'rmdir' libavformat/libavformat.a(smoothstreamingenc.o):smoothstreamingenc.c:function ism_write_trailer: error: undefined reference to 'rmdir' libavformat/libavformat.a(tcp.o):tcp.c:function tcp_shutdown: error: undefined reference to 'shutdown' libavformat/libavformat.a(tcp.o):tcp.c:function tcp_close: error: undefined reference to 'close' libavformat/libavformat.a(tcp.o):tcp.c:function tcp_write: error: undefined reference to 'send' libavformat/libavformat.a(tcp.o):tcp.c:function tcp_read: error: undefined reference to 'recv' libavformat/libavformat.a(tcp.o):tcp.c:function tcp_open: error: undefined reference to 'gai_strerror' libavformat/libavformat.a(tcp.o):tcp.c:function tcp_open: error: undefined reference to 'setsockopt' libavformat/libavformat.a(tcp.o):tcp.c:function tcp_open: error: undefined reference to 'setsockopt' libavformat/libavformat.a(tcp.o):tcp.c:function tcp_get_window_size: error: undefined reference to 'getsockopt' libavformat/libavformat.a(udp.o):udp.c:function udp_close: error: undefined reference to 'setsockopt' libavformat/libavformat.a(udp.o):udp.c:function udp_write: error: undefined reference to 'sendto' libavformat/libavformat.a(udp.o):udp.c:function udp_write: error: undefined reference to 'send' libavformat/libavformat.a(udp.o):udp.c:function udp_read: error: undefined reference to 'recv' libavformat/libavformat.a(udp.o):udp.c:function ff_udp_set_remote_url: error: undefined reference to 'connect' libavformat/libavformat.a(udp.o):udp.c:function udp_open: error: undefined reference to 'bind' libavformat/libavformat.a(udp.o):udp.c:function udp_open: error: undefined reference to 'bind' libavformat/libavformat.a(udp.o):udp.c:function udp_open: error: undefined reference to 'getsockname' libavformat/libavformat.a(udp.o):udp.c:function udp_open: error: undefined reference to 'getsockopt' libavformat/libavformat.a(udp.o):udp.c:function udp_open: error: undefined reference to 'connect' libavformat/libavformat.a(unix.o):unix.c:function unix_write: error: undefined reference to 'send' libavformat/libavformat.a(unix.o):unix.c:function unix_read: error: undefined reference to 'recv' libavformat/libavformat.a(webmdashenc.o):webmdashenc.c:function get_duration: error: undefined reference to 'atof' libavutil/libavutil.a(strtod.o):strtod.c:function avpriv_strtod: error: undefined reference to 'strtod' libavutil/libavutil.a(cpu.o):cpu.c:function av_cpu_count: error: undefined reference to 'sched_getaffinity' libavutil/libavutil.a(cpu.o):cpu.c:function av_cpu_count: error: undefined reference to '__sched_cpucount' libavutil/libavutil.a(error.o):error.c:function av_strerror: error: undefined reference to 'strerror_r' libavutil/libavutil.a(eval.o):eval.c:function eval_expr: error: undefined reference to 'trunc' libavutil/libavutil.a(eval.o):eval.c:function eval_expr: error: undefined reference to 'round' libavutil/libavutil.a(eval.o):eval.c:function av_strtod: error: undefined reference to 'strtoul' libavutil/libavutil.a(eval.o):eval.c:function parse_primary: error: undefined reference to 'sinh' libavutil/libavutil.a(eval.o):eval.c:function parse_primary: error: undefined reference to 'tanh' libavutil/libavutil.a(eval.o):eval.c:function parse_primary: error: undefined reference to 'asin' libavutil/libavutil.a(eval.o):eval.c:function parse_primary: error: undefined reference to 'acos' libavutil/libavutil.a(eval.o):eval.c:function parse_primary: error: undefined reference to 'fabs' libavutil/libavutil.a(file.o):file.c:function av_file_map: error: undefined reference to 'fstat' libavutil/libavutil.a(file.o):file.c:function av_file_map: error: undefined reference to 'mmap' libavutil/libavutil.a(file.o):file.c:function av_file_unmap: error: undefined reference to 'munmap' libavutil/libavutil.a(file_open.o):file_open.c:function avpriv_open: error: undefined reference to 'open' libavutil/libavutil.a(file_open.o):file_open.c:function avpriv_tempfile: error: undefined reference to 'mkstemp' libavutil/libavutil.a(file_open.o):file_open.c:function avpriv_tempfile: error: undefined reference to 'mkstemp' libavutil/libavutil.a(file_open.o):file_open.c:function av_fopen_utf8: error: undefined reference to 'fdopen' libavutil/libavutil.a(log.o):log.c:function colored_fputs: error: undefined reference to 'getenv' libavutil/libavutil.a(log.o):log.c:function colored_fputs: error: undefined reference to 'getenv' libavutil/libavutil.a(log.o):log.c:function colored_fputs: error: undefined reference to 'isatty' libavutil/libavutil.a(log.o):log.c:function av_log_default_callback: error: undefined reference to 'isatty' libavutil/libavutil.a(mathematics.o):mathematics.c:function av_gcd: error: undefined reference to '__ctzdi2' libavutil/libavutil.a(mathematics.o):mathematics.c:function av_gcd: error: undefined reference to '__ctzdi2' libavutil/libavutil.a(mathematics.o):mathematics.c:function av_gcd: error: undefined reference to '__ctzdi2' libavutil/libavutil.a(mem.o):mem.c:function av_malloc: error: undefined reference to 'posix_memalign' libavutil/libavutil.a(mem.o):mem.c:function av_realloc: error: undefined reference to 'realloc' libavutil/libavutil.a(mem.o):mem.c:function av_free: error: undefined reference to 'free' libavutil/libavutil.a(parseutils.o):parseutils.c:function av_parse_time: error: undefined reference to 'mktime' libavutil/libavutil.a(random_seed.o):random_seed.c:function av_get_random_seed: error: undefined reference to 'arc4random' libavutil/libavutil.a(rational.o):rational.c:function av_d2q: error: undefined reference to 'frexp' libavutil/libavutil.a(time.o):time.c:function av_gettime: error: undefined reference to 'gettimeofday' libavutil/libavutil.a(time.o):time.c:function av_gettime_relative: error: undefined reference to 'clock_gettime' libavutil/libavutil.a(time.o):time.c:function av_usleep: error: undefined reference to 'nanosleep' libavdevice/libavdevice.a(fbdev_common.o):fbdev_common.c:function ff_fbdev_get_device_list: error: undefined reference to 'ioctl' libavdevice/libavdevice.a(fbdev_common.o):fbdev_common.c:function ff_fbdev_get_device_list: error: undefined reference to 'ioctl' libavdevice/libavdevice.a(fbdev_dec.o):fbdev_dec.c:function fbdev_read_packet: error: undefined reference to 'nanosleep' libavdevice/libavdevice.a(fbdev_dec.o):fbdev_dec.c:function fbdev_read_packet: error: undefined reference to 'ioctl' libavdevice/libavdevice.a(fbdev_dec.o):fbdev_dec.c:function fbdev_read_close: error: undefined reference to 'munmap' libavdevice/libavdevice.a(fbdev_dec.o):fbdev_dec.c:function fbdev_read_header: error: undefined reference to 'ioctl' libavdevice/libavdevice.a(fbdev_dec.o):fbdev_dec.c:function fbdev_read_header: error: undefined reference to 'mmap' libavdevice/libavdevice.a(lavfi.o):lavfi.c:function lavfi_read_header: error: undefined reference to 'fflush' libavdevice/libavdevice.a(v4l2.o):v4l2.c:function device_open: error: undefined reference to 'open' libavdevice/libavdevice.a(v4l2.o):v4l2.c:function device_open: error: undefined reference to 'open' libavdevice/libavdevice.a(v4l2.o):v4l2.c:function device_open: error: undefined reference to 'dup' libavdevice/libavdevice.a(v4l2.o):v4l2.c:function device_open: error: undefined reference to 'read' libavdevice/libavdevice.a(v4l2.o):v4l2.c:function device_open: error: undefined reference to 'mmap' libavdevice/libavdevice.a(v4l2.o):v4l2.c:function device_open: error: undefined reference to 'munmap' libavdevice/libavdevice.a(v4l2.o):v4l2.c:function v4l2_get_device_list: error: undefined reference to 'opendir' libavdevice/libavdevice.a(v4l2.o):v4l2.c:function v4l2_get_device_list: error: undefined reference to 'readdir' libavdevice/libavdevice.a(v4l2.o):v4l2.c:function v4l2_get_device_list: error: undefined reference to 'closedir'

期待指导,感谢解答!

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.