Mercurial > mplayer.hg
view libmpcodecs/vf_scale.h @ 20359:4795f0a7fb62
IPv6 tests for the presence of AF_INET6 but not struct sockaddr_in6. Glibc 2.0
has AF_INET6 but doesn't have sockaddr_in6. Disable IPv6 in such cases.
taken from a patch by Mikulas Patocka, mikulas (at) artax karlin mff cuni cz
author | diego |
---|---|
date | Sun, 22 Oct 2006 14:51:17 +0000 |
parents | f580a7755ac5 |
children | 6ac1ece1f9fe |
line wrap: on
line source
//GPL int get_sws_cpuflags(void); struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);