Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
935af8b0
Commit
935af8b0
authored
Jul 23, 2007
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- bootstrap: quick fix for libtooling modules for mingw
parent
4d417a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
bootstrap
bootstrap
+7
-4
No files found.
bootstrap
View file @
935af8b0
...
@@ -221,7 +221,11 @@ EXTRA_LTLIBRARIES = ${extra_ltlibs}
...
@@ -221,7 +221,11 @@ EXTRA_LTLIBRARIES = ${extra_ltlibs}
include Modules.am
include Modules.am
LTLIBVLC = \$(top_builddir)/src/libvlc.la
if HAVE_WIN32
LTLIBVLC = -L\$(top_builddir)/src -lvlc.dll
else
LTLIBVLC = -L\$(top_builddir)/src -lvlc
endif
AM_LDFLAGS = -rpath '\$(libvlcdir)' -avoid-version \\
AM_LDFLAGS = -rpath '\$(libvlcdir)' -avoid-version \\
-module -no-undefined -shrext \$(LIBEXT) \\
-module -no-undefined -shrext \$(LIBEXT) \\
...
@@ -229,9 +233,8 @@ AM_LDFLAGS = -rpath '\$(libvlcdir)' -avoid-version \\
...
@@ -229,9 +233,8 @@ AM_LDFLAGS = -rpath '\$(libvlcdir)' -avoid-version \\
if USE_LIBTOOL
if USE_LIBTOOL
AM_LIBADD = \$(LTLIBVLC)
AM_LIBADD = \$(LTLIBVLC)
endif
else
if HAVE_WIN32
LIBVLC = -l\$(top_builddir) -lvlc
LIBVLC = \$(top_builddir)/src/libvlc.dll
endif
endif
all: all-modules
all: all-modules
...
...
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