Search found 5 matches

by prof27
Wed Mar 06, 2024 5:54 pm
Forum: MakeMKV for Linux
Topic: compilation 1.17.6 stops with la fonction « ffm_audio_encode
Replies: 8
Views: 10891

Re: compilation 1.17.6 stops with la fonction « ffm_audio_encode

Hi,
makemkv seems to have compiled after i made some additions in the Makefile about CC and CCXX flags( -std=gnu++11 )because my compiler is old (4.9.2).
It wrote many warnings but it ended with:
objcopy --strip-all --strip-debug --strip-unneeded --discard-all out/mmgplsrv.full out/mmgplsrv
type ...
by prof27
Tue Mar 05, 2024 11:13 pm
Forum: MakeMKV for Linux
Topic: compilation 1.17.6 stops with la fonction « ffm_audio_encode
Replies: 8
Views: 10891

Re: compilation 1.17.6 stops with la fonction « ffm_audio_encode

Hi.
I dit it and it works:
$ find /usr/ -name 'libavutil*.*' 2>/dev/null
/usr/doc/ffmpeg/doc/examples/pc-uninstalled/libavutil-uninstalled.pc
/usr/doc/ffmpeg/doc/libavutil.html
/usr/doc/ffmpeg/doc/libavutil.3
/usr/doc/ffmpeg/doc/libavutil.pod.d
/usr/doc/ffmpeg/doc/libavutil.html.d
/usr/doc/ffmpeg ...
by prof27
Tue Mar 05, 2024 11:25 am
Forum: MakeMKV for Linux
Topic: compilation 1.17.6 stops with la fonction « ffm_audio_encode
Replies: 8
Views: 10891

Re: compilation 1.17.6 stops with la fonction « ffm_audio_encode

Hi thanks again.
I was very surprised by the founded versions of libavutil.
Of course one of them would be libavutil 58 as ffmpeg claims .
But it is missing in /usr/local.
So i went to the ffmpeg 's directory and do make install again and obtains the same result
$ find /usr/ -name 'libavutil*' 2 ...
by prof27
Mon Mar 04, 2024 11:55 pm
Forum: MakeMKV for Linux
Topic: compilation 1.17.6 stops with la fonction « ffm_audio_encode
Replies: 8
Views: 10891

Re: compilation 1.17.6 stops with la fonction « ffm_audio_encode

Thanks for help.
Problem is that many libavutil are founded because i have compiled so many things besides rpm paquets (mageia=fedora for this point). So founded a big bazard.

First I have compiled ffmpeg from tarball. Prefix installation is /us/local.
$ ffmpeg -version
ffmpeg version 6.0.1 ...
by prof27
Mon Mar 04, 2024 6:13 pm
Forum: MakeMKV for Linux
Topic: compilation 1.17.6 stops with la fonction « ffm_audio_encode
Replies: 8
Views: 10891

compilation 1.17.6 stops with la fonction « ffm_audio_encode

Hi. On a mageia-5.1 old but good enough for me i 'd ever compiled makemkv 1.16.7.
but compilation 1.17.6 failed this time:
here is the Konsole output:
tmp/libffabi/src/ffabi.c.o: dans la fonction « ffm_audio_encode_init »:
ffabi.c:(.text+0xc4d): référence indéfinie vers « av_channel_layout_from_mask ...