From fbabf1e0b600ac5e2a4ad85ac1c5dc38b0dfc7ef Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 8 Feb 2007 22:09:05 +0000 Subject: av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com Originally committed as revision 7885 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index 1e626fa..0640630 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) -- cgit v1.1