Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile25
1 files changed, 23 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 4beb94e6cd..559f9d5b5e 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -1,3 +1,5 @@
+include $(SUBDIR)../config.mak
+
NAME = avutil
HEADERS = adler32.h \
@@ -10,6 +12,7 @@ HEADERS = adler32.h \
avutil.h \
base64.h \
blowfish.h \
+ bprint.h \
bswap.h \
common.h \
cpu.h \
@@ -39,6 +42,8 @@ HEADERS = adler32.h \
samplefmt.h \
sha.h \
time.h \
+ timecode.h \
+ timestamp.h \
version.h \
xtea.h \
@@ -56,6 +61,7 @@ OBJS = adler32.o \
avstring.o \
base64.o \
blowfish.o \
+ bprint.o \
cpu.o \
crc.o \
des.o \
@@ -84,28 +90,43 @@ OBJS = adler32.o \
samplefmt.o \
sha.o \
time.o \
+ timecode.o \
tree.o \
utils.o \
+ xga_font_data.o \
xtea.o \
-OBJS-$(HAVE_MSVCRT) += ../compat/msvcrt/snprintf.o \
- ../compat/strtod.o
+OBJS-$(HAVE_BROKEN_SNPRINTF) += ../compat/msvcrt/snprintf.o
+
+OBJS-$(HAVE_MSVCRT) += ../compat/strtod.o
TESTPROGS = adler32 \
aes \
avstring \
base64 \
blowfish \
+ bprint \
cpu \
crc \
des \
+ error \
eval \
+ file \
fifo \
lfg \
lls \
md5 \
opt \
+ pca \
parseutils \
+ random_seed \
+ rational \
sha \
tree \
xtea \
+
+TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
+
+TOOLS = ffeval
+
+$(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2