[FFmpeg-devel] [Patch] Better ash support (under OS/2?)

Dave Yeo daveryeo
Mon Oct 29 03:14:45 CET 2007


Hi, Ash seems to be the most popular shell on OS/2 (as discussed on a 
different list). While ash runs configure fine the build fails due to 
broken include lines. This is due to this,
echo "BUILD_ROOT=\"$PWD\"" >> config.mak
Seems that $PWD is not set if $PWD was not set before invoking the shell 
and pwd or cd have not been executed. This simple patch would also take 
care of the unlikely condition where the cached value of $PWD was wrong.
Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ash.diff
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071028/a135c911/attachment.bin>



More information about the ffmpeg-devel mailing list