Skip to content

[ffmpeg] libx264-164.dll file is not copied to bin directory after build #43802

@perefm

Description

@perefm

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:

  1. ./vcpkg install ffmpeg[opencl,nonfree,nvcodec,x264,gpl,version3]
  2. 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)

Metadata

Metadata

Assignees

Labels

category:port-bugThe issue is with a library, which is something the port should already support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions