[Ffmpeg-cvslog] CVS: ffmpeg configure,1.216,1.217
Diego Biurrun CVS
diego
Tue Dec 6 10:38:15 CET 2005
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv9046
Modified Files:
configure
Log Message:
Add the necessary 'strip' commands to the BSD/OS section of configure because
BSD/OS does not like shared libraries without a symbol table and gives errors
when linking against libavcodec.so otherwise.
patch by Steven M. Schultz < sms == at == 2BSD == dot == COM >
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -d -r1.216 -r1.217
--- configure 29 Nov 2005 21:12:30 -0000 1.216
+++ configure 6 Dec 2005 09:38:12 -0000 1.217
@@ -323,6 +323,8 @@
dv1394="no"
extralibs="-lpoll -lgnugetopt -lm"
make="gmake"
+strip="strip -d"
+installstrip=""
;;
Darwin)
cc="cc"
More information about the ffmpeg-cvslog
mailing list