Commit e6224eff authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: Link Qt4 to qjpeg.

parent 74ca61b1
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment