1
0
Fork 0
forked from len0rd/rockbox

Patch by Mohamed Tarek from FS#10182 - remove avcodec.h as it is no longer needed. Also remove -lm from Makefile.test for the same reason.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20909 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2009-05-11 07:59:10 +00:00
parent 44afb00e26
commit 112f39379c
3 changed files with 1 additions and 3437 deletions

View file

@ -1,7 +1,7 @@
CFLAGS = -Wall -O3
OBJS = main.o bitstream.o cook.o libavutil/log.o libavutil/mem.o libavutil/lfg.o libavutil/md5.o rm2wav.o
cooktest: $(OBJS)
gcc -o cooktest $(OBJS) -lm
gcc -o cooktest $(OBJS)
.c.o :
$(CC) $(CFLAGS) -c -o $@ $<

File diff suppressed because it is too large Load diff

View file

@ -27,7 +27,6 @@
* bitstream api.
*/
#include "avcodec.h"
#include "bitstream.h"
const uint8_t ff_log2_run[32]={