comparison Makefile @ 34:dedc1568e2cf libavutil

avoid AVInteger usage in av_rescale disable integer.* (unused) libavutil.a 45k -> 32k
author michael
date Sun, 23 Apr 2006 10:28:54 +0000
parents 664e2d2b92b9
children b6f5cb968a88
comparison
equal deleted inserted replaced
33:59ae491910a5 34:dedc1568e2cf
10 ifeq ($(CONFIG_WIN32),yes) 10 ifeq ($(CONFIG_WIN32),yes)
11 LDFLAGS=-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a) 11 LDFLAGS=-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a)
12 endif 12 endif
13 13
14 OBJS= mathematics.o \ 14 OBJS= mathematics.o \
15 integer.o \
16 rational.o \ 15 rational.o \
17 intfloat_readwrite.o \ 16 intfloat_readwrite.o \
18 crc.o \ 17 crc.o \
19 18
20 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ 19 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \