]> git.sesse.net Git - vlc/commit
Qt Jpeg support on Windows.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 11 Sep 2008 20:12:57 +0000 (13:12 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 12 Sep 2008 00:13:24 +0000 (17:13 -0700)
commitfa2877deff194461e587a3f6574cf1bcd085df4f
tree05c3f862892c3d5a37f6836806d93e602abdb834
parent65052fefa352631a8585aa2f758e94633f0bc485
Qt Jpeg support on Windows.

This is a support to statically link jpeg plugin on windows to the plugin in order to make Qt read jpeg files (needed for album art).
This of course, will increase the binary size, but since dionoea is lazy and doesn't want to make easily conversion from jpeg to png|xpm|bmp, here we go. :D
Better solution should be found on master.
(cherry picked from commit 74ca61b171fa7d724cb640a0009f519885da29f0)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/qt4.cpp