comparison Makefile @ 30:664e2d2b92b9 libavutil

generic crc calculation code
author michael
date Mon, 06 Mar 2006 14:13:01 +0000
parents 07191bec33a2
children dedc1568e2cf
comparison
equal deleted inserted replaced
29:68bda919ab25 30:664e2d2b92b9
13 13
14 OBJS= mathematics.o \ 14 OBJS= mathematics.o \
15 integer.o \ 15 integer.o \
16 rational.o \ 16 rational.o \
17 intfloat_readwrite.o \ 17 intfloat_readwrite.o \
18 crc.o \
18 19
19 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ 20 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
20 intfloat_readwrite.h 21 intfloat_readwrite.h
21 22
22 ifeq ($(TARGET_ARCH_SPARC64),yes) 23 ifeq ($(TARGET_ARCH_SPARC64),yes)