Changeset dfb57fc5 in ffmpeg

Timestamp:
Jun 29, 2012, 12:38:10 PM (12 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
e312fcde
Parents:
b92c7ee6
git-author:
Ronald S. Bultje <rsbultje@gmail.com> (06/24/12 18:05:21)
git-committer:
Martin Storsjö <martin@martin.st> (06/29/12 12:38:10)
Message:

rtpdec: Don't explicitly include unistd.h any longer

unistd.h used to be required for gethostname. On windows, gethostname
is provided by winsock2.h. Now network.h includes both unistd.h and
winsock2.h if they exist.

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

(No files)

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