[FFmpeg-devel] [PATCH] Fix compilation on OpenBSD

Andrew Savchenko bircoph
Mon Nov 17 21:34:57 CET 2008


Hello,

the following patch allows to compile libavcodec on OpenBSD-4.2.
This allows to compile MPlayer on this system. The problem is that 
there is no #define INFINITY in OpenBSD, but HUGE_VAL is.

(However, I can't test FFmpeg itself outside 
libavcodec/libavformat/libavutil/libpostproc due to the following.
The latest gmake in ports for this version of OpenBSD is 
gmake-3.80, and it dies with the following:
$ gmake
gmake: *** virtual memory exhausted.  Stop.

Afaik, this is fixed in recent gnu make version. But I'm not a 
system owner and I'm not allowed to install this kind of software 
outside of main ports tree.)

-- 
Best regards,
Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nellymoserenc.patch
Type: text/x-diff
Size: 463 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081117/acaf6697/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081117/acaf6697/attachment.pgp>



More information about the ffmpeg-devel mailing list