-
ffmpeg make install error
i had ffmpeg installed via macports and then i noticed i didn’t have libfaac enabled. i also was seeing issues with my encoded outputs not having the bit rates or other parameters that i had specified in my commands.
i decided to do a more manual re-install so i went by this guide https://pitchpublish.com/?p=173 until i had this error upon finally running install:$ sudo make install
INSTALL libavdevice/libavdevice.a
LD libavutil/libavutil.51.dylib
ld: library not found for -lXfixes
collect2: ld returned 1 exit status
make: *** [libavutil/libavutil.51.dylib] Error 1that was yesterday. today, i decided to try installing a different build of ffmpeg so i followed this guide (i’m running snow leopard on my mac) https://www.itecsoftware.com/install-ffmpeg-on-mac-snow-leopard
now i get this error when i install:
Undefined symbols:
“_sem_timedwait”, referenced from:
_audio_read_packet in libavdevice.a(jack_audio.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1i have wasted a lot of time trying to get ffmpeg back and running correctly. i’ve googled everything i can think of and the answers i’m finding are too technical for me. i need clear instructions on what i might be able to do to fix this problem. i know jack and libavdevice are both in /usr/local/include but i don’t know what to do with them (if anything).
any ffmpeg install wizards out there that might be able to lend a hand?
thank you,
-ryan