1. 21 Apr, 2021 1 commit
    • lat9nq's avatar
      cmake: Allow FFmpeg external usage and cleanup · ea78f9a2
      lat9nq authored
      Sets find_package(FFmpeg) to QUIET instead of REQUIRED. This allows
      using the FFmpeg external in cases where there is no suitable installed
      version of FFmpeg.
      
      Also fixes a bug where multiple CMake configures causes FFmpeg_LIBRARIES
      to concatenate on itself, producing cyclical dependencies. Unsets the
      variable before building it in the foreach loop.
      
      Fixes FFmpeg_INCLUDE_DIR not including the headers generated at run
      time.
      ea78f9a2
  2. 20 Apr, 2021 4 commits
  3. 19 Apr, 2021 6 commits
  4. 18 Apr, 2021 5 commits
  5. 17 Apr, 2021 6 commits
  6. 16 Apr, 2021 5 commits
  7. 15 Apr, 2021 13 commits