diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-01-31 22:58:53 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-01-31 22:58:53 +0000 |
commit | 4302963daa0912e35c7d7f53a1d9d34099f7a749 (patch) | |
tree | 31bcf5c35f5bccb26f344dddd31439645e6bddd9 /libavutil/Makefile | |
parent | c215e403167dc33cbad38a8adb6cf8aa0ff69c94 (diff) | |
download | ffmpeg-4302963daa0912e35c7d7f53a1d9d34099f7a749.tar.gz |
Move lzo decompression to libavutil
Originally committed as revision 7789 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index ab0db8f9b1..1e626fa5a3 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -16,9 +16,10 @@ OBJS= mathematics.o \ mem.o \ fifo.o \ tree.o \ + lzo.o \ HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ - intfloat_readwrite.h md5.h adler32.h log.h fifo.h + intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h NAME=avutil ifeq ($(BUILD_SHARED),yes) |