summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-02-28 03:40:23 +0000
committerLuca Barbato <lu_zero@gentoo.org>2007-02-28 03:40:23 +0000
commit558b86a5d03690b359f5a84ba1cd3222055e55fb (patch)
tree2932bd0e044d5a9b89583ef0accbf24c9c74dad0 /libavutil/Makefile
parent9fca9c0316fe8d8e0bf941847015b85f65481899 (diff)
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
Originally committed as revision 8158 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
new file mode 100644
index 0000000000..67d4b0cb38
--- /dev/null
+++ b/libavutil/Makefile
@@ -0,0 +1,27 @@
+include ../config.mak
+
+OBJS= mathematics.o \
+ rational.o \
+ intfloat_readwrite.o \
+ crc.o \
+ md5.o \
+ lls.o \
+ adler32.o \
+ log.o \
+ mem.o \
+ fifo.o \
+ tree.o \
+ lzo.o \
+ random.o \
+ aes.o \
+ base64.o \
+
+HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
+ intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \
+ random.h
+
+NAME=avutil
+LIBVERSION=$(LAVUVERSION)
+LIBMAJOR=$(LAVUMAJOR)
+
+include ../common.mak