Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
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