]> git.sesse.net Git - vlc/blobdiff - plugins/downmix/ac3_downmix_sse.c
* Win32 compilation fixes when downmixsse and downmix3dn are declared as
[vlc] / plugins / downmix / ac3_downmix_sse.c
index 24b338ade5e10fbf84d470e3b9562b7a980a00a8..ff2d0c13d895a239d3263b1813b826f200f1f202 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_downmix_sse.c: accelerated SSE ac3 downmix functions
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: ac3_downmix_sse.c,v 1.9 2001/12/30 07:09:54 sam Exp $
+ * $Id: ac3_downmix_sse.c,v 1.10 2002/04/01 16:08:23 gbazin Exp $
  *
  * Authors: Renaud Dartus <reno@videolan.org>
  *          Aaron Holtzman <aholtzma@engr.uvic.ca>
@@ -29,7 +29,7 @@
 
 #include "ac3_downmix.h"
 
-const float sqrt2_sse __asm__ ("sqrt2_sse") __attribute__ ((aligned (16))) = 0.7071068;
+static const float sqrt2_sse __asm__ ("sqrt2_sse") __attribute__ ((aligned (16))) = 0.7071068;
 
 void _M( downmix_3f_2r_to_2ch ) (float * samples, dm_par_t * dm_par)
 {