diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-02-28 03:37:54 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-02-28 03:37:54 +0000 |
commit | 9fca9c0316fe8d8e0bf941847015b85f65481899 (patch) | |
tree | 770607886e99f0c8d61a4c82c7668d97b269c735 /libavutil/Makefile | |
parent | bb0eb714bd8343dfc69857914b99ccd3438430bf (diff) | |
download | ffmpeg-9fca9c0316fe8d8e0bf941847015b85f65481899.tar.gz |
Reverting stray commit part I
Originally committed as revision 8157 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile deleted file mode 100644 index ebd9ba4a0e..0000000000 --- a/libavutil/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -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 base64.h - -NAME=avutil -LIBVERSION=$(LAVUVERSION) -LIBMAJOR=$(LAVUMAJOR) - -include ../common.mak |