Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
41e197b5
Commit
41e197b5
authored
Nov 02, 2005
by
Marian Durkovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for missing modules - hope this closes #412
parent
ca17e9b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
bootstrap
bootstrap
+2
-2
vlc-config.in.in
vlc-config.in.in
+2
-2
No files found.
bootstrap
View file @
41e197b5
...
...
@@ -127,8 +127,8 @@ dnl Private VLC macros - generated by bootstrap
EOF
if
[
"
${
PKGCONFIG
}
"
=
"no"
]
;
then
cat
>>
m4/private.m4
<<
EOF
dnl User does not have pkg-config, so
this is a no-op
AC_DEFUN([PKG_CHECK_MODULES],
[:], [], [], [
])
dnl User does not have pkg-config, so
assume package was not found
AC_DEFUN([PKG_CHECK_MODULES],
[ifelse([
\$
4], , :, [
\$
4])
])
EOF
fi
...
...
vlc-config.in.in
View file @
41e197b5
...
...
@@ -10,8 +10,8 @@ gprof="@gprof@"
cprof
=
"@cprof@"
optim
=
"@optim@"
plugins
=
"@PLUGINS@"
builtins
=
"@BUILTINS@"
plugins
=
"@PLUGINS@
"
builtins
=
"@BUILTINS@
"
cppflags
=
""
cflags
=
""
...
...
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