OSDN Git Service

Create shared libraries using versioned filenames and add -rpath-link
authorMåns Rullgård <mans@mansr.com>
Thu, 11 May 2006 20:36:00 +0000 (20:36 +0000)
committerMåns Rullgård <mans@mansr.com>
Thu, 11 May 2006 20:36:00 +0000 (20:36 +0000)
commitbaa3a937815c8bcd47b84cd4a3b450705197b27a
tree27654b0c0f30e3475a9a457fde9c70763537a6fd
parent8dcf48a8c368dff8a4bfdcd7db6aa581788a2954
Create shared libraries using versioned filenames and add -rpath-link
to LDFLAGS so linker finds them when using --as-needed (which is default
in some installations).  Using --as-needed is generally a good thing, so
add that explicitly as well.

Originally committed as revision 5362 to svn://svn.ffmpeg.org/ffmpeg/trunk
common.mak
configure