anthwlock / untrunc

Restore a truncated mp4/mov. Improved version of ponchio/untrunc
GNU General Public License v2.0
1.9k stars 182 forks source link

Cant configure #24

Closed spiral009 closed 5 years ago

spiral009 commented 5 years ago

log.txt

anthwlock commented 5 years ago

What setup/compiler/ffmpeg do you use? (uname -a, g++ --version, ffmpeg -version) If you are using ffmpeg < 3.1, try make FF_VER=3.3.9, as described here.

spiral009 commented 5 years ago
Linux localhost 3.10.86-g0c14827 #2 SMP PREEMPT Thu Jul 12 13:13:34 CST 2018 aarch64 Android
====
clang version 8.0.0 (tags/RELEASE_800/final)
Target: aarch64-unknown-linux-android
Thread model: posix
InstalledDir: /data/data/com.termux/files/usr/bin

I use the static build

'
$ ffmpeg -version
ffmpeg version N-48875-g58d167bcd5-static https://johnvansickle.com/ffmpeg/  Copyright (c) 2000-2019 the FFmpeg developers
anthwlock commented 5 years ago

Hmm, and what compiler are you using? In your log it says:

codec.cpp:247:43: error: no member named 'channels' in 'AVFrame'

But from ffmpeg version 2.0 to current nightly 'channels' is indeed a member of AVFrame!

Where do you get the API-Headers from? It looks like https://johnvansickle.com/ffmpeg/ only publishes the final executables, not the static libs?

anthwlock commented 5 years ago

closing because inactive.