diff options
Diffstat (limited to 'multimedia/dvbcut/files/patch-index.h')
-rw-r--r-- | multimedia/dvbcut/files/patch-index.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/dvbcut/files/patch-index.h b/multimedia/dvbcut/files/patch-index.h new file mode 100644 index 000000000000..c21f19c09aab --- /dev/null +++ b/multimedia/dvbcut/files/patch-index.h @@ -0,0 +1,15 @@ +--- src/index.h~ Mon Dec 19 22:52:11 2005 ++++ src/index.h Mon Dec 19 23:05:24 2005 +@@ -20,7 +20,11 @@ + #define _DVBCUT_INDEX_H + + #include <stdint.h> +-#include <byteswap.h> ++#if defined(__FreeBSD__) ++#include <sys/endian.h> ++#else ++#include <byteswap.h> ++#endif + #include "types.h" + #include "pts.h" + #include "defines.h" |