[vlc-devel] commit: Include event.h. (Christophe Mutricy )

git version control git at videolan.org
Sat Nov 22 18:45:45 CET 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sat Nov 22 17:44:42 2008 +0000| [d434f6cad2651fa3d6134bcc21fe5468d464bb81] | committer: Christophe Mutricy 

Include event.h.

Needed for input_SendEventVout()

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d434f6cad2651fa3d6134bcc21fe5468d464bb81
---

 src/input/decoder.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/input/decoder.c b/src/input/decoder.c
index 003155a..a81def0 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -46,6 +46,7 @@
 #include "input_internal.h"
 #include "clock.h"
 #include "decoder.h"
+#include "event.h"
 
 #include "../video_output/vout_control.h"
 




More information about the vlc-devel mailing list