[vlc-commits] Fix compilation when --disable-sout
Jean-Baptiste Kempf
git at videolan.org
Sat Nov 15 12:50:31 CET 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov 15 12:50:20 2014 +0100| [193b7447cad5439171e6fc7916c133f12048bc61] | committer: Jean-Baptiste Kempf
Fix compilation when --disable-sout
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=193b7447cad5439171e6fc7916c133f12048bc61
---
src/missing.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/missing.c b/src/missing.c
index faed77f..1041ac0 100644
--- a/src/missing.c
+++ b/src/missing.c
@@ -295,7 +295,7 @@ void sout_MuxDeleteStream (sout_mux_t *mux, sout_input_t *input)
assert (0);
}
-int sout_MuxGetStream (sout_mux_t *p_mux, int i_blocks, mtime_t *pi_dts)
+int sout_MuxGetStream (sout_mux_t *p_mux, unsigned int i_blocks, mtime_t *pi_dts)
{
VLC_UNUSED (p_mux); VLC_UNUSED (i_blocks); VLC_UNUSED (pi_dts);
assert (0);
More information about the vlc-commits
mailing list