diff options
author | Marvin W <git@larma.de> | 2021-05-14 10:17:51 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2021-05-14 10:17:51 +0200 |
commit | bec73ed3714fc89627392b1dfc74d1b919dbe355 (patch) | |
tree | 9c8c979053e97f9a722fc23ea6fa6aec5d9fb4a1 /plugins | |
parent | 3bfd407843fc414bde78831c714579a2c6844ef1 (diff) | |
download | dino-bec73ed3714fc89627392b1dfc74d1b919dbe355.tar.gz dino-bec73ed3714fc89627392b1dfc74d1b919dbe355.zip |
RTP: Fix GStreamer version check
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/rtp/CMakeLists.txt | 2 |
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() |