Mercurial > mplayer.hg
comparison Makefile @ 33597:2ef9298a81e7
Avoid va_copy, it is not generally available
(sometimes it is still called __va_copy), it was
missing a matching va_end and this approach is the
one given as example in the vsnprintf man page.
author | reimar |
---|---|
date | Mon, 20 Jun 2011 20:10:28 +0000 |
parents | a39c61198f93 |
children | 4dc685f18963 |
comparison
equal
deleted
inserted
replaced
33596:cb7c33804101 | 33597:2ef9298a81e7 |
---|