summaryrefslogtreecommitdiff
path: root/src/lib/matcher.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-09 09:49:24 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-09 09:49:24 +0000
commit94b48aad7958be46e8294ed736baa53c86ce6b26 (patch)
tree13fdb16a9c17633f44104c292b85caba06f9e71a /src/lib/matcher.h
parent8a6d700346a6f5ca320883ea1e4d628b80f3b8fd (diff)
Try to allow builds with 0.10.4-era ffmpeg.
Diffstat (limited to 'src/lib/matcher.h')
-rw-r--r--src/lib/matcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/matcher.h b/src/lib/matcher.h
index 9bd30fe62..b94c28446 100644
--- a/src/lib/matcher.h
+++ b/src/lib/matcher.h
@@ -19,6 +19,7 @@
#include <boost/optional.hpp>
#include "processor.h"
+#include "ffmpeg_compatibility.h"
class Matcher : public AudioVideoProcessor
{