Move rm.[c/h] from libcook to librm. No functional changes.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21066 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mohamed Tarek 2009-05-24 14:10:51 +00:00
parent 6af0cfdac0
commit 45f72e933a
5 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
CFLAGS = -Wall -O3
OBJS = main.o bitstream.o cook.o rm.o
OBJS = main.o bitstream.o cook.o ../librm/rm.o
cooktest: $(OBJS)
gcc -o cooktest $(OBJS)

View file

@ -24,7 +24,7 @@
#include <stdint.h>
#include "bitstream.h"
#include "rm.h"
#include "../librm/rm.h"
#include "cookdata_fixpoint.h"
typedef struct {

View file

@ -25,7 +25,7 @@
#include <unistd.h>
#include <string.h>
#include "rm.h"
#include "../librm/rm.h"
#include "cook.h"
//#define DUMP_RAW_FRAMES