Commit 74ca61b1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

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.
parent 8b2e608f
......@@ -48,6 +48,11 @@
#include "../../../share/vlc32x32-christmas.xpm"
#include <vlc_plugin.h>
#ifdef WIN32
#include <QtPlugin>
Q_IMPORT_PLUGIN(qjpeg)
#endif
/*****************************************************************************
* Local prototypes.
*****************************************************************************/
......
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