0001-don-t-install-srt-ffplay.patch 888 B

12345678910111213141516171819202122232425262728
  1. From a45b43a2acd4c29bc8a204f51a3fa5e7b9815613 Mon Sep 17 00:00:00 2001
  2. From: Jose Quaresma <quaresma.jose@gmail.com>
  3. Date: Sat, 14 Nov 2020 12:29:56 +0000
  4. Subject: [PATCH] don't install srt-ffplay
  5. srt-ffplay is a simple bash scripts that pipes the output of srt-live-transmit to ffplay.
  6. It need ffmpeg as dependencie and requeire that libsrt is builded with -DENABLE_APPS=ON.
  7. So remove it because there are no option to disable the instalation.
  8. Upstream-Status: Pending
  9. Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
  10. ---
  11. CMakeLists.txt | 1 -
  12. 1 file changed, 1 deletion(-)
  13. diff --git a/CMakeLists.txt b/CMakeLists.txt
  14. index ed6e603..ef53dc5 100644
  15. --- a/CMakeLists.txt
  16. +++ b/CMakeLists.txt
  17. @@ -1224,7 +1224,6 @@ if (ENABLE_UNITTESTS AND ENABLE_CXX11)
  18. endif()
  19. -install(PROGRAMS scripts/srt-ffplay DESTINATION ${CMAKE_INSTALL_BINDIR})
  20. if (DEFINED SRT_EXTRA_APPS_INC)