1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 07:35:51 +01:00

Upgrades libsndfile to 1.0.24.

This commit is contained in:
lllucius
2011-04-03 03:08:57 +00:00
parent dbf2cdf605
commit fa00dd005f
267 changed files with 13363 additions and 14998 deletions

View File

@@ -1,6 +1,6 @@
[+ AutoGen5 template c +]
/*
** Copyright (C) 2001-2009 Erik de Castro Lopo <erikd@mega-nerd.com>
** Copyright (C) 2001-2011 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
@@ -27,12 +27,12 @@
#include <stdlib.h>
#include <string.h>
#if (OS_IS_WIN32)
#if (OS_IS_WIN32 || HAVE_PIPE == 0 || HAVE_WAITPID == 0)
int
main (void)
{
puts (" pipe_test : this test doesn't work on win32.") ;
puts (" pipe_test : this test doesn't work on this OS.") ;
return 0 ;
} /* main */