云端漫步

Results 6 issues of 云端漫步

小程序重启耗时过久,请确认业务逻辑中是否有复杂运算,或者死循环 这是微信开发者工具报的提示

# vcl ld: warning: object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000003.o) was built for newer macOS version (13.0) than being linked (10.8)ld: warning: ld: warning: ld: warning: ld: warning: object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000005.o) was built...

` 
int flush_encoder(AVFormatContext *fmtCtx, AVCodecContext *codecCtx, int vStreamIndex) {
 int ret = 0;
 AVPacket *enc_pkt = av_packet_alloc();
 enc_pkt->data = NULL;
 enc_pkt->size = 0;

 if (!(codecCtx->codec->capabilities & AV_CODEC_CAP_DELAY))
 return 0;

 printf("Flushing...

这个要怎么编译呀,macos下面提示找不到liblcl.dylib等文件

**Describe the bug** I compile ffmpeg on windows using cmake, mingw, vcpkg, using triad x64-mingw-static, using find_package(FFMPEG REQUIRED) When, it will prompt: Could not find FFMPEG_DEPENDENCY_psapi_RELEASE using the following names:...

category:community-triplet
Stale