Ticket #2212: mhi.h.diff

File mhi.h.diff, 558 bytes (added by awk@…, 20 years ago)

patch to mhi.h to rearrange header include order to avoid 'always_inline errors'

  • mhi.h

     
    1919#include <qptrqueue.h>
    2020
    2121// MythTV headers
    22 #include "../libavcodec/avcodec.h" // to decode single MPEG I-frames
    2322#include "../libmythfreemheg/freemheg.h"
    2423#include "interactivetv.h"
    2524#include "mhi.h"
     
    2928#include "mythdbcon.h"
    3029#include "NuppelVideoPlayer.h"
    3130
     31#include "../libavcodec/avcodec.h" // to decode single MPEG I-frames
     32
    3233class OSDSet;
    3334class DSMCCPacket;
    3435class MHIImageData;