mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Port to FreeBSD and maybe more (#162)
* Make Unix conditionals the fallback Provides a clear path what needs to be ported if the system is neither Windows nor POSIX-like. If the difference from Linux is minor like on macOS or BSDs then new conditionals can be added on case-by-case basis. * gstreamer-plugin: sync Meson version check with CMake * gstreamer-plugin: don't assume CMake can find libs by default
This commit is contained in:
parent
0cee47c7b8
commit
f43cc84340
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ project('gst-svt-av1', 'c',
|
|||
default_options : [ 'buildtype=debugoptimized' ])
|
||||
|
||||
# standard gst-plugins-bad dependencies and configuration
|
||||
gst_req = '>= 1.15.1'
|
||||
gst_req = '>= 1.8'
|
||||
gst_dep = dependency('gstreamer-1.0', version : gst_req,
|
||||
fallback : ['gstreamer', 'gst_dep'])
|
||||
gstbase_dep = dependency('gstreamer-base-1.0', version : gst_req,
|
||||
|
|
Loading…
Reference in a new issue