[vlc-devel] commit: Win32: Link Qt4 to qjpeg. (Jean-Baptiste Kempf )

xxcv xxcv07 at gmail.com
Fri Sep 19 06:48:38 CEST 2008


git version control wrote:
> vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 11 13:26:46 2008 -0700| [e6224eff014a1d115022d89d11277af5e80d9b01] | committer: Jean-Baptiste Kempf 
>
> Win32: Link Qt4 to qjpeg.
>
>   
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6224eff014a1d115022d89d11277af5e80d9b01
>>     
> ---
>
>  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:
> http://mailman.videolan.org/listinfo/vlc-devel
>
>   
You forgot to back port this into master branch.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080919/bbf20d6b/attachment.html>


More information about the vlc-devel mailing list