Coder Social home page Coder Social logo

Comments (4)

thisiszy avatar thisiszy commented on September 27, 2024 1

@thisiszy, thanks for posting this issue, could you provide the steps to reproduce?

Yes, I just used git pull to update my local vcpkg repo version and tried to use vcpkg install ffmpeg to install the ffmpeg. Then, the installation will fail during the Build Release phase.

from vcpkg.

JonLiu1993 avatar JonLiu1993 commented on September 27, 2024

@thisiszy, thanks for posting this issue, could you provide the steps to reproduce?

from vcpkg.

JonLiu1993 avatar JonLiu1993 commented on September 27, 2024

I have successfully installed ffmpeg locally using the latest vcpkg. Which version of ffmpeg did you install?

-- Installing: F:/Feature-test/ffmpeg/packages/ffmpeg_x64-windows/share/ffmpeg/usage
-- Installing: F:/Feature-test/ffmpeg/packages/ffmpeg_x64-windows/share/ffmpeg/copyright
-- Performing post-build validation
Elapsed time to handle ffmpeg:x64-windows: 22 min
Total install time: 22 min
To use ffmpeg add the following to your CMake project:

    find_package(FFMPEG REQUIRED)
    target_include_directories(main PRIVATE ${FFMPEG_INCLUDE_DIRS})
    target_link_directories(main PRIVATE ${FFMPEG_LIBRARY_DIRS})
    target_link_libraries(main PRIVATE ${FFMPEG_LIBRARIES})

Could you provide the complete error log? Thanks

from vcpkg.

thisiszy avatar thisiszy commented on September 27, 2024

Sorry for the inconvenience. Yesterday, I fixed this by adding the -std=11 to the extra-cflags, but I can not reproduce it today anyway and the logs have been deleted. I tried to uninstall and reinstall the ffmpeg and this error never happened again. Maybe this is due to my other packages and it was fixed after yesterday's successful build.

I'll close this issue.

from vcpkg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.