X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=tools%2Fsynthesize_sources.pl;h=54fb8eb60d3902b39d4dc31247e16250cfcc41ce;hb=bbb65d07d33160366533d9f2390f3f8d56fcb8e1;hp=3123d0cb1f2d2b479570707dc2e55c640495b72d;hpb=68e943265edf04e63a8e8b8f62bab20f99d9c637;p=ardour.git diff --git a/tools/synthesize_sources.pl b/tools/synthesize_sources.pl index 3123d0cb1f..54fb8eb60d 100755 --- a/tools/synthesize_sources.pl +++ b/tools/synthesize_sources.pl @@ -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;