diff options
| author | 2021-04-21 02:57:22 -0400 | |
|---|---|---|
| committer | 2021-04-21 02:57:22 -0400 | |
| commit | ea78f9a2ef89918e758c3a52eea5d581a944b42f (patch) | |
| tree | aad26a84417a587e8f51e0291abc93e3b5734127 /src/common/logging/backend.cpp | |
| parent | Merge pull request #6218 from lioncash/tcache (diff) | |
| download | yuzu-ea78f9a2ef89918e758c3a52eea5d581a944b42f.tar.gz yuzu-ea78f9a2ef89918e758c3a52eea5d581a944b42f.tar.xz yuzu-ea78f9a2ef89918e758c3a52eea5d581a944b42f.zip | |
cmake: Allow FFmpeg external usage and cleanup
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.
Diffstat (limited to 'src/common/logging/backend.cpp')
0 files changed, 0 insertions, 0 deletions