[Ffmpeg-devel] [PATCH] stripped shared libs on BSD/OS
Steven M. Schultz
sms
Sun Dec 4 07:52:30 CET 2005
Hi -
I've found another OS, in addition to OSX, that does not like
shared libraries without a symbol table.
On BSD/OS the linker gives this error when linking against
libavcodec.so
/usr/local/lib/libavcodec.so: file not recognized: File format not recognized
The attached patch adds the necessary 'strip' commands to the
BSD/OS section of ./configure
Cheers,
Steven Schultz
-------------- next part --------------
--- configure.dist Sat Dec 3 21:34:24 2005
+++ configure Sat Dec 3 21:34:53 2005
@@ -323,6 +323,8 @@
dv1394="no"
extralibs="-lpoll -lgnugetopt -lm"
make="gmake"
+strip="strip -d"
+installstrip=""
;;
Darwin)
cc="cc"
More information about the ffmpeg-devel
mailing list