Skip to content

Commit

Permalink
ffmpeg export: still trying to make work in MSVC
Browse files Browse the repository at this point in the history
it does on mingw though
  • Loading branch information
yohannd1 committed Dec 29, 2024
1 parent 22ca606 commit c10ffff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/engine/sfWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@
#include "../fileutils.h"
#include "../ta-log.h"
#include "sndfile.h"

#ifndef _WIN32
#include <fcntl.h>
#include <unistd.h>
#endif

sf_count_t _vioGetSize(void* user) {
return ((SFWrapper*)user)->ioGetSize();
Expand Down

0 comments on commit c10ffff

Please sign in to comment.