Skip to content
  1. Apr 21, 2021
    • 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. Apr 20, 2021
  3. Apr 19, 2021
  4. Apr 18, 2021
  5. Apr 17, 2021
  6. Apr 16, 2021
  7. Apr 15, 2021
Loading