filename change (imbe.* to software_imbe_decoder.*) in prep for integration.

git-svn-id: http://op25.osmocom.org/svn/trunk@165 65a5c917-d112-43f1-993d-58c26a4786be
This commit is contained in:
stevie 2009-09-02 00:55:21 +00:00
parent 4af24ac4f3
commit f80f919ffb
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include <cstdio>
#include <cstdlib>
#include <imbe.h>
#include <software_imbe_decoder.h>
#include <boost/scoped_ptr.hpp>
@ -20,6 +20,7 @@ main(int ac, char **av)
fclose(fp);
} else {
perror(*av);
exit(1);
}
}
return(0);

View File

@ -30,7 +30,7 @@
#include <math.h>
#include <string.h>
#include "imbe.h"
#include "software_imbe_decoder.h"
static const int gly23127DecTbl[2048] = {
0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 147459,