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

Signed-off-by: James Almer <jamrial@gmail.com>
pull/272/head
James Almer 7 years ago
parent 0c162854c1
commit a198c1386a
  1. 2
      libavcodec/amfenc.c
  2. 1
      libavcodec/amfenc.h

@ -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"

Loading…
Cancel
Save