[x264-devel] [PATCH] macosx: version the libraries

Sean McGovern gseanmcg at gmail.com
Sat Jan 28 00:51:09 CET 2012


On Friday, January 27, 2012, Loren Merritt <lorenm at u.washington.edu> wrote:
> On Wed, 25 Jan 2012, Sean McGovern wrote:
>
>> --- a/configure
>> +++ b/configure
>> @@ -1042,6 +1042,7 @@ fi
>>
>>  if [ "$shared" = "yes" ]; then
>>      API=$(grep '#define X264_BUILD' < ${SRCPATH}/x264.h | cut -f 3 -d '
')
>> +    echo "API=$API" >> config.mak
>>      if [ "$SYS" = "WINDOWS" -o "$SYS" = "CYGWIN" ]; then
>>          echo "SONAME=libx264-$API.dll" >> config.mak
>>          if [ $compiler = ICL ]; then
>
> Why do you need to export the variable to make, as opposed to
> dereferencing it on the configure side?

I guess that was a bit extraneous -- OK I will resubmit with that part
removed.

-- Sean McG.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20120127/e6a21041/attachment.html>


More information about the x264-devel mailing list