diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2022-01-04 17:03:45 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2022-01-05 09:26:52 +0800 |
commit | 46f43f222e891a3da704ec711e859d13c2e9b5c6 (patch) | |
tree | 92f58ac44666cdccf41e6fe957ee95e01558a495 /libavformat | |
parent | 8abc192236a5afe764e4fc76dcae9874fb3bedaa (diff) | |
download | ffmpeg-46f43f222e891a3da704ec711e859d13c2e9b5c6.tar.gz |
avcodec/videotoolbox: Fix undefined symbol with minimal configuration
Please reproduced with the following minimal configure command:
./configure --enable-shared --disable-all --enable-avcodec --enable-decoder=h264 --enable-hwaccel=h264_videotoolbox
You'll get below error:
Undefined symbols for architecture x86_64:
"_ff_videotoolbox_vpcc_extradata_create", referenced from:
_videotoolbox_start in videotoolbox.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Reported-by: Cameron Gutman <aicommander@gmail.com>
Tested-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libavformat')
0 files changed, 0 insertions, 0 deletions