]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.c
host: Return to main() if the loop breaks and Sys_Quit from there
[xonotic/darkplaces.git] / cl_video.c
index dd29ee7d9b2a95176c61daa3b054feffabd79aff..e9d5e21b59faa381e0597ce64c7533a7780172de 100644 (file)
@@ -20,7 +20,7 @@ cvar_t v_glslgamma_video = {CVAR_CLIENT | CVAR_SAVE, "v_glslgamma_video", "1", "
 #include "dpvsimpledecode.h"
 
 // VorteX: libavcodec implementation
-#include "cl_video_libavw.c"
+#include "cl_video_libavw.h"
 
 // JAM video decoder used by Blood Omnicide
 #ifdef JAMVIDEO