Commit a198c138 authored by James Almer's avatar James Almer

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

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 0c162854
......@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "config.h"
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "libavutil/hwcontext.h"
......
......@@ -26,7 +26,6 @@
#include "libavutil/fifo.h"
#include "config.h"
#include "avcodec.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment