Commit 3080bfc4 authored by Pierre Ynard's avatar Pierre Ynard

missing: build fix

parent 0ecc260d
......@@ -251,11 +251,9 @@ ssize_t sout_AccessOutWrite (sout_access_out_t *out, block_t *block)
#undef sout_AnnounceRegisterSDP
session_descriptor_t *sout_AnnounceRegisterSDP (vlc_object_t *obj,
const char *sdp,
const char *dst,
announce_method_t *method)
const char *dst)
{
msg_Err (obj, "SDP export not compiled-in!");
assert (method == NULL);
return NULL;
}
......@@ -272,11 +270,6 @@ encoder_t *sout_EncoderCreate( vlc_object_t *p_this )
return NULL;
}
void sout_MethodRelease (announce_method_t *method)
{
(void)method;
}
sout_input_t *sout_MuxAddStream (sout_mux_t *mux, es_format_t *fmt)
{
assert (0);
......@@ -308,11 +301,6 @@ void sout_MuxSendBuffer (sout_mux_t *mux, sout_input_t *input, block_t *block)
assert (0);
}
announce_method_t *sout_SAPMethod (void)
{
return NULL;
}
void sout_StreamChainDelete (sout_stream_t *p_first, sout_stream_t *p_last)
{
assert (0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment