openwrt编译ffmpeg Makefile文件中添加libx264依赖,Libraries中找不到libx264是为什么问题?lede源码可以在Libraries中选择libx264 #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Labeller | |
on: | |
issues: | |
types: [ opened ] | |
jobs: | |
label-component: | |
name: Validate and Tag Bug Report | |
permissions: | |
issues: write | |
uses: openwrt/actions-shared-workflows/.github/workflows/issue-labeller.yml@main |