mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
stop FLAC test from stomping on USB configuration
git-svn-id: svn://localhost/ardour2/trunk@595 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
89621191fb
commit
4fc63557fd
1 changed files with 1 additions and 5 deletions
|
|
@ -431,11 +431,7 @@ libraries['usb'] = conf.Finish ()
|
|||
libraries['flac'] = LibraryInfo ()
|
||||
|
||||
conf = Configure (libraries['flac'])
|
||||
if conf.CheckLib ('FLAC', 'flac_buffer_copy'):
|
||||
have_libusb = True
|
||||
else:
|
||||
have_libusb = False
|
||||
|
||||
conf.CheckLib ('FLAC', 'flac_buffer_copy')
|
||||
libraries['flac'] = conf.Finish ()
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue