diff options
author | Max Kellermann <max@duempel.org> | 2009-04-01 16:37:13 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-04-01 16:37:13 +0200 |
commit | 4d9151f842e8e0857d34660562f3b1168fbf48d7 (patch) | |
tree | 155846047fcde10920c29cb3485ee2056979de68 /scripts | |
parent | 7a8bfb8a45ed37b46ee839ad6ba40e134dacfce1 (diff) | |
download | mpd-4d9151f842e8e0857d34660562f3b1168fbf48d7.tar.gz mpd-4d9151f842e8e0857d34660562f3b1168fbf48d7.tar.xz mpd-4d9151f842e8e0857d34660562f3b1168fbf48d7.zip |
test.sh: disable libcue support in one test
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test.sh b/scripts/test.sh index 1e3a5eb0e..b97af6695 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -41,6 +41,7 @@ CFLAGS="$CFLAGS -DNDEBUG" \ --disable-shout-ogg --disable-shout-mp3 --disable-lame \ --disable-ffmpeg --disable-wavpack --disable-mpc --disable-aac \ --disable-flac --disable-oggvorbis --disable-oggflac --disable-audiofile \ + --disable-cue \ --with-zeroconf=no $MAKE install $MAKE distclean |