mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-14 17:36:31 +01:00
enable resample-session and synthesize-session to operate from anywhere without the user setting PERL5LIB etc etc.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4237 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d08564ec3b
commit
90d2ae23ad
2 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
# The peakfiles and dead_sounds aren't copied. Only "identified" files are copied, instant.xml's
|
||||
# or .bak's aren't copied either.
|
||||
|
||||
use FindBin '$Bin';
|
||||
use lib "$Bin";
|
||||
use XML::Parser::PerlSAX;
|
||||
use XML::Handler::XMLWriter;
|
||||
use IO::Handle;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
# for each missing source file. The length of each file is determined
|
||||
# by how far regions using that source file go into the sample data.
|
||||
|
||||
use FindBin '$Bin';
|
||||
use lib "$Bin";
|
||||
use XML::Parser::PerlSAX;
|
||||
use XML::Handler::XMLWriter;
|
||||
use IO::Handle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue