Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
5ba68590
Commit
5ba68590
authored
Dec 15, 2003
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing QT/Embedded header detection.
parent
33e006c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure.ac
View file @
5ba68590
dnl Autoconf settings for vlc
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.13
4 2003/12/14 16:08:32 titer
Exp $
dnl $Id: configure.ac,v 1.13
5 2003/12/15 21:07:55 jpsaman
Exp $
AC_INIT(vlc,0.7.0-test2)
AC_INIT(vlc,0.7.0-test2)
...
@@ -2438,7 +2438,7 @@ then
...
@@ -2438,7 +2438,7 @@ then
fi
fi
AX_ADD_PLUGINS([qte])
AX_ADD_PLUGINS([qte])
NEED_QTE_MAIN=yes
NEED_QTE_MAIN=yes
CPPFLAGS="${CPPFLAGS_save} ${C
PP
FLAGS_qte}"
CPPFLAGS="${CPPFLAGS_save} ${C
XX
FLAGS_qte}"
AC_CHECK_HEADERS(qt.h jpeglib.h, ,[
AC_CHECK_HEADERS(qt.h jpeglib.h, ,[
AC_MSG_ERROR([echo "Cannot find QT Embedded development headers."])
AC_MSG_ERROR([echo "Cannot find QT Embedded development headers."])
] )
] )
...
@@ -2993,7 +2993,7 @@ AC_ARG_ENABLE(opie,
...
@@ -2993,7 +2993,7 @@ AC_ARG_ENABLE(opie,
AX_ADD_LDFLAGS([qte],[-L${QTDIR}/lib `echo -L${QTDIR}/lib | sed 's,opt/QtPalmtop,usr,'`])
AX_ADD_LDFLAGS([qte],[-L${QTDIR}/lib `echo -L${QTDIR}/lib | sed 's,opt/QtPalmtop,usr,'`])
AX_ADD_CXXFLAGS([qte],[-I${QTDIR}/include `echo -I${QTDIR}/include | sed 's,opt/QtPalmtop,usr,'`])
AX_ADD_CXXFLAGS([qte],[-I${QTDIR}/include `echo -I${QTDIR}/include | sed 's,opt/QtPalmtop,usr,'`])
fi
fi
CPPFLAGS="${CPPFLAGS_save} ${C
PP
FLAGS_qte}"
CPPFLAGS="${CPPFLAGS_save} ${C
XX
FLAGS_qte}"
AC_CHECK_HEADERS(qt.h jpeglib.h, ,[
AC_CHECK_HEADERS(qt.h jpeglib.h, ,[
AC_MSG_ERROR([echo "Cannot find QT Embedded development headers."])
AC_MSG_ERROR([echo "Cannot find QT Embedded development headers."])
] )
] )
...
...
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