Re: [libav-devel] [PATCH] configure: Change dylib install names to include major version

2012-03-08 Thread Diego Biurrun
On Thu, Mar 08, 2012 at 11:39:11AM +, Måns Rullgård wrote: > Gil Pedersen writes: > > Updated patch verified to produce versioned libraries using "otool -D". > > > > From ed79754dfa97fa083b62040a07695547599a5509 Mon Sep 17 00:00:00 2001 > > From: Gil Pedersen > > Date: Wed, 7 Mar 2012 17:03:0

Re: [libav-devel] [PATCH] configure: Change dylib install names to include major version

2012-03-08 Thread Måns Rullgård
Gil Pedersen writes: > Updated patch verified to produce versioned libraries using "otool -D". > > /Gil > > > From ed79754dfa97fa083b62040a07695547599a5509 Mon Sep 17 00:00:00 2001 > From: Gil Pedersen > Date: Wed, 7 Mar 2012 17:03:06 +0100 > Subject: [PATCH] configure: Change dylib install name

Re: [libav-devel] [PATCH] configure: Change dylib install names to include major version

2012-03-08 Thread Gil Pedersen
Updated patch verified to produce versioned libraries using "otool -D". /Gil 0001-configure-Change-dylib-install-names-to-include-majo.patch Description: 0001-configure-Change-dylib-install-names-to-include-majo.patch ___ libav-devel mailing list liba

Re: [libav-devel] [PATCH] configure: Change dylib install names to include major version

2012-03-07 Thread Gil Pedersen
On 07/03/2012, at 18.50, Måns Rullgård wrote: > Diego Biurrun writes: > >> On Wed, Mar 07, 2012 at 04:50:24PM +, Måns Rullgård wrote: >>> Gil Pedersen writes: --- a/configure +++ b/configure @@ -2462,12 +2462,12 @@ case $target_os in enable malloc_aligned

Re: [libav-devel] [PATCH] configure: Change dylib install names to include major version

2012-03-07 Thread Måns Rullgård
Diego Biurrun writes: > On Wed, Mar 07, 2012 at 04:50:24PM +, Måns Rullgård wrote: >> Gil Pedersen writes: >> > --- a/configure >> > +++ b/configure >> > @@ -2462,12 +2462,12 @@ case $target_os in >> > enable malloc_aligned >> > gas="gas-preprocessor.pl $cc" >> > e

Re: [libav-devel] [PATCH] configure: Change dylib install names to include major version

2012-03-07 Thread Diego Biurrun
On Wed, Mar 07, 2012 at 04:50:24PM +, Måns Rullgård wrote: > Gil Pedersen writes: > > --- a/configure > > +++ b/configure > > @@ -2462,12 +2462,12 @@ case $target_os in > > enable malloc_aligned > > gas="gas-preprocessor.pl $cc" > > enabled ppc && add_asflags -force_

Re: [libav-devel] [PATCH] configure: Change dylib install names to include major version

2012-03-07 Thread Måns Rullgård
Gil Pedersen writes: > This patch fixes an issue on Mac OS X/Darwin by preventing dynamic linking > against an incorrect major version, thus matching the linux behaviour. > > Regards, > Gil > > > From 883dcfba6080f4c4297826e0e795199077e75f16 Mon Sep 17 00:00:00 2001 > From: Gil Pedersen > Date:

[libav-devel] [PATCH] configure: Change dylib install names to include major version

2012-03-07 Thread Gil Pedersen
This patch fixes an issue on Mac OS X/Darwin by preventing dynamic linking against an incorrect major version, thus matching the linux behaviour. Regards, Gil 0001-configure-Change-dylib-install-names-to-include-majo.patch Description: 0001-configure-Change-dylib-install-names-to-include-majo.