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
1086c467
Commit
1086c467
authored
Feb 15, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't try to outsmart the compiler for the include path
This breaks cross-compilation with any prefix other than /usr
parent
5f68da68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
vlc-config.in.in
vlc-config.in.in
+0
-7
No files found.
vlc-config.in.in
View file @
1086c467
...
@@ -69,13 +69,6 @@ if test $# -eq 0; then
...
@@ -69,13 +69,6 @@ if test $# -eq 0; then
usage 1 1>&2
usage 1 1>&2
fi
fi
#
# No need to include the default @*FLAGS@ values here because they are
# automatically added when using $(COMPILE), $(CXXCOMPILE) or $(OBJCCOMPILE)
#
if test "@includedir@" != "/usr/include"; then
includes="-I@includedir@"
fi
if test "${top_builddir}" != ""; then
if test "${top_builddir}" != ""; then
top_builddir="${top_builddir}/"
top_builddir="${top_builddir}/"
elif test "${TOP_BUILDDIR}" != ""; then
elif test "${TOP_BUILDDIR}" != ""; then
...
...
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