mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
default to FLAC__TEST_LEVEL=1
This commit is contained in:
@@ -35,6 +35,10 @@ PATH=../src/flac:$PATH
|
||||
PATH=../src/test_streams:$PATH
|
||||
PATH=../obj/$BUILD/bin:$PATH
|
||||
|
||||
if [ x"$FLAC__TEST_LEVEL" = x ] ; then
|
||||
FLAC__TEST_LEVEL=1
|
||||
fi
|
||||
|
||||
flac --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable"
|
||||
|
||||
run_flac ()
|
||||
|
||||
Reference in New Issue
Block a user