Commit f539b189 authored by Francois Cartegnie's avatar Francois Cartegnie

test: fix distclean

parent 80a9e445
...@@ -90,8 +90,7 @@ test_src_input_stream_net_CFLAGS = $(AM_CFLAGS) -DTEST_NET ...@@ -90,8 +90,7 @@ test_src_input_stream_net_CFLAGS = $(AM_CFLAGS) -DTEST_NET
test_src_input_stream_net_LDADD = $(LIBVLCCORE) $(LIBVLC) test_src_input_stream_net_LDADD = $(LIBVLCCORE) $(LIBVLC)
test_src_misc_bits_SOURCES = src/misc/bits.c test_src_misc_bits_SOURCES = src/misc/bits.c
test_src_misc_bits_LDADD = $(LIBVLC) test_src_misc_bits_LDADD = $(LIBVLC)
test_modules_packetizer_hxxx_SOURCES = modules/packetizer/hxxx.c \ test_modules_packetizer_hxxx_SOURCES = modules/packetizer/hxxx.c
../modules/packetizer/hxxx_nal.c ../modules/packetizer/hxxx_nal.h
test_modules_packetizer_hxxx_LDADD = $(LIBVLC) test_modules_packetizer_hxxx_LDADD = $(LIBVLC)
checkall: checkall:
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_block.h> #include <vlc_block.h>
#include "../modules/packetizer/hxxx_nal.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, static void testannexbin( const uint8_t *p_data, size_t i_data,
const uint8_t **pp_res, size_t *pi_res ) const uint8_t **pp_res, size_t *pi_res )
......
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