aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libfame/files/patch-src__half_mmx.h
blob: cac9d0640f435e92dce2e5e8d3e9aecae4e3336e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/half_mmx.h.orig	2002-04-30 22:04:02.000000000 +0400
+++ src/half_mmx.h	2014-12-01 01:08:04.000000000 +0300
@@ -18,7 +18,7 @@
 */
 /**************************** half-pixel interpolation ***********************/
 
-static short const _mmx_one[] = { 1, 1, 1, 1 };
+short const _mmx_one[] = { 1, 1, 1, 1 };
 
 static void inline mmx_interpolate(unsigned char **ref,
 				   int pitch,