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
70388797
Commit
70388797
authored
May 15, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlc-config: remove external mode. Use pkg-config.
parent
edb7e412
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
vlc-config.in.in
vlc-config.in.in
+0
-16
No files found.
vlc-config.in.in
View file @
70388797
...
...
@@ -228,10 +228,6 @@ while test $# -gt 0; do
;;
mozilla
)
;;
external
)
echo_external
=
yes
libs
=
"
${
libs
}
-lvlc -lvlc-control"
;;
*
)
module
=
"
$tgt
"
;;
...
...
@@ -295,22 +291,10 @@ fi
# Libs
# There are 4 possibilities
# - We are a plugin or a builtin
# - We are building from the outside (external):
# - Give full libvlc linkflags + -lvlc (in libdir)
# - Link with builtins in libdir
# - We are building something from the inside (builtin)
# - Link with builtins in place
# If you want something shared from the inside (binding),
# you need "builtin vlc"
if
test
"
${
echo_libs
}
"
=
yes
;
then
if
test
"
${
echo_external
}
"
=
yes
;
then
for
module
in
`
echo
"
${
builtins
}
"
`
;
do
libs
=
"
${
libs
}
@libdir@/vlc/lib
${
module
}
.a"
done
for
module
in
`
echo
"
${
builtins
}
"
`
;
do
register_flags
"
${
module
}
"
done
register_flags
"vlc"
fi
echo
"
${
libs
}
"
fi
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