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

Wrong linker settings in cmake. #37

Closed ghost closed 11 years ago

ghost commented 11 years ago

After running cmake I find I issue in the linker settings of the created project. All the dll of FFMpeg are added instead of all the lib files. So when you compile sfeMovie you got a strange error because he will read the dll file instead of the lib file.

Ceylo commented 11 years ago

Hello slimmeke, I suppose you got the issue with the latest files from the git repository? and with Visual Studio?

Ceylo commented 11 years ago

Can you tell me if it is working fine now? (I wasn't expecting Visual Studio builds to work fine, last time you gave it a try, because this is still work in progress)

Ceylo commented 11 years ago

Seems like that at the moment, even if it builds, it also crashes.

Ceylo commented 11 years ago

Actually it runs fine, seems like I had made a mistake while copying the DLLs the first time.

Ceylo commented 11 years ago

No answer, I suppose it's working.

ghost commented 11 years ago

Sorry for not aswering. It's working now no problems. Tnx