diff options
author | James Almer <jamrial@gmail.com> | 2022-02-26 12:28:44 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-02-26 14:22:07 -0300 |
commit | df272928ff8041f87b92f4cf8dbf12a28fe9cdf7 (patch) | |
tree | d58bf75faad3565f42701836cd1c2e81c583ad06 /tests | |
parent | ff145498b25e20f0563c75bbb84d1513df634d4c (diff) | |
download | ffmpeg-df272928ff8041f87b92f4cf8dbf12a28fe9cdf7.tar.gz |
configure: stop allowing disabling lzo
The module is now always compiled in.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/matroska.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/matroska.mak b/tests/fate/matroska.mak index 72267d13aa..3073b0a061 100644 --- a/tests/fate/matroska.mak +++ b/tests/fate/matroska.mak @@ -28,7 +28,7 @@ FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER ZLIB) += fate-matroska-zlib-decomp fate-matroska-zlib-decompression: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/subtitle_zlib.mks -c:s copy # This tests that the matroska demuxer can decompress lzo compressed tracks. -FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER LZO) += fate-matroska-lzo-decompression +FATE_MATROSKA-$(CONFIG_MATROSKA_DEMUXER) += fate-matroska-lzo-decompression fate-matroska-lzo-decompression: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/lzo.mka -c copy # This tests that the matroska demuxer correctly propagates |