Mercurial > libavutil.hg
comparison Makefile @ 77:503765250ebb libavutil
adding a \ so we can add more lines without having to do a "cosmetic" change in the previous line
author | michael |
---|---|
date | Fri, 14 Jul 2006 10:04:29 +0000 |
parents | 8c75234388b5 |
children | 5cfa773a3bdd |
comparison
equal
deleted
inserted
replaced
76:8c75234388b5 | 77:503765250ebb |
---|---|
11 rational.o \ | 11 rational.o \ |
12 intfloat_readwrite.o \ | 12 intfloat_readwrite.o \ |
13 crc.o \ | 13 crc.o \ |
14 md5.o \ | 14 md5.o \ |
15 lls.o \ | 15 lls.o \ |
16 adler32.o | 16 adler32.o \ |
17 | 17 |
18 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ | 18 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ |
19 intfloat_readwrite.h md5.h adler32.h | 19 intfloat_readwrite.h md5.h adler32.h |
20 | 20 |
21 NAME=avutil | 21 NAME=avutil |