comoc / TelloForUnity

Ryze Tech/DJI Tello application development resources for Unity
The Unlicense
41 stars 19 forks source link

How to build TelloVideoDecoder dll #2

Closed joshferns closed 6 years ago

joshferns commented 6 years ago

Hi @comoc could you please provide instructions on how to build the TelloVideoDecoder.dll Does ffmpeg need to be built separately, if not, could you point to the files used. I eventually got stuck at libavutil/avconfig.h not found during the build process in Visual Studio

comoc commented 6 years ago

Hi @joshferns, In my case, I followed this document to build and install FFmpeg 64 bit version separately. https://www.ffmpeg.org/platform.html#Native-Windows-compilation-using-MinGW-or-MinGW_002dw64 And you will need to choose the target platform as x64 in Visual Studio. image Thank you,

joshferns commented 6 years ago

Thanks for this.