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
2b5b2845
Commit
2b5b2845
authored
Jan 11, 2016
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: don´t link statically
parent
062c2c3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test/Makefile.am
test/Makefile.am
+2
-1
No files found.
test/Makefile.am
View file @
2b5b2845
...
...
@@ -61,7 +61,7 @@ samples/meta.sample:
curl
$(SAMPLES_SERVER)
/metadata/id3tag/Wesh-Bonneville.mp3
>
$@
AM_CFLAGS
=
-DSRCDIR
=
\"
$(srcdir)
\"
AM_LDFLAGS
=
-no-install
-static
AM_LDFLAGS
=
-no-install
LIBVLCCORE
=
../src/libvlccore.la
LIBVLC
=
../lib/libvlc.la
...
...
@@ -94,6 +94,7 @@ test_src_misc_bits_SOURCES = src/misc/bits.c
test_src_misc_bits_LDADD
=
$(LIBVLC)
test_modules_packetizer_hxxx_SOURCES
=
modules/packetizer/hxxx.c
test_modules_packetizer_hxxx_LDADD
=
$(LIBVLC)
test_modules_packetizer_hxxx_LDFLAGS
=
-no-install
-static
# WTF
test_modules_keystore_SOURCES
=
modules/keystore/test.c
test_modules_keystore_LDADD
=
$(LIBVLCCORE)
$(LIBVLC)
test_modules_tls_SOURCES
=
modules/misc/tls.c
...
...
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