Might be a stupid question.
I'm making a C++ windows.h application, and I'd like for it to play a short video. It would be nice if I could somehow(?) compile the video into the program — I plan on sending the exe to others, it'd be nice if I didn't have to send the video with it as a separate file for the exe to load in at runtime.
I'm running Windows 10, writing and compiling with just Emacs and g++.