1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-24 07:01:16 +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 @@
#!/usr/bin/python2.5
#!/usr/bin/python
# Copyright (C) 2006 Erik de Castro Lopo <erikd@mega-nerd.com>
# Copyright (C) 2006-2011 Erik de Castro Lopo <erikd@mega-nerd.com>
#
# All rights reserved.
#
@@ -97,13 +97,13 @@ def handle_file (fname):
print " %s" % item
errors += 1
param_index += 2
return errors
#===============================================================================
if len (sys.argv) > 1:
print "%s\n binheader_writef_check :" % sys.argv [0],
print "\n binheader_writef_check :",
sys.stdout.flush ()
errors = 0
for fname in sys.argv [1:]:
@@ -112,5 +112,5 @@ if len (sys.argv) > 1:
print "\nErrors : %d\n" % errors
sys.exit (1)
print "ok"
print "ok\n"