Browse code

avcodec/amfenc: move config.h include where it's needed

Signed-off-by: James Almer <jamrial@gmail.com>

James Almer authored on 2017/11/30 02:24:08
Showing 2 changed files
... ...
@@ -16,6 +16,8 @@
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 17
  */
18 18
 
19
+#include "config.h"
20
+
19 21
 #include "libavutil/avassert.h"
20 22
 #include "libavutil/imgutils.h"
21 23
 #include "libavutil/hwcontext.h"
... ...
@@ -26,7 +26,6 @@
26 26
 
27 27
 #include "libavutil/fifo.h"
28 28
 
29
-#include "config.h"
30 29
 #include "avcodec.h"
31 30
 
32 31