Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
6d0f45bb
Commit
6d0f45bb
authored
Aug 24, 2013
by
Rémi Denis-Courmont
Browse files
Export block_FifoWake() :-(
This mostly reverts commit
8e3dd711
.
parent
551b9f57
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/vlc_block.h
View file @
6d0f45bb
...
...
@@ -312,7 +312,7 @@ VLC_API void block_FifoRelease( block_fifo_t * );
VLC_API
void
block_FifoPace
(
block_fifo_t
*
fifo
,
size_t
max_depth
,
size_t
max_size
);
VLC_API
void
block_FifoEmpty
(
block_fifo_t
*
);
VLC_API
size_t
block_FifoPut
(
block_fifo_t
*
,
block_t
*
);
void
block_FifoWake
(
block_fifo_t
*
);
VLC_API
void
block_FifoWake
(
block_fifo_t
*
);
VLC_API
block_t
*
block_FifoGet
(
block_fifo_t
*
)
VLC_USED
;
VLC_API
block_t
*
block_FifoShow
(
block_fifo_t
*
);
size_t
block_FifoSize
(
const
block_fifo_t
*
p_fifo
)
VLC_USED
;
...
...
src/libvlccore.sym
View file @
6d0f45bb
...
...
@@ -31,6 +31,7 @@ block_FifoPace
block_FifoPut
block_FifoRelease
block_FifoShow
block_FifoWake
block_File
block_FilePath
block_heap_Alloc
...
...
Write
Preview
Supports
Markdown
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