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

How to build a custom program using g++ #111

Open bharatr1993 opened 3 years ago

bharatr1993 commented 3 years ago

Could someone give me the program libraries and headers that needs to be added to compile a custom program containing sfeMovie?

Please provide the g++ -o Program -L ....... statement

I would be extremely grateful for any help.