[vlc-commits] os2: include vlc_input.h

KO Myung-Hun git at videolan.org
Sat Aug 16 08:44:05 CEST 2014


vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Sat Aug 16 15:32:33 2014 +0900| [4b0d09c385aa0837224dbf9764004295c9ce0596] | committer: Jean-Baptiste Kempf

os2: include vlc_input.h

This fixes the following compilation error.

-----
  CC       os2/specific.lo
os2/specific.c: In function 'IPCHelperThread':
os2/specific.c:107:34: error: 'VLC_INPUT_OPTION_TRUSTED' undeclared (first use in this function)
                                  VLC_INPUT_OPTION_TRUSTED,
                                  ^
os2/specific.c:107:34: note: each undeclared identifier is reported only once for each function it appears in
-----

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 src/os2/specific.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/os2/specific.c b/src/os2/specific.c
index fde5514..dac2ad9 100644
--- a/src/os2/specific.c
+++ b/src/os2/specific.c
@@ -25,6 +25,7 @@
 #include <vlc_common.h>
 #include "../libvlc.h"
 #include <vlc_playlist.h>
+#include <vlc_input.h>
 #include <vlc_interface.h>
 #include <vlc_url.h>
 



More information about the vlc-commits mailing list