Add some missing GPL headers.

pull/3/head
Jonathan Moore Liles 2008-06-15 19:36:16 -05:00
parent bb7e7b46f6
commit 93464cec05
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,8 @@
#include "util/debug.h"
const Audio_File::format_desc Audio_File_SF::supported_formats[] =
{
{ "Wav 24", "wav", SF_FORMAT_WAV | SF_FORMAT_PCM_24 | SF_ENDIAN_FILE },
@ -47,6 +49,8 @@ const Audio_File::format_desc Audio_File_SF::supported_formats[] =
{ 0, 0 }
};
Audio_File_SF *
Audio_File_SF::from_file ( const char *filename )
{

View File

@ -25,6 +25,8 @@
#include <stdio.h> // sprintf
/* nframes is the number of frames to buffer */
Port::Port ( jack_port_t *port )
{