Open firefly2442 opened 10 years ago
The main question here is: is it worth it?
I agree selecting BUILD_SFEMOVIE_SAMPLE means the user wants that demo program. At least he wants to execute it, but does he want to have it installed for easier use?
Yep. Just something to consider I guess. Up to you. :)
That'll depend on how many users want this feature :)
So to anyone interested outta here, come on and vote!
Unless you plan to add features to the sample program itself that can rival VLC or ffplay I would say leave the sample program where it can be tested easily with a new build and leave it at that.
Samples are generally made to showcase what a library can do without stupendously cluttering up the code with superfluous "added value" features, though, so I'd just leave it like it is and add features to it only when said features are provided by sfeMovie itself.
Thanks for you feedback :) , this is also my opinion so for now it'll probably stay as it is.
it would be awesome if you'd add the streamselection/seeking once you have it done, so they can see how it works (which is the purpose of a sample i guess)
Yep this will most probably be done :)
If
BUILD_SFEMOVIE_SAMPLE
is checked in CMake, this will build the sample application. This can be run from the build directory. However, it does not get installed to theCMAKE_INSTALL_PREFIX
location.What do you think about making it install it there?