Move av_gettime() to libavutil

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard
2012-06-20 01:24:39 +01:00
parent db7d8fb4ef
commit ae0a301668
6 changed files with 70 additions and 9 deletions

View File

@@ -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 \