aboutsummaryrefslogtreecommitdiff
path: root/plugins/rtp
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2021-05-14 10:17:51 +0200
committerMarvin W <git@larma.de>2021-05-14 10:17:51 +0200
commitbec73ed3714fc89627392b1dfc74d1b919dbe355 (patch)
tree9c8c979053e97f9a722fc23ea6fa6aec5d9fb4a1 /plugins/rtp
parent3bfd407843fc414bde78831c714579a2c6844ef1 (diff)
downloaddino-bec73ed3714fc89627392b1dfc74d1b919dbe355.tar.gz
dino-bec73ed3714fc89627392b1dfc74d1b919dbe355.zip
RTP: Fix GStreamer version check
Diffstat (limited to 'plugins/rtp')
-rw-r--r--plugins/rtp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rtp/CMakeLists.txt b/plugins/rtp/CMakeLists.txt
index 52419425..3264e24a 100644
--- a/plugins/rtp/CMakeLists.txt
+++ b/plugins/rtp/CMakeLists.txt
@@ -12,7 +12,7 @@ find_packages(RTP_PACKAGES REQUIRED
GstAudio
)
-if(Gst_VERSION VERSION_GREATER "1.16")
+if(GstRtp_VERSION VERSION_GREATER "1.16")
set(RTP_DEFINITIONS GST_1_16)
endif()