From 8992cb1d0d07edc33d274f6d7924ecdf6f83d994 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 5 Sep 2013 17:57:22 +0100 Subject: making act segmenter --- ffmpeg/libavutil/avconfig.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ffmpeg/libavutil/avconfig.h (limited to 'ffmpeg/libavutil/avconfig.h') diff --git a/ffmpeg/libavutil/avconfig.h b/ffmpeg/libavutil/avconfig.h new file mode 100644 index 0000000..2ec333d --- /dev/null +++ b/ffmpeg/libavutil/avconfig.h @@ -0,0 +1,7 @@ +/* Generated by ffconf */ +#ifndef AVUTIL_AVCONFIG_H +#define AVUTIL_AVCONFIG_H +#define AV_HAVE_BIGENDIAN 0 +#define AV_HAVE_FAST_UNALIGNED 1 +#define AV_HAVE_INCOMPATIBLE_FORK_ABI 0 +#endif /* AVUTIL_AVCONFIG_H */ -- cgit v1.2.3