Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
5ba68590
Commit
5ba68590
authored
Dec 15, 2003
by
Jean-Paul Saman
Browse files
Fixing QT/Embedded header detection.
parent
33e006c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
5ba68590
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.13
4
2003/12/1
4 16:08:32 titer
Exp $
dnl $Id: configure.ac,v 1.13
5
2003/12/1
5 21:07:55 jpsaman
Exp $
AC_INIT(vlc,0.7.0-test2)
...
...
@@ -2438,7 +2438,7 @@ then
fi
AX_ADD_PLUGINS([qte])
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_MSG_ERROR([echo "Cannot find QT Embedded development headers."])
] )
...
...
@@ -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_CXXFLAGS([qte],[-I${QTDIR}/include `echo -I${QTDIR}/include | sed 's,opt/QtPalmtop,usr,'`])
fi
CPPFLAGS="${CPPFLAGS_save} ${C
PP
FLAGS_qte}"
CPPFLAGS="${CPPFLAGS_save} ${C
XX
FLAGS_qte}"
AC_CHECK_HEADERS(qt.h jpeglib.h, ,[
AC_MSG_ERROR([echo "Cannot find QT Embedded development headers."])
] )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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