]> git.sesse.net Git - vlc/blob - contrib/src/qt4/imageformats.patch
force symlink creation
[vlc] / contrib / src / qt4 / imageformats.patch
1 --- qt-everywhere-opensource-src-4.7.4/src/plugins/imageformats/imageformats.pro.orig   2011-11-10 18:56:04.617315921 -0500
2 +++ qt-everywhere-opensource-src-4.7.4/src/plugins/imageformats/imageformats.pro        2011-11-10 18:56:39.269487754 -0500
3 @@ -1,8 +1,8 @@
4  TEMPLATE = subdirs
5  
6 -!contains(QT_CONFIG, no-jpeg):!contains(QT_CONFIG, jpeg):SUBDIRS += jpeg
7 +!contains(QT_CONFIG, no-libjpeg):!contains(QT_CONFIG, libjpeg):SUBDIRS += jpeg
8  !contains(QT_CONFIG, no-gif):!contains(QT_CONFIG, gif):SUBDIRS += gif
9 -!contains(QT_CONFIG, no-mng):!contains(QT_CONFIG, mng):SUBDIRS += mng
10 +!contains(QT_CONFIG, no-libmng):!contains(QT_CONFIG, libmng):SUBDIRS += mng
11  contains(QT_CONFIG, svg):SUBDIRS += svg
12 -!contains(QT_CONFIG, no-tiff):!contains(QT_CONFIG, tiff):SUBDIRS += tiff
13 +!contains(QT_CONFIG, no-libtiff):!contains(QT_CONFIG, libtiff):SUBDIRS += tiff
14  !contains(QT_CONFIG, no-ico):SUBDIRS += ico