Mercurial > mplayer.hg
view libmpcodecs/vf_scale.h @ 16867:d836b98d9619
gcc -dumpmachine outputs x86_64-something on some machines and
amd64-something on others. Handle both cases. Fixes bug #325.
patch by Pawel Sakowski < pawel __ dot __ sakowski __ dot __ pl >
author | diego |
---|---|
date | Wed, 26 Oct 2005 20:40:19 +0000 |
parents | 35f52ad860a0 |
children | f580a7755ac5 |
line wrap: on
line source
//GPL int get_sws_cpuflags(); struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);