Make Command Won't Link FFMpeg

78 Views Asked by At

I am trying to install FFMpeg and I am using a Mac.

I keep getting

archive member '/' not a mach-o file in '[The path to the directory]/libavdevice/libavdevice.a'

And there is one for each libav folder.

I am running the following commands

git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure  --prefix=/usr/local
make

I'm not too sure what I should be expecting, but an error is definitely not it

-- edit --

I have also tried with FFMpeg version 3.0. And I got the same error

0

There are 0 best solutions below