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

clear out TMP_ cmake variable after FFMPEG use #25

Closed firefly2442 closed 11 years ago

firefly2442 commented 11 years ago

The CMake TMP_ variable is set and visible in the CMake GUI. This unsets the variable after use. In addition, it fixes some display settings for messages and displays the FFMPEG information after it's found.

The build worked just fine for me, however, just one note about this CMake file. FFMPEG_LIBRARY_DIR does not seem to be set to anything for me. Everything worked but this appears to potentially be an unnecessary variable or one that is not found through Linux at least.

Notes: Only tested on Linux

Thanks for the new CMake build system.