Ticket #8213: patch-programs__mythtranscode__mpeg2fix.cpp

File patch-programs__mythtranscode__mpeg2fix.cpp, 319 bytes (added by decke@…, 14 years ago)

mythtranscode compile fix

Line 
1--- programs/mythtranscode/mpeg2fix.cpp.orig    2009-11-02 20:52:39.000000000 +0100
2+++ programs/mythtranscode/mpeg2fix.cpp 2009-11-02 20:53:08.000000000 +0100
3@@ -12,6 +12,10 @@
4 #include <getopt.h>
5 #include <stdint.h>
6 
7+#ifdef __FreeBSD__
8+#include <sys/stat.h>
9+#endif
10+
11 #include "config.h"
12 #include "mpeg2fix.h"
13