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:
parent
44afb00e26
commit
112f39379c
3 changed files with 1 additions and 3437 deletions
|
|
@ -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
|
|
@ -27,7 +27,6 @@
|
|||
* bitstream api.
|
||||
*/
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "bitstream.h"
|
||||
|
||||
const uint8_t ff_log2_run[32]={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue