Why is ffmpeg looking for shared libraries in a folder where I compiled
FFmpeg sources on macOS Catalina?

Source code of FFmpeg is located in /usr/local/Cellar/ffmpeg

./configure --enable-shared --extra-cflags="-fno-stack-check" --enable-gpl
 --enable-version3 --enable-pthreads --enable-nonfree
make

Then I put all compiled shared libraries and small ffmpeg binary file to a
folder:  /Users/aleks/test/

I call ./ffmpeg

Library not loaded: /usr/local/Cellar/ffmpeg/lib/libavdevice.58.dylib
Referenced from: /Users/aleks/test/./ffmpeg
Reason: image not found

Why? All shared libraries are located in the same folder as ffmpeg
executable:  /Users/aleks/test/
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to