<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
git version control wrote:
<blockquote cite="mid:20080911202411.2EAAD22BD0@skanda.videolan.org"
type="cite">
<pre wrap="">vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <a class="moz-txt-link-rfc2396E" href="mailto:jb@videolan.org"><jb@videolan.org></a> | Thu Sep 11 13:26:46 2008 -0700| [e6224eff014a1d115022d89d11277af5e80d9b01] | committer: Jean-Baptiste Kempf
Win32: Link Qt4 to qjpeg.
</pre>
<blockquote type="cite">
<pre wrap=""><a class="moz-txt-link-freetext" href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6224eff014a1d115022d89d11277af5e80d9b01">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6224eff014a1d115022d89d11277af5e80d9b01</a>
</pre>
</blockquote>
<pre wrap=""><!---->---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index fad53fd..9743015 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4903,7 +4903,7 @@ AS_IF([test "${enable_qt4}" != "no"], [
AS_IF([test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" -a "${SYS}" != "cygwin" -a "${SYS}" != "darwin"], [
VLC_ADD_LIBS([qt4],[$QT4_LIBS -lX11])
], [
- VLC_ADD_LIBS([qt4],[$QT4_LIBS])
+ VLC_ADD_LIBS([qt4],[$QT4_LIBS -lqjpeg])
])
QT4LOCALEDIR="$($PKG_CONFIG --variable=prefix QtCore)/share/qt4/translations/"
AC_SUBST(QT4LOCALEDIR)
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
<a class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</a>
</pre>
</blockquote>
You forgot to back port this into master branch.<br>
<br>
</body>
</html>