]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/PCM.c
Slovenian translation update by Matej Urbančič
[vlc] / modules / visualization / galaktos / PCM.c
index 14e8be41b290bf30ea0165c8ff8af2fba9269fcc..82162f3f332ed30671d10d3a2b2a2147b49fe2ef 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * PCM.c:
  *****************************************************************************
- * Copyright (C) 2004 VideoLAN
+ * Copyright (C) 2004 the VideoLAN team
  * $Id$
  *
  * Authors: Cyril Deguet <asmax@videolan.org>
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 
@@ -32,6 +32,9 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <inttypes.h>
+
+#include "fftsg.h"
 
 double **PCMd;    //data structure to store PCM data  PCM[channels][maxsamples]
 int maxsamples;   //size of PCM buffer