Changeset f9851130 in ffmpeg

Timestamp:
Jun 29, 2012, 12:52:07 PM (12 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
3b1ab197
Parents:
e312fcde
git-author:
Ronald S. Bultje <rsbultje@gmail.com> (06/24/12 18:26:31)
git-committer:
Martin Storsjö <martin@martin.st> (06/29/12 12:52:07)
Message:

random_seed: Only read /dev/*random if we have unistd.h

unistd.h is used for open/read/close, but if this header does not
exist, there's probably no use in trying to open /dev/*random
at all.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.