Compile options for up to date ffmpeg not working.

The place to discuss linux version of MakeMKV
Post Reply
miklnk
Posts: 1
Joined: Sun Jul 12, 2015 1:56 am

Compile options for up to date ffmpeg not working.

Post by miklnk »

I tried compiling makemkv-oss-1.9.4 with the latest version of ffmpeg with the suggested configure flags of:

Code: Select all

./configure --prefix=/tmp/ffmpeg --enable-static --disable-shared --enable-pic --disable-yasm
but the configure script returns:

Code: Select all

configure: WARNING: unrecognized options: --enable-static, --disable-shared, --enable-pic, --disable-yasm
Anyone know what is going on here?
rickyjm
Posts: 13
Joined: Mon Jun 09, 2014 11:13 pm

Re: Compile options for up to date ffmpeg not working.

Post by rickyjm »

WARNING: unrecognized options:
Hi, either something needs to be updated or make sure that you're in the correct directory when executing that command?
Always back it up. Image
Mikemk
Posts: 10
Joined: Wed Nov 26, 2014 7:42 am

Re: Compile options for up to date ffmpeg not working.

Post by Mikemk »

It worked for me about 62 minutes ago using ffmpeg 2.7.2
Post Reply