diff options
author | Mans Rullgard <mans@mansr.com> | 2012-06-20 01:24:39 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-06-20 17:09:03 +0100 |
commit | ae0a301668da542eaf8855e5dd61d0728181b0dd (patch) | |
tree | 7910f895668b75a8b7e0843dfe70e3ebf7172b01 /libavutil/Makefile | |
parent | db7d8fb4ef950329745224d49c8d4fb4174baa22 (diff) | |
download | ffmpeg-ae0a301668da542eaf8855e5dd61d0728181b0dd.tar.gz |
Move av_gettime() to libavutil
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 56ccd04dff..6fe174bb62 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -36,6 +36,7 @@ HEADERS = adler32.h \ rational.h \ samplefmt.h \ sha.h \ + time.h \ ARCH_HEADERS = bswap.h \ intmath.h \ @@ -77,6 +78,7 @@ OBJS = adler32.o \ rc4.o \ samplefmt.o \ sha.o \ + time.o \ tree.o \ utils.o \ |