Commit Graph

4 Commits

Author SHA1 Message Date
Kyle K dc8e66df83 Remove trailing newline from requirements.txt for ffmpeg
CMake doesn't remove the trailing newline when it reads the requirements.txt

related to PR: https://github.com/yuzu-emu/yuzu/pull/8264

```
    file(READ "${FFmpeg_PATH}/requirements.txt" FFmpeg_REQUIRED_DLLS)
    string(REGEX REPLACE "\n$" "" FFmpeg_REQUIRED_DLLS "${FFmpeg_REQUIRED_DLLS}")
```
2022-04-25 20:10:07 -07:00
ameerj ab2229587b Update FFmpeg DLLs 2021-11-12 19:33:03 -05:00
ameerj 288c6171f9 Update the ffmpeg 4.4 dlls 2021-08-08 17:28:12 -04:00
ameerj 62dd839edc Add ffmpeg 4.4 2021-08-07 17:24:20 -04:00