From 482a20430d59a620b555ebd39492f3f5e5b1b696 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Mon, 30 Jan 2017 15:54:05 -0800 Subject: [PATCH] ffmpeg_intgr.c: Wrong directory was being used in ffmpeg #include. --- src/lib_ccx/ffmpeg_intgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_ccx/ffmpeg_intgr.c b/src/lib_ccx/ffmpeg_intgr.c index 02acbe0d..467a7358 100644 --- a/src/lib_ccx/ffmpeg_intgr.c +++ b/src/lib_ccx/ffmpeg_intgr.c @@ -3,7 +3,7 @@ #ifdef ENABLE_FFMPEG #include #include -#include +#include #include #include #include