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

Fix SFEMOVIE_ROOT variable typo in FindsfeMovie.cmake #94

Closed segalaj closed 8 years ago

segalaj commented 8 years ago

Hi !

I found a typo in FindsfeMovie.cmake.

SFEMOVIEI_ROOT instead of SFEMOVIE_ROOT

This fix allow to use SFEMOVIE_ROOT variable in order to tell cmake where to look for sfeMovie.

feliwir commented 8 years ago

Looks good to me. Thanks