From a87f24260e3fd395bb96a110e1f1dda4b308c7c5 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 13 Feb 2011 18:51:13 +0100 Subject: [PATCH] add missing header file --- cap_lavc.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cap_lavc.h diff --git a/cap_lavc.h b/cap_lavc.h new file mode 100644 index 00000000..c909937b --- /dev/null +++ b/cap_lavc.h @@ -0,0 +1,3 @@ +void SCR_CaptureVideo_Lavc_Init(void); +void SCR_CaptureVideo_Lavc_BeginVideo(void); +void SCR_CaptureVideo_Lavc_Shutdown(void); -- 2.39.2