summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-04-23 10:28:54 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-04-23 10:28:54 +0000
commitfdb3a3415688efdc1e03b43c7ed6f6bcb95da3e5 (patch)
tree44446b05d697101465bd4f7cdb0793a9743e55d8 /libavutil/Makefile
parent176c142abcbfda1cc161ca8614ab07dffe505349 (diff)
avoid AVInteger usage in av_rescale
disable integer.* (unused) libavutil.a 45k -> 32k Originally committed as revision 5311 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index f27973f4b3..e1ab0d17df 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -12,7 +12,6 @@ ifeq ($(CONFIG_WIN32),yes)
endif
OBJS= mathematics.o \
- integer.o \
rational.o \
intfloat_readwrite.o \
crc.o \