1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/multimedia/ffmpeg
FUJISHIMA Satsuki 9eb1333270 $ ffmpeg
/libexec/ld-elf.so.1: Shared object "libavcodec.so" not found
$ (cd /usr/local/lib; ls -l libavcodec.so*)
lrwxr-xr-x  1 root  wheel  15 Dec 22 00:32 libavcodec.so@ -> libavcodec.so.0
lrwxr-xr-x  1 root  wheel  13 Dec 22 00:32 libavcodec.so.0@ -> libavcodec.so
$ tail -5 /usr/ports/multimedia/ffmpeg/Makefile  | head -3
# add shared lib link
        @${LN} -sf libavcodec.so \
        ${PREFIX}/lib/libavcodec.so.${SHLIB_VERSION}

This inversion symlink problem fixed in ports/56721
(files/patch-libavcodec::Makefile) but this code left unremoved.
2003-12-27 23:02:44 +00:00
..
files Fix installation of shared libs, man page installation, and plist. 2003-12-08 03:26:41 +00:00
distinfo Update to 0.4.8 2003-10-08 13:37:43 +00:00
Makefile $ ffmpeg 2003-12-27 23:02:44 +00:00
pkg-descr
pkg-message
pkg-plist Update to 0.4.8 2003-10-08 13:37:43 +00:00