Ticket #5980: MythTV-H264Parser.h-new.patch

File MythTV-H264Parser.h-new.patch, 411 bytes (added by Jonathan Martens <jonathan@…>, 17 years ago)

New patch for H264Parser.h (to define uint by means of including ../../libmythdb/compat.h

  • libs/libmythtv/mpeg/H264Parser.h

     
    2323#ifndef H264PARSER_H
    2424#define H264PARSER_H
    2525
     26#include "../../libmythdb/compat.h" // for uint on win32
    2627#include <stdint.h>
    2728#include <sys/types.h>  // for uint on Darwin
    2829