Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f539b189
Commit
f539b189
authored
Dec 29, 2015
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: fix distclean
parent
80a9e445
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test/Makefile.am
test/Makefile.am
+1
-2
test/modules/packetizer/hxxx.c
test/modules/packetizer/hxxx.c
+1
-0
No files found.
test/Makefile.am
View file @
f539b189
...
...
@@ -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
:
...
...
test/modules/packetizer/hxxx.c
View file @
f539b189
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment