Skip to content

mcoffin/cmake-ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

cmake-ffmpeg

CMake find module for FFmpeg based on COMPONENTS.

Usage

find_package(FFmpeg REQUIRED)
include_directories(${FFmpeg_INCLUDE_DIRS})

# Then link with ${FFmpeg_LIBRARIES}

License

The cmake find module is licensed under the zlib license (see source file).

About

CMake find module for FFmpeg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published