Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
cf5a9ea7
Commit
cf5a9ea7
authored
Apr 03, 2008
by
Pierre d'Herbemont
Browse files
testapi: Don't disable test.
parent
b61c8fde
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/control/testapi.c
View file @
cf5a9ea7
...
...
@@ -318,7 +318,6 @@ static void test_events (const char ** argv, int argc)
static
void
test_media_player_play_stop
(
const
char
**
argv
,
int
argc
)
{
#if 0
libvlc_instance_t
*
vlc
;
libvlc_media_t
*
md
;
libvlc_media_player_t
*
mi
;
...
...
@@ -355,7 +354,6 @@ static void test_media_player_play_stop(const char** argv, int argc)
libvlc_release
(
vlc
);
catch
();
#endif
}
static
void
test_media_player_pause_stop
(
const
char
**
argv
,
int
argc
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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