DarkMatterCore / libusbhsfs

USB Mass Storage Class Host + Filesystem Mounter static library for Nintendo Switch homebrew applications.
GNU General Public License v2.0
94 stars 19 forks source link

fatfs: fix multiple definitions of ff_rename when using ffmpeg #13

Closed Cpasjuste closed 3 years ago

Cpasjuste commented 3 years ago

This fix duplicate definition of "ff_rename" when using ffmpeg (https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/avio.c#L673)

DarkMatterCore commented 3 years ago

Could you please implement these changes into the dev branch instead? I'm currently using the main branch for stable code only.

DarkMatterCore commented 3 years ago

@Cpasjuste Nevermind, I just implemented the changes myself to the dev branch (e4d12e40f4b1a9c6c576b86ceb85a403b6093927). Thanks for letting me know about this problem.