Browse Source

fate: Only run SRTP test if SRTP code is enabled

tags/n3.1
Diego Biurrun 9 years ago
parent
commit
b298b36fc0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/fate/libavformat.mak

+ 1
- 1
tests/fate/libavformat.mak View File

@@ -6,7 +6,7 @@ FATE_LIBAVFORMAT-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += fate-rtmpdh
fate-rtmpdh: libavformat/rtmpdh-test$(EXESUF)
fate-rtmpdh: CMD = run libavformat/rtmpdh-test

FATE_LIBAVFORMAT-yes += fate-srtp
FATE_LIBAVFORMAT-$(CONFIG_SRTP) += fate-srtp
fate-srtp: libavformat/srtp-test$(EXESUF)
fate-srtp: CMD = run libavformat/srtp-test



Loading…
Cancel
Save