ext-windows-bin/ffmpeg
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
..
ffmpeg-4.2.1.7z Add ffmpeg windows binaries 2020-09-30 16:37:06 -04:00
ffmpeg-4.3.1.7z ffmpeg: Update ffmpeg-4.3.1.7z with requirements 2021-02-09 14:42:41 -05:00
ffmpeg-4.4.7z Remove trailing newline from requirements.txt for ffmpeg 2022-04-25 20:10:07 -07:00