Commit cf5a9ea7 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

testapi: Don't disable test.

parent b61c8fde
...@@ -318,7 +318,6 @@ static void test_events (const char ** argv, int argc) ...@@ -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) static void test_media_player_play_stop(const char** argv, int argc)
{ {
#if 0
libvlc_instance_t *vlc; libvlc_instance_t *vlc;
libvlc_media_t *md; libvlc_media_t *md;
libvlc_media_player_t *mi; libvlc_media_player_t *mi;
...@@ -355,7 +354,6 @@ static void test_media_player_play_stop(const char** argv, int argc) ...@@ -355,7 +354,6 @@ static void test_media_player_play_stop(const char** argv, int argc)
libvlc_release (vlc); libvlc_release (vlc);
catch (); catch ();
#endif
} }
static void test_media_player_pause_stop(const char** argv, int argc) static void test_media_player_pause_stop(const char** argv, int argc)
......
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