1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2017-11-29 14:24:08 -03:00
parent 0c162854c1
commit a198c1386a
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -26,7 +26,6 @@
#include "libavutil/fifo.h"
#include "config.h"
#include "avcodec.h"