Right now, we always include all the modules and plugins necessary for the video-play example. If we add more over time, we may want to add a compile time option for choosing which to enabled since none of the init functions will be considered dead code even if unused due to being referenced by the library table.
Right now, we always include all the modules and plugins necessary for the
video-playexample. If we add more over time, we may want to add a compile time option for choosing which to enabled since none of the init functions will be considered dead code even if unused due to being referenced by the library table.