From bec73ed3714fc89627392b1dfc74d1b919dbe355 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Fri, 14 May 2021 10:17:51 +0200 Subject: RTP: Fix GStreamer version check --- cmake/FindGIO.cmake | 1 - cmake/FindGstRtp.cmake | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/FindGIO.cmake b/cmake/FindGIO.cmake index 7d2fd65b..8ed4cb65 100644 --- a/cmake/FindGIO.cmake +++ b/cmake/FindGIO.cmake @@ -8,7 +8,6 @@ find_pkg_config_with_fallback(GIO ) if(GIO_FOUND AND NOT GIO_VERSION) - # TODO find_package(GLib ${GLib_GLOBAL_VERSION}) set(GIO_VERSION ${GLib_VERSION}) endif() diff --git a/cmake/FindGstRtp.cmake b/cmake/FindGstRtp.cmake index 0756a985..e13a1be7 100644 --- a/cmake/FindGstRtp.cmake +++ b/cmake/FindGstRtp.cmake @@ -8,6 +8,11 @@ find_pkg_config_with_fallback(GstRtp DEPENDS Gst ) +if(GstRtp_FOUND AND NOT GstRtp_VERSION) + find_package(Gst) + set(GstRtp_VERSION ${Gst_VERSION}) +endif() + include(FindPackageHandleStandardArgs) find_package_handle_standard_args(GstRtp REQUIRED_VARS GstRtp_LIBRARY -- cgit v1.2.3-70-g09d2