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:
parent
0c162854c1
commit
a198c1386a
@ -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…
Reference in New Issue
Block a user