[vlc-commits] test: media_list_player: fix build

Thomas Guillem git at videolan.org
Tue Mar 26 10:27:02 CET 2019


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Mar 26 10:25:58 2019 +0100| [3fc4f3c9517ebc3be69a167b57f05f36a4757fa1] | committer: Thomas Guillem

test: media_list_player: fix build

This test is disabled (and should stay that way)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3fc4f3c9517ebc3be69a167b57f05f36a4757fa1
---

 test/libvlc/media_list_player.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/libvlc/media_list_player.c b/test/libvlc/media_list_player.c
index 7099887ef3..e68399facb 100644
--- a/test/libvlc/media_list_player.c
+++ b/test/libvlc/media_list_player.c
@@ -33,6 +33,7 @@
     This allows for the direct addition of subitems in the playback options test.
     This would not be necessary if there were an add subitems function.
 */
+#include "../../lib/libvlc_internal.h"
 #include "../../lib/media_internal.h"
 
 struct check_items_order_data {



More information about the vlc-commits mailing list