comparison Makefile @ 239:06fd8e5c5a04 libavutil

av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com
author michael
date Thu, 08 Feb 2007 22:09:05 +0000
parents 5ad447ede15c
children 80f17646fa2d
comparison
equal deleted inserted replaced
238:26e485add213 239:06fd8e5c5a04
15 log.o \ 15 log.o \
16 mem.o \ 16 mem.o \
17 fifo.o \ 17 fifo.o \
18 tree.o \ 18 tree.o \
19 lzo.o \ 19 lzo.o \
20 random.o \
20 21
21 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ 22 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
22 intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h 23 intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \
24 random.h
23 25
24 NAME=avutil 26 NAME=avutil
25 ifeq ($(BUILD_SHARED),yes) 27 ifeq ($(BUILD_SHARED),yes)
26 LIBVERSION=$(LAVUVERSION) 28 LIBVERSION=$(LAVUVERSION)
27 LIBMAJOR=$(LAVUMAJOR) 29 LIBMAJOR=$(LAVUMAJOR)