Skip to content

Instantly share code, notes, and snippets.

@roxlu
Created December 6, 2019 21:25
Show Gist options
  • Save roxlu/62eb9b76e8237c2e5eaf8f73f839743e to your computer and use it in GitHub Desktop.
Save roxlu/62eb9b76e8237c2e5eaf8f73f839743e to your computer and use it in GitHub Desktop.
Creating library libavcodec/avcodec.lib and object libavcodec/avcodec.exp
libx264.o : error LNK2019: unresolved external symbol __imp_x264_param_default referenced in function X264_init
libx264.o : error LNK2019: unresolved external symbol __imp_x264_param_parse referenced in function X264_init
libx264.o : error LNK2019: unresolved external symbol __imp_x264_param_default_preset referenced in function X264_init
libx264.o : error LNK2019: unresolved external symbol __imp_x264_param_apply_fastfirstpass referenced in function X264_init
libx264.o : error LNK2019: unresolved external symbol __imp_x264_param_apply_profile referenced in function X264_init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment