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:
Paul Davis 2008-11-23 15:21:38 +00:00
parent d08564ec3b
commit 90d2ae23ad
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -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;