diff options
author | Pierre-Anthony Lemieux <pal@palemieux.com> | 2021-12-26 16:47:58 -0800 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2021-12-31 17:26:01 +1000 |
commit | 6b7e4de0dbc78a630bfea27e917798b4d5b61abf (patch) | |
tree | a492222c2a4463267108b3a85e6be1922bdad1e6 /libavformat/Makefile | |
parent | 73f6cce936130abde06ec3a39d0a4cdabfef01e4 (diff) | |
download | ffmpeg-6b7e4de0dbc78a630bfea27e917798b4d5b61abf.tar.gz |
avformat/imf: Tests
Signed-off-by: Pierre-Anthony Lemieux <pal@palemieux.com>
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 74b1c56351..10d1a89083 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -698,6 +698,7 @@ TESTPROGS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh TESTPROGS-$(CONFIG_MOV_MUXER) += movenc TESTPROGS-$(CONFIG_NETWORK) += noproxy TESTPROGS-$(CONFIG_SRTP) += srtp +TESTPROGS-$(CONFIG_IMF_DEMUXER) += imf TOOLS = aviocat \ ismindex \ |