What do I need to do to create a static multimedia/ffmpeg executable on FreeBSD 9.3-RELEASE? I've tried different settings in /etc/make.conf and Makefile but nothing is working.
When I type
When I type
BTW: There are reasons why I want to build a static multimedia/ffmpeg binary.
When I type
ffmpeg, I see "--enable-shared". I want to compile the multimedia/ffmpeg port and see "--disable-shared" and "--enable-static" when I type the ffmpeg command.When I type
ldd /usr/local/bin/ffmpeg, I see ffmpeg pointing to shared libraries, which is not what I want.BTW: There are reasons why I want to build a static multimedia/ffmpeg binary.