Skip to content

Video playback optional

nico requested to merge incognico/darkplaces:video_playback_optional into master

Make the video playback stuff optional just like the video record thing is.

  • Add CONFIG_VIDEO_PLAYBACK, defaults to enabled

AFAIK only "Blood Omnicide" and one more other game make use of dpv video playback, the code and libs are old and rotten (not touched for 8+ years), there should be an option to just disable this if not required.

Please review if my "noop" changes on the prvm commands are sane and work and check the FIXME's if the header includes are required at all in those files.

Merge request reports