diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-05-21 10:20:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 01:20:29 -0700 |
| commit | 19b171468d2ddfdd934e7b7952c75555a0243eee (patch) | |
| tree | ae494685b5f545995bd226e65c60e85d17ca9710 /ports/ffmpeg/usage | |
| parent | 63e8ef6f20f93f342792389fdec7548361a42f6d (diff) | |
| download | vcpkg-19b171468d2ddfdd934e7b7952c75555a0243eee.tar.gz vcpkg-19b171468d2ddfdd934e7b7952c75555a0243eee.zip | |
[ffmpeg] add usage (#17284)
* [ffmpeg] add usage
* [ffmpeg] increase version
* add version files
* add version files
* Trigger Build
* add version files
* Trigger Build
* Trigger Build
* Bump port-version.
* Trigger Build
* add version files
* Trigger Build
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Diffstat (limited to 'ports/ffmpeg/usage')
| -rw-r--r-- | ports/ffmpeg/usage | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/ffmpeg/usage b/ports/ffmpeg/usage new file mode 100644 index 000000000..6ef6c3bd0 --- /dev/null +++ b/ports/ffmpeg/usage @@ -0,0 +1,6 @@ +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}) |
