Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
1ee48e27
Commit
1ee48e27
authored
Jun 04, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove spurious warning
parent
9d85b9da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
vlc-config.in.in
vlc-config.in.in
+1
-4
No files found.
vlc-config.in.in
View file @
1ee48e27
...
@@ -199,9 +199,6 @@ while test $# -gt 0; do
...
@@ -199,9 +199,6 @@ while test $# -gt 0; do
echo_plugin
=
yes
echo_plugin
=
yes
cppflags
=
"
${
cppflags
}
-D__VLC__ -D__PLUGIN__"
cppflags
=
"
${
cppflags
}
-D__VLC__ -D__PLUGIN__"
;;
;;
pic
)
echo
"Warning: vlc-config does not use
\"
pic
\"
anymore."
>
&2
;;
builtin
)
builtin
)
echo_builtin
=
yes
echo_builtin
=
yes
cppflags
=
"
${
cppflags
}
-D__VLC__ -D__BUILTIN__"
cppflags
=
"
${
cppflags
}
-D__VLC__ -D__BUILTIN__"
...
@@ -311,7 +308,7 @@ fi
...
@@ -311,7 +308,7 @@ fi
# - We are building something from the inside (builtin)
# - We are building something from the inside (builtin)
# - Link with builtins in place
# - Link with builtins in place
# If you want something shared from the inside (binding),
# If you want something shared from the inside (binding),
# you need "builtin vlc
pic
"
# you need "builtin vlc"
if
test
"
${
echo_libs
}
"
=
yes
;
then
if
test
"
${
echo_libs
}
"
=
yes
;
then
if
test
"
${
echo_builtin
}
"
=
yes
;
then
if
test
"
${
echo_builtin
}
"
=
yes
;
then
for
module
in
`
echo
"
${
builtins
}
"
`
;
do
for
module
in
`
echo
"
${
builtins
}
"
`
;
do
...
...
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