Search found 2 matches
- Sat Jan 20, 2018 7:37 pm
- Forum: MakeMKV for Linux
- Topic: Apparent libavcodec version detection bug
- Replies: 9
- Views: 29475
Re: Apparent libavcodec version detection bug
There is a linker dependency ordering issue at the root of this: When checking on the various bits required to compile the OSS portion of MKV, the library 'libavutil.a' is being injected too far down the link order. Not sure what controls this as AUTOCONF is used. Trying to peel the onion. The offen...
- Thu Jan 05, 2017 7:53 am
- Forum: MakeMKV for Linux
- Topic: MakeMKV 1.10.4 - Build Fails FFmpeg-3.2.2 (Ubuntu 15.10)
- Replies: 2
- Views: 10873
Re: MakeMKV 1.10.4 - Build Fails FFmpeg-3.2.2 (Ubuntu 15.10)
similar issues with MakeMKV 1.10.3 and for kicks, I regressed to 1.9.8. Something with the dependency sequences in ffmpeg 3.2.2 will need addressing with ./configure. I backed up to ffmpeg 1.2.12 and the MakeMKV configure works. For playing around with dependency isolation, look at the 'config.log'....