Ticket #7133: mythgallery2.patch

File mythgallery2.patch, 747 bytes (added by Jonathan Martens <jonathan@…>, 15 years ago)

Additional patch defining NEW_LIB_EXIF to compile the proper lines on windows (also fixing a minor typo in the license header in the file)

  • mythgallery/mythgallery/galleryutil.cpp

     
    55
    66 * This program is free software; you can redistribute it
    77 * and/or modify it under the terms of the GNU General
    8  * Public License as published bythe Free Software Foundation;
     8 * Public License as published by the Free Software Foundation;
    99 * either version 2, or (at your option)
    1010 * any later version.
    1111 *
     
    1616 *
    1717 * ============================================================ */
    1818
     19#ifdef USING_MINGW
     20#define NEW_LIB_EXIF 1
     21#endif
     22
    1923// qt
    2024#include <QDir>
    2125