You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -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"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user