Skip to content

Commit

Permalink
Add missing h264 define. (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaheux authored Jul 26, 2024
1 parent 9a296d6 commit d36bf1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CACHE INTERNAL "")
message(STATUS "opentera-webrtc-native-client Version : ${OPENTERA_WEBRTC_NATIVE_CLIENT_VERSION}")

add_definitions(-DOPENTERA_WEBRTC_NATIVE_CLIENT_VERSION="${OPENTERA_WEBRTC_NATIVE_CLIENT_VERSION}")
add_definitions(-DWEBRTC_USE_H264)

if (POLICY CMP0014)
cmake_policy(SET CMP0014 NEW)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.2.4

0 comments on commit d36bf1a

Please sign in to comment.