summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorThomas Turner <thomastdt@googlemail.com>2017-03-23 22:48:28 -0700
committerMichael Niedermayer <michael@niedermayer.cc>2017-03-24 17:31:38 +0100
commit824fe914fee7fb5dc8c8c14940e511cda089c36d (patch)
tree08c1fd299e965108df0d3dd8cb3af06fe803f6bb /libavcodec/Makefile
parente1940d2458353943e2fab6bdb87d2278077e22a5 (diff)
avcodec/tests: added test for celp_math.c
Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 89296cde8c..05be516bba 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -1024,6 +1024,7 @@ SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h
SKIPHEADERS-$(CONFIG_VIDEOTOOLBOX) += videotoolbox.h vda_vt_internal.h
TESTPROGS = avpacket \
+ celp_math \
imgconvert \
jpeg2000dwt \
mathops \