mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
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 "config.h"
|
||||
#include <unistd.h>
|
||||
#include "libavutil/pixdesc.h"
|
||||
#include "libswscale/rgb2rgb.h"
|
||||
#include "libswscale/swscale.h"
|
||||
#include "libswscale/swscale_internal.h"
|
||||
|
Loading…
Reference in New Issue
Block a user