diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-02-08 22:09:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-02-08 22:09:05 +0000 |
commit | fbabf1e0b600ac5e2a4ad85ac1c5dc38b0dfc7ef (patch) | |
tree | 2508bea8b0d0679a0e5110895ca18978122b2c55 /libavutil/Makefile | |
parent | a264a081b20746a29231a013e7e9465d08aac0f1 (diff) | |
download | ffmpeg-fbabf1e0b600ac5e2a4ad85ac1c5dc38b0dfc7ef.tar.gz |
av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com
Originally committed as revision 7885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 1e626fa5a3..0640630a78 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -17,9 +17,11 @@ OBJS= mathematics.o \ fifo.o \ tree.o \ lzo.o \ + random.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 + intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \ + random.h NAME=avutil ifeq ($(BUILD_SHARED),yes) |