Changeset cab2eb87 in ffmpeg

Timestamp:
Jun 30, 2012, 12:18:17 PM (12 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
5a608a23
Parents:
cdee08e3
git-author:
Martin Storsjö <martin@martin.st> (06/25/12 09:27:37)
git-committer:
Martin Storsjö <martin@martin.st> (06/30/12 12:18:17)
Message:

os_support: Rename the poll fallback function to ff_poll

The fallback function is a non-static function, we shouldn't be
defining non-static functions outside of the proper ff/av prefix
namespaces.

This is especially important for a function like poll, which
other parties (other libraries, or executables linking these
libraries) also might provide similar but incompatible fallbacks for.

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

(No files)

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