From f40bfc9267b13b54e6379dfe7539447662879d24 Mon Sep 17 00:00:00 2001 From: Sean Bartell Date: Sat, 25 Jun 2011 21:32:25 -0400 Subject: Add codecs to librbcodec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius Tested-by: Nils Wallménius --- utils/analysis/find_addr.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/analysis/find_addr.pl') diff --git a/utils/analysis/find_addr.pl b/utils/analysis/find_addr.pl index dd42ef6dd8..628fb3dda8 100755 --- a/utils/analysis/find_addr.pl +++ b/utils/analysis/find_addr.pl @@ -100,12 +100,12 @@ if($lookaddr != 0) close MAKEFILE; # Generate a list of all codecs - open FINDCODECS, "find apps/codecs/ -name '*.elf' 2>&1 |" or die "Can't open pipe: $!"; + open FINDCODECS, "find lib/rbcodec/codecs/ -name '*.elf' 2>&1 |" or die "Can't open pipe: $!"; my @codecs; while() { chomp($_); - $_ =~ s/apps\/codecs\///; + $_ =~ s/lib\/rbcodec\/codecs\///; push(@codecs, $_); } close FINDCODECS; -- cgit v1.2.3