2011-06-26 09:46:05 +02:00
|
|
|
include $(SUBDIR)../config.mak
|
|
|
|
|
2008-03-08 15:39:43 +01:00
|
|
|
NAME = avutil
|
|
|
|
|
2008-11-20 23:53:18 +01:00
|
|
|
HEADERS = adler32.h \
|
2011-04-07 15:19:23 +02:00
|
|
|
aes.h \
|
2010-03-08 22:28:56 +01:00
|
|
|
attributes.h \
|
2012-03-23 22:45:48 +01:00
|
|
|
audio_fifo.h \
|
2011-02-07 14:37:08 +01:00
|
|
|
audioconvert.h \
|
2010-10-01 15:55:13 +02:00
|
|
|
avassert.h \
|
2008-11-20 23:53:18 +01:00
|
|
|
avstring.h \
|
|
|
|
avutil.h \
|
|
|
|
base64.h \
|
2012-07-03 15:45:27 +02:00
|
|
|
blowfish.h \
|
2012-02-01 20:37:50 +01:00
|
|
|
bprint.h \
|
2010-07-11 00:22:07 +02:00
|
|
|
bswap.h \
|
2012-10-07 15:45:44 +02:00
|
|
|
buffer.h \
|
2012-11-10 15:03:17 +01:00
|
|
|
channel_layout.h \
|
2008-11-20 23:53:18 +01:00
|
|
|
common.h \
|
2010-09-04 11:59:08 +02:00
|
|
|
cpu.h \
|
2008-11-20 23:53:18 +01:00
|
|
|
crc.h \
|
2010-03-13 10:43:24 +01:00
|
|
|
error.h \
|
2010-06-05 14:01:28 +02:00
|
|
|
eval.h \
|
2008-11-20 23:53:18 +01:00
|
|
|
fifo.h \
|
2010-12-22 15:13:04 +01:00
|
|
|
file.h \
|
2012-10-17 11:51:01 +02:00
|
|
|
frame.h \
|
2012-10-12 14:01:06 +02:00
|
|
|
hmac.h \
|
2011-02-07 14:37:08 +01:00
|
|
|
imgutils.h \
|
2012-01-29 21:09:22 +01:00
|
|
|
intfloat.h \
|
2008-11-20 23:53:18 +01:00
|
|
|
intfloat_readwrite.h \
|
2010-07-11 00:22:07 +02:00
|
|
|
intreadwrite.h \
|
2010-07-02 14:12:06 +02:00
|
|
|
lfg.h \
|
2008-11-20 23:53:18 +01:00
|
|
|
log.h \
|
|
|
|
mathematics.h \
|
|
|
|
md5.h \
|
|
|
|
mem.h \
|
2011-05-22 12:45:00 +02:00
|
|
|
dict.h \
|
2012-10-08 08:10:23 +02:00
|
|
|
old_pix_fmts.h \
|
2010-10-09 01:42:25 +02:00
|
|
|
opt.h \
|
2011-02-07 14:37:08 +01:00
|
|
|
parseutils.h \
|
2009-11-25 00:33:41 +01:00
|
|
|
pixdesc.h \
|
2009-02-22 15:27:50 +01:00
|
|
|
pixfmt.h \
|
2010-05-23 10:53:40 +02:00
|
|
|
random_seed.h \
|
2008-11-20 23:53:18 +01:00
|
|
|
rational.h \
|
2011-02-07 14:37:08 +01:00
|
|
|
samplefmt.h \
|
2011-04-07 15:19:23 +02:00
|
|
|
sha.h \
|
2012-06-20 02:24:39 +02:00
|
|
|
time.h \
|
2012-01-16 11:20:46 +01:00
|
|
|
timecode.h \
|
2012-01-17 17:12:42 +01:00
|
|
|
timestamp.h \
|
2012-07-05 08:21:49 +02:00
|
|
|
version.h \
|
2012-07-03 15:53:16 +02:00
|
|
|
xtea.h \
|
2008-11-20 23:53:18 +01:00
|
|
|
|
2012-10-18 19:48:27 +02:00
|
|
|
HEADERS-$(CONFIG_LZO) += lzo.h
|
|
|
|
|
2012-04-14 13:05:08 +02:00
|
|
|
ARCH_HEADERS = bswap.h \
|
|
|
|
intmath.h \
|
|
|
|
intreadwrite.h \
|
|
|
|
timer.h \
|
|
|
|
|
2010-01-19 05:40:16 +01:00
|
|
|
BUILT_HEADERS = avconfig.h
|
|
|
|
|
2008-10-26 16:21:45 +01:00
|
|
|
OBJS = adler32.o \
|
|
|
|
aes.o \
|
2012-12-02 23:34:50 +01:00
|
|
|
atomic.o \
|
2012-03-23 22:45:48 +01:00
|
|
|
audio_fifo.o \
|
2009-01-29 23:12:36 +01:00
|
|
|
avstring.o \
|
2008-10-26 16:21:45 +01:00
|
|
|
base64.o \
|
2012-07-03 15:45:27 +02:00
|
|
|
blowfish.o \
|
2012-02-01 20:37:50 +01:00
|
|
|
bprint.o \
|
2012-10-07 15:45:44 +02:00
|
|
|
buffer.o \
|
2012-11-10 15:03:17 +01:00
|
|
|
channel_layout.o \
|
2010-09-08 17:07:14 +02:00
|
|
|
cpu.o \
|
2008-10-26 16:21:45 +01:00
|
|
|
crc.o \
|
|
|
|
des.o \
|
2010-03-25 23:46:35 +01:00
|
|
|
error.o \
|
2010-06-05 14:01:28 +02:00
|
|
|
eval.o \
|
2008-10-26 16:21:45 +01:00
|
|
|
fifo.o \
|
2010-12-22 15:13:04 +01:00
|
|
|
file.o \
|
2012-05-21 18:58:41 +02:00
|
|
|
float_dsp.o \
|
2012-10-17 11:51:01 +02:00
|
|
|
frame.o \
|
2012-10-12 14:01:06 +02:00
|
|
|
hmac.o \
|
2011-02-07 14:37:08 +01:00
|
|
|
imgutils.o \
|
2008-10-26 16:21:45 +01:00
|
|
|
intfloat_readwrite.o \
|
2012-10-26 20:48:40 +02:00
|
|
|
intmath.o \
|
2008-10-26 16:21:45 +01:00
|
|
|
lfg.o \
|
|
|
|
lls.o \
|
|
|
|
log.o \
|
2012-10-04 21:12:32 +02:00
|
|
|
log2_tab.o \
|
2008-10-26 16:21:45 +01:00
|
|
|
mathematics.o \
|
|
|
|
md5.o \
|
|
|
|
mem.o \
|
2011-05-22 12:45:00 +02:00
|
|
|
dict.o \
|
2010-09-26 16:25:22 +02:00
|
|
|
opt.o \
|
2011-02-07 14:37:08 +01:00
|
|
|
parseutils.o \
|
2009-11-25 00:33:41 +01:00
|
|
|
pixdesc.o \
|
2009-03-08 02:28:14 +01:00
|
|
|
random_seed.o \
|
2008-10-26 16:21:45 +01:00
|
|
|
rational.o \
|
|
|
|
rc4.o \
|
2011-02-07 14:37:08 +01:00
|
|
|
samplefmt.o \
|
2009-07-10 17:50:49 +02:00
|
|
|
sha.o \
|
2012-06-20 02:24:39 +02:00
|
|
|
time.o \
|
2012-01-16 11:20:46 +01:00
|
|
|
timecode.o \
|
2008-10-26 16:21:45 +01:00
|
|
|
tree.o \
|
|
|
|
utils.o \
|
2012-09-22 09:56:33 +02:00
|
|
|
xga_font_data.o \
|
2012-07-03 15:53:16 +02:00
|
|
|
xtea.o \
|
2007-02-28 04:40:23 +01:00
|
|
|
|
2012-10-18 19:48:27 +02:00
|
|
|
OBJS-$(CONFIG_LZO) += lzo.o
|
2012-09-25 00:44:20 +02:00
|
|
|
|
2012-10-14 18:56:00 +02:00
|
|
|
OBJS += $(COMPAT_OBJS:%=../compat/%)
|
2012-09-04 15:30:37 +02:00
|
|
|
|
2012-10-08 12:09:16 +02:00
|
|
|
SKIPHEADERS = old_pix_fmts.h
|
|
|
|
|
2013-03-08 14:31:54 +01:00
|
|
|
SKIPHEADERS-$(HAVE_MACHINE_RW_BARRIER) += atomic_suncc.h
|
|
|
|
SKIPHEADERS-$(HAVE_MEMORYBARRIER) += atomic_win32.h
|
|
|
|
SKIPHEADERS-$(HAVE_SYNC_VAL_COMPARE_AND_SWAP) += atomic_gcc.h
|
|
|
|
|
2012-04-14 13:05:08 +02:00
|
|
|
TESTPROGS = adler32 \
|
|
|
|
aes \
|
2012-12-02 23:34:50 +01:00
|
|
|
atomic \
|
2012-04-14 13:05:08 +02:00
|
|
|
avstring \
|
|
|
|
base64 \
|
2012-07-03 15:45:27 +02:00
|
|
|
blowfish \
|
2012-05-07 22:42:41 +02:00
|
|
|
bprint \
|
2012-04-14 13:05:08 +02:00
|
|
|
cpu \
|
|
|
|
crc \
|
|
|
|
des \
|
2012-02-06 14:16:33 +01:00
|
|
|
error \
|
2012-04-14 13:05:08 +02:00
|
|
|
eval \
|
2012-05-07 22:42:41 +02:00
|
|
|
file \
|
2012-04-14 13:05:08 +02:00
|
|
|
fifo \
|
2013-01-15 12:05:12 +01:00
|
|
|
hmac \
|
2012-04-14 13:05:08 +02:00
|
|
|
lfg \
|
|
|
|
lls \
|
|
|
|
md5 \
|
|
|
|
opt \
|
2012-05-07 22:42:41 +02:00
|
|
|
pca \
|
2012-04-14 13:05:08 +02:00
|
|
|
parseutils \
|
2012-05-07 22:42:41 +02:00
|
|
|
random_seed \
|
|
|
|
rational \
|
2012-04-14 13:05:08 +02:00
|
|
|
sha \
|
|
|
|
tree \
|
2012-07-03 15:53:16 +02:00
|
|
|
xtea \
|
2012-05-07 22:42:41 +02:00
|
|
|
|
2009-04-09 16:55:05 +02:00
|
|
|
TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
|
2008-01-27 23:39:30 +01:00
|
|
|
|
2012-10-15 12:17:15 +02:00
|
|
|
TOOLS = ffeval ffescape
|
2012-01-15 23:05:07 +01:00
|
|
|
|
2009-04-03 00:41:58 +02:00
|
|
|
$(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2
|