[xiph-cvs] cvs commit: postfish input.h postfish.h
Monty
xiphmont at xiph.org
Sat Oct 11 17:46:21 PDT 2003
xiphmont 03/10/11 20:46:21
Added: . input.h postfish.h
Log:
catch up CVS with local
Revision Changes Path
1.1 postfish/input.h
Index: input.h
===================================================================
<p><p>1.1 postfish/postfish.h
Index: postfish.h
===================================================================
/*
*
* postfish
*
* Copyright (C) 2002-2003 Monty
*
* Postfish is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* Postfish is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Postfish; see the file COPYING. If not, write to the
* Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*
*
*/
/* This project is a small, tightly tailored application. it is not
designed to be nigh-infinitely extensible, nor is it designed to be
reusable code. It's monolithic, inflexible, and designed that way
on purpose. */
#define _GNU_SOURCE
#define _LARGEFILE_SOURCE
#define _LARGEFILE64_SOURCE
#define _FILE_OFFSET_BITS 64
#define _REENTRANT 1
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/time.h>
#define __USE_GNU 1
#include <pthread.h>
#include <string.h>
#include <math.h>
#include <signal.h>
#include <fcntl.h>
typedef struct time_linkage {
int samples;
int channels;
int rate;
double **data;
} time_linkage;
extern pthread_mutex_t master_mutex;
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list