Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
3080bfc4
Commit
3080bfc4
authored
Jan 13, 2011
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing: build fix
parent
0ecc260d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
src/missing.c
src/missing.c
+1
-13
No files found.
src/missing.c
View file @
3080bfc4
...
@@ -251,11 +251,9 @@ ssize_t sout_AccessOutWrite (sout_access_out_t *out, block_t *block)
...
@@ -251,11 +251,9 @@ ssize_t sout_AccessOutWrite (sout_access_out_t *out, block_t *block)
#undef sout_AnnounceRegisterSDP
#undef sout_AnnounceRegisterSDP
session_descriptor_t
*
sout_AnnounceRegisterSDP
(
vlc_object_t
*
obj
,
session_descriptor_t
*
sout_AnnounceRegisterSDP
(
vlc_object_t
*
obj
,
const
char
*
sdp
,
const
char
*
sdp
,
const
char
*
dst
,
const
char
*
dst
)
announce_method_t
*
method
)
{
{
msg_Err
(
obj
,
"SDP export not compiled-in!"
);
msg_Err
(
obj
,
"SDP export not compiled-in!"
);
assert
(
method
==
NULL
);
return
NULL
;
return
NULL
;
}
}
...
@@ -272,11 +270,6 @@ encoder_t *sout_EncoderCreate( vlc_object_t *p_this )
...
@@ -272,11 +270,6 @@ encoder_t *sout_EncoderCreate( vlc_object_t *p_this )
return
NULL
;
return
NULL
;
}
}
void
sout_MethodRelease
(
announce_method_t
*
method
)
{
(
void
)
method
;
}
sout_input_t
*
sout_MuxAddStream
(
sout_mux_t
*
mux
,
es_format_t
*
fmt
)
sout_input_t
*
sout_MuxAddStream
(
sout_mux_t
*
mux
,
es_format_t
*
fmt
)
{
{
assert
(
0
);
assert
(
0
);
...
@@ -308,11 +301,6 @@ void sout_MuxSendBuffer (sout_mux_t *mux, sout_input_t *input, block_t *block)
...
@@ -308,11 +301,6 @@ void sout_MuxSendBuffer (sout_mux_t *mux, sout_input_t *input, block_t *block)
assert
(
0
);
assert
(
0
);
}
}
announce_method_t
*
sout_SAPMethod
(
void
)
{
return
NULL
;
}
void
sout_StreamChainDelete
(
sout_stream_t
*
p_first
,
sout_stream_t
*
p_last
)
void
sout_StreamChainDelete
(
sout_stream_t
*
p_first
,
sout_stream_t
*
p_last
)
{
{
assert
(
0
);
assert
(
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment