Ticket #5980: MythTV-H264Parser.h-new.patch
File MythTV-H264Parser.h-new.patch, 411 bytes (added by , 17 years ago) |
---|
-
libs/libmythtv/mpeg/H264Parser.h
23 23 #ifndef H264PARSER_H 24 24 #define H264PARSER_H 25 25 26 #include "../../libmythdb/compat.h" // for uint on win32 26 27 #include <stdint.h> 27 28 #include <sys/types.h> // for uint on Darwin 28 29