diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-02-06 18:48:12 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-06 19:07:29 +0100 |
commit | 9bc7ee8a9874be3c6a0e54d9a008c6d94f5b7c6e (patch) | |
tree | 00066fb377bd71a4130ab70a07560de72ff0f4ad /libavcodec/Makefile | |
parent | 23659fdb812fbb1a539ce2a9c8b245ada11d3ca8 (diff) | |
download | ffmpeg-9bc7ee8a9874be3c6a0e54d9a008c6d94f5b7c6e.tar.gz |
avcodec/avfft: Add simple self test
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index c366020c2a..7d3b423462 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -862,6 +862,7 @@ SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h TESTPROGS = imgconvert \ options \ + avfft \ TESTPROGS-$(CONFIG_CABAC) += cabac |