diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-04-23 10:28:54 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-04-23 10:28:54 +0000 |
commit | fdb3a3415688efdc1e03b43c7ed6f6bcb95da3e5 (patch) | |
tree | 44446b05d697101465bd4f7cdb0793a9743e55d8 /libavutil/Makefile | |
parent | 176c142abcbfda1cc161ca8614ab07dffe505349 (diff) | |
download | ffmpeg-fdb3a3415688efdc1e03b43c7ed6f6bcb95da3e5.tar.gz |
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/Makefile | 1 |
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 \ |