]> git.sesse.net Git - vlc/commit
contrib: add minimal errno.h target (for WinCE)
authorPierre Ynard <linkfanel@yahoo.fr>
Thu, 12 Nov 2009 02:05:56 +0000 (03:05 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Thu, 12 Nov 2009 02:05:56 +0000 (03:05 +0100)
commit181dbe9efe7917b2ba5f75f64bf07d11ca6ca0d2
tree8e172cb8775a5b25ba1bd02a3bb55380ff06826c
parent1a881eeb4f5c869d5b894152901c57e867659127
contrib: add minimal errno.h target (for WinCE)

WinCE lacks errno support and thus doesn't have an errno.h header.
Since it is used like everywhere, contribs and VLC, we add a .errno
target in the contribs, that fetches a minimal errno.h that allows
everything to compile smoothly.

This is how it was done before too.
extras/contrib/src/Makefile
extras/contrib/src/packages.mak