Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
GSoC
GSoC2018
macOS
vlc
Commits
ca5dd4d0
Commit
ca5dd4d0
authored
Oct 28, 2016
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: fix linking (with --disable-shared)
parent
9fe34b89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/Makefile.am
test/Makefile.am
+2
-2
No files found.
test/Makefile.am
View file @
ca5dd4d0
...
...
@@ -69,8 +69,8 @@ samples/meta.sample:
AM_CFLAGS
=
-DSRCDIR
=
\"
$(srcdir)
\"
AM_LDFLAGS
=
-no-install
LIBVLCCORE
=
../src/libvlccore.la
LIBVLC
=
../lib/libvlc.la
LIBVLCCORE
=
-L
../src/
-lvlccore
LIBVLC
=
-L
../lib
-lvlc
test_libvlc_core_SOURCES
=
libvlc/core.c
test_libvlc_core_LDADD
=
$(LIBVLC)
...
...
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