Yalir / sfeMovie

sfeMovie is a simple C++ library that lets you play movies in SFML based applications. It relies on FFmpeg to read medias and remains consistent with SFML's naming conventions.
http://sfemovie.yalir.org/
GNU Lesser General Public License v2.1
114 stars 37 forks source link

64 bit support in Mingw Windows #43

Closed ghost closed 11 years ago

ghost commented 11 years ago

Please can you add Mingw 64 bit support to SfeMovie. This is the only plugin for my project that does not support X64.

Ceylo commented 11 years ago

What is missing to support MinGW-w64? What did you try to do and what failed?

ghost commented 11 years ago

I create a Codeblocks project using Cmake (with mingw64). I have also MSYS installed. I added the x64 SFML files to the Cmake settings. But when I open and compile the project in CodeBlocks I got some errors. But when I compile it now I doesn't get any errors. Strange. Sorry for this.

Ceylo commented 11 years ago

I guess everything will work fine as long as you choose a 64 bits MinGW including MSYS for the MINGW_DIR in CMake and as long as you use an IDE that supports 64 bits builds.

Good to know it works fine though :) (when running your program too?)

ghost commented 11 years ago

Yes everything works. I can now run my program in X64 :).