[vlc-commits] test: fix distclean

Francois Cartegnie git at videolan.org
Tue Dec 29 13:12:00 CET 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Dec 29 13:07:52 2015 +0100| [f539b189b81a2ea96ea3880d57c6e4c9c487436a] | committer: Francois Cartegnie

test: fix distclean

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

 test/Makefile.am               |    3 +--
 test/modules/packetizer/hxxx.c |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 2e93b33..1d1196b 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -90,8 +90,7 @@ test_src_input_stream_net_CFLAGS = $(AM_CFLAGS) -DTEST_NET
 test_src_input_stream_net_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_src_misc_bits_SOURCES = src/misc/bits.c
 test_src_misc_bits_LDADD = $(LIBVLC)
-test_modules_packetizer_hxxx_SOURCES = modules/packetizer/hxxx.c \
-				       ../modules/packetizer/hxxx_nal.c ../modules/packetizer/hxxx_nal.h
+test_modules_packetizer_hxxx_SOURCES = modules/packetizer/hxxx.c
 test_modules_packetizer_hxxx_LDADD = $(LIBVLC)
 
 checkall:
diff --git a/test/modules/packetizer/hxxx.c b/test/modules/packetizer/hxxx.c
index 3052f2f..a0ea85a 100644
--- a/test/modules/packetizer/hxxx.c
+++ b/test/modules/packetizer/hxxx.c
@@ -26,6 +26,7 @@
 #include <vlc_common.h>
 #include <vlc_block.h>
 #include "../modules/packetizer/hxxx_nal.h"
+#include "../modules/packetizer/hxxx_nal.c"
 
 static void testannexbin( const uint8_t *p_data, size_t i_data,
                           const uint8_t **pp_res, size_t *pi_res )



More information about the vlc-commits mailing list