-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
relevant to #9
- Loading branch information
Showing
3 changed files
with
82 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
cmake_minimum_required(VERSION 3.0) | ||
|
||
project( | ||
realsense-ir-to-vaapi-h264 | ||
realsense-depth-to-vaapi-hevc10 | ||
) | ||
|
||
add_library(hve SHARED hardware-video-encoder/hve.c) | ||
|
||
add_executable(realsense-ir-to-vaapi-h264 main.cpp) | ||
target_include_directories(realsense-ir-to-vaapi-h264 PRIVATE hardware-video-encoder) | ||
target_link_libraries(realsense-ir-to-vaapi-h264 hve avcodec avutil realsense2) | ||
add_executable(realsense-depth-to-vaapi-hevc10 main.cpp) | ||
target_include_directories(realsense-depth-to-vaapi-hevc10 PRIVATE hardware-video-encoder) | ||
target_link_libraries(realsense-depth-to-vaapi-hevc10 hve avcodec avutil realsense2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters