Search found 2 matches

by barney_1
Thu Nov 14, 2013 3:53 pm
Forum: MakeMKV for Linux
Topic: 1.8.6 won't compile with ‘AVCodecContext’ has no member...
Replies: 11
Views: 24740

Re: 1.8.6 won't compile with ‘AVCodecContext’ has no member.

thanks pusalieth, that fixed it for me.

I did have to uninstall the bleeding edge libav I compiled as a previous attempt to get this build to happen (sudo make uninstall).

If anyone is wondering, here's the ffmpeg info after installing from that ppa:
ffmpeg -version
ffmpeg version N-38577 ...
by barney_1
Wed Nov 13, 2013 10:46 pm
Forum: MakeMKV for Linux
Topic: 1.8.6 won't compile with ‘AVCodecContext’ has no member...
Replies: 11
Views: 24740

Re: 1.8.6 won't compile with ‘AVCodecContext’ has no member.

I also cannot get 1.8.6 to compile.

I've tried it with both the git version and version 2.1 of FFMEG:
ffmpeg -version
ffmpeg version 2.1
built on Nov 12 2013 23:10:15 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --prefix=/home/barney/ffmpeg_build --extra-cflags=-I/home/barney/ffmpeg ...