On Thu, May 26, 2011 at 11:08:16PM -0700, Dave Yeo wrote:
> On 05/26/11 05:53 am, Diego Biurrun wrote:
>> Libav should now compile out-of-the-box on OS/2 and the
>> information contained in the linked page is badly outdated.
>
> It compiles out of the box with the correct shell ((pdk)sh). Unluckily  
> eCS ships with ash which has a bug where $PWD is not initially set. This  
> results in everything going smoothly till the end when linking  
> ffmpeg.exe fails with 39 missing symbols due to bad -L options.

Does adding

  PWD=$(pwd)

to the beginning of configure fix the issue?

> I've done some updating of the page to make it more current for libav  
> and FFmpeg. This could be easily split into two pages if requested.

One for FFmpeg and one for Libav?

  --- doc/texi2pod.pl   (revision 10843)
  +++ doc/texi2pod.pl   (working copy)
  @@ -1,4 +1,6 @@
  -#! /usr/bin/perl -w
  +#!perl
  +    eval 'exec perl -wS $0 ${1+"$@"}'
  +        if 0;
 
Does replacing the first line with

  #!/usr/bin/env perl -w

work?  That is something I could apply directly to Libav.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to