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
7cc03927
Commit
7cc03927
authored
Oct 03, 2002
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Found bug in configure.in script Qt Embedded definition used $(QTDIR) i.s.o ${QTDIR}
parent
d4852cc1
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11992 additions
and
5457 deletions
+11992
-5457
configure
configure
+11990
-5455
configure.in
configure.in
+2
-2
No files found.
configure
View file @
7cc03927
This diff is collapsed.
Click to expand it.
configure.in
View file @
7cc03927
...
@@ -1211,7 +1211,7 @@ then
...
@@ -1211,7 +1211,7 @@ then
if test "x${with_qte}" = "x"
if test "x${with_qte}" = "x"
then
then
test_LDFLAGS="-L${QTDIR}/lib"
test_LDFLAGS="-L${QTDIR}/lib"
test_CFLAGS="-I$
(QTDIR)
/include"
test_CFLAGS="-I$
{QTDIR}
/include"
else
else
test_LDFLAGS="-L${with_qte}/lib"
test_LDFLAGS="-L${with_qte}/lib"
test_CFLAGS="-I${with_qte}/include"
test_CFLAGS="-I${with_qte}/include"
...
@@ -1584,7 +1584,7 @@ AC_ARG_ENABLE(opie,
...
@@ -1584,7 +1584,7 @@ AC_ARG_ENABLE(opie,
[ --with-qte=PATH Qt Embedded headers and libraries])
[ --with-qte=PATH Qt Embedded headers and libraries])
if test "x${with_qte}" = "x"
if test "x${with_qte}" = "x"
then
then
test_LDFLAGS="-L$
(QTDIR)
/lib"
test_LDFLAGS="-L$
{QTDIR}
/lib"
test_CFLAGS="-I${QTDIR}/include"
test_CFLAGS="-I${QTDIR}/include"
else
else
test_LDFLAGS="-L${with_qte}/lib"
test_LDFLAGS="-L${with_qte}/lib"
...
...
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