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
da6b3153
Commit
da6b3153
authored
Jul 13, 2006
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bootstrap: strip library version from modules.
parent
7acc8749
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bootstrap
bootstrap
+2
-2
No files found.
bootstrap
View file @
da6b3153
...
...
@@ -52,7 +52,7 @@ fi
# Check for automake
amvers
=
"no"
for
v
in
"-1.9"
"19"
"-1.8"
"18"
"-1.7"
"17"
;
do
for
v
in
"-1.
7"
"-1.
9"
"19"
"-1.8"
"18"
"-1.7"
"17"
;
do
if
automake
${
v
}
--version
>
/dev/null 2>&1
;
then
amsuff
=
"
${
v
}
"
amvers
=
"
${
v
}
"
...
...
@@ -377,7 +377,7 @@ lib${mod}_plugin_la_CFLAGS = \`\$(VLC_CONFIG) --cflags plugin ${mod}\`
lib
${
mod
}
_plugin_la_CXXFLAGS =
\`\$
(VLC_CONFIG) --cxxflags plugin
${
mod
}
\`
lib
${
mod
}
_plugin_la_OBJCFLAGS =
\`\$
(VLC_CONFIG) --objcflags plugin
${
mod
}
\`
lib
${
mod
}
_plugin_la_LDFLAGS =
\`\$
(VLC_CONFIG) --libs plugin
${
mod
}
\`
\\
-rpath '
\$
(libvlcdir)' -module -shrext
\$
(LIBEXT)
-rpath '
\$
(libvlcdir)' -
avoid-version -
module -shrext
\$
(LIBEXT)
lib
${
mod
}
_plugin_la_LIBADD =
\$
(LTLIBVLC)
lib
${
mod
}
_a_SOURCES =
\$
(SOURCES_
${
mod
}
)
...
...
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