Describe the bug
Since the last commit (5a1b13c#diff-aa065339cf21848143c63bd6a011957f05e6e912bae4edfe9d338bfea13bf435), the library libx264-164.dll is not copied to bin directory.
Environment
- OS: Win x64
- Compiler: vs2022
To Reproduce
Steps to reproduce the behavior:
- ./vcpkg install ffmpeg[opencl,nonfree,nvcodec,x264,gpl,version3]
- build
Expected behavior
After build, all DLLs should be copied (avcodec-61.dll, avformat-61.dll, OpenCL.dll, ... and libx264-164.dll)
Failure logs
- all dll's are copied except libx264-164.dll.
Workaround
Do a rollback to tag 2024.12.16 (git checkout tags/2024.12.16)
Describe the bug
Since the last commit (5a1b13c#diff-aa065339cf21848143c63bd6a011957f05e6e912bae4edfe9d338bfea13bf435), the library libx264-164.dll is not copied to bin directory.
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After build, all DLLs should be copied (avcodec-61.dll, avformat-61.dll, OpenCL.dll, ... and libx264-164.dll)
Failure logs
Workaround
Do a rollback to tag 2024.12.16 (git checkout tags/2024.12.16)