Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
83adfa3d
Commit
83adfa3d
authored
Jul 30, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix vlc linking broken in [
7a7630a1
]
It gave -static -no-install flags to vlc instead of vlc-static
parent
3d82b2a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bin/Makefile.am
bin/Makefile.am
+1
-1
No files found.
bin/Makefile.am
View file @
83adfa3d
...
...
@@ -48,7 +48,7 @@ vlc_LDADD += -lwininet vlc_win32_rc.$(OBJEXT)
vlc_DEPENDENCIES
+=
vlc_win32_rc.
$(OBJEXT)
else
vlc_LDADD
+=
$(LIBDL)
vlc_LDFLAGS
+=
-no-install
-static
vlc_
static_
LDFLAGS
+=
-no-install
-static
endif
vlc_win32_rc.rc
:
$(top_builddir)/config.status vlc_win32_rc.rc.in
...
...
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