vlc | branch: master | Francois Cartegnie <[email protected]> | Wed Aug  1 
09:51:34 2018 +0200| [39cecfd7cab512d674f5697e3e6081a3db3f20c2] | committer: 
Francois Cartegnie

test: fix distcheck with dash uri test

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

 test/Makefile.am               | 4 +---
 test/modules/demux/dashuri.cpp | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index db8e8b1786..e595065564 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -133,9 +133,7 @@ test_modules_keystore_SOURCES = modules/keystore/test.c
 test_modules_keystore_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_modules_tls_SOURCES = modules/misc/tls.c
 test_modules_tls_LDADD = $(LIBVLCCORE) $(LIBVLC)
-test_modules_demux_dashuri_SOURCES = modules/demux/dashuri.cpp \
-                                  ../modules/demux/dash/mpd/TemplatedUri.cpp \
-                                  ../modules/demux/dash/mpd/TemplatedUri.hpp
+test_modules_demux_dashuri_SOURCES = modules/demux/dashuri.cpp
 
 checkall:
        $(MAKE) check_PROGRAMS="$(check_PROGRAMS) $(EXTRA_PROGRAMS)" check
diff --git a/test/modules/demux/dashuri.cpp b/test/modules/demux/dashuri.cpp
index 64ff9c401c..fb2be90e4a 100644
--- a/test/modules/demux/dashuri.cpp
+++ b/test/modules/demux/dashuri.cpp
@@ -21,7 +21,7 @@
 # include "config.h"
 #endif
 
-#include "../modules/demux/dash/mpd/TemplatedUri.hpp"
+#include "../modules/demux/dash/mpd/TemplatedUri.cpp"
 
 #include <iostream>
 #include <cstring>

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to