From 075feffe169f2fa5e42d0a8494f9d04fc97b0db8 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Thu, 15 Nov 2012 23:53:29 -0600 Subject: [PATCH] Updated path to opt.h ffmpeg include --- include/FFmpegWriter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FFmpegWriter.h b/include/FFmpegWriter.h index c02db5c2..d0a0ce28 100644 --- a/include/FFmpegWriter.h +++ b/include/FFmpegWriter.h @@ -18,7 +18,7 @@ extern "C" { #include - #include + #include #include #include #include