On 07/03/2012, at 18.50, Måns Rullgård wrote:

> Diego Biurrun <di...@biurrun.de> writes:
> 
>> On Wed, Mar 07, 2012 at 04:50:24PM +0000, Måns Rullgård wrote:
>>> Gil Pedersen <g...@cmi.aau.dk> 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_cpusubtype_ALL
>>>> -        SHFLAGS='-dynamiclib -Wl,-single_module 
>>>> -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR)'
>>>>         enabled x86_32 && append SHFLAGS -Wl,-read_only_relocs,suppress
>>>>         add_ldflags -Wl,-dynamic,-search_paths_first
>>>>         SLIBSUF=".dylib"
>>>>         
>>>> SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME).$(LIBVERSION)$(SLIBSUF)'
>>>>         SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(FULLNAME).$(LIBMAJOR)$(SLIBSUF)'
>>>> +        SHFLAGS='-dynamiclib -Wl,-single_module 
>>>> -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR)'
>>> 
>>> Why are you moving the line?
>> 
>> To be able to use the definition of SLIBNAME_WITH_MAJOR.
> 
> But it's not used.  Hint: single quotes.

That is true. It should work just as well in the original place. Better 
actually, since I forgot to move the next line causing it to malfunction on 
32-bit. I'll verify that it actually works and resubmit later.

/Gil
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to