mirror of https://git.ffmpeg.org/ffmpeg.git
swscale: fix compilation of bfin due to missing pixdesc.h header
This is required after sws_format_name() was replaced by av_get_pix_fmt(), which is declared in libavutil/pixdesc.h.
This commit is contained in:
parent
adf9415598
commit
eb5a3ab7b0
|
@ -28,6 +28,7 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include "libavutil/pixdesc.h"
|
||||||
#include "libswscale/rgb2rgb.h"
|
#include "libswscale/rgb2rgb.h"
|
||||||
#include "libswscale/swscale.h"
|
#include "libswscale/swscale.h"
|
||||||
#include "libswscale/swscale_internal.h"
|
#include "libswscale/swscale_internal.h"
|
||||||
|
|
Loading…
Reference in New Issue