1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-28 00:00:18 +01:00

Upgraded flac to 1.3.1

This commit is contained in:
Leland Lucius
2015-05-01 03:33:07 -05:00
parent 423bc8ac4d
commit 4d08ed4287
825 changed files with 95569 additions and 26009 deletions

View File

@@ -1,6 +1,6 @@
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2013 Xiph.Org Foundation
# Copyright (C) 2011-2014 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
@@ -26,6 +26,7 @@ check_SCRIPTS = \
test_grabbag.sh \
test_flac.sh \
test_metaflac.sh \
test_replaygain.sh \
test_seeking.sh \
test_streams.sh \
test_compression.sh
@@ -54,6 +55,7 @@ endif
$(TESTS_ENVIRONMENT) ./test_grabbag.sh
$(TESTS_ENVIRONMENT) ./test_flac.sh
$(TESTS_ENVIRONMENT) ./test_metaflac.sh
$(TESTS_ENVIRONMENT) ./test_replaygain.sh
$(TESTS_ENVIRONMENT) ./test_seeking.sh
$(TESTS_ENVIRONMENT) ./test_streams.sh
$(TESTS_ENVIRONMENT) ./test_compression.sh