1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

Remove unused variable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24139 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-24 11:16:32 +00:00
parent 4225bf59d4
commit 9fdcecc029

View File

@ -438,7 +438,6 @@ block_metrics_3dnow(unsigned char *a, unsigned char *b, int as, int bs,
mp_msg(MSGT_VFILTER, MSGL_FATAL, "block_metrics_3dnow: internal error\n");
#else
static const unsigned long long ones = 0x0101010101010101ull;
unsigned long interlaced;
BLOCK_METRICS_TEMPLATE();
asm volatile("movq %%mm7, %0\n\temms" : "=m" (tm));