Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thibault Saunier
gst-plugins-base
Commits
78ccc551
Commit
78ccc551
authored
Nov 07, 2020
by
Tim-Philipp Müller
🐠
Committed by
GStreamer Merge Bot
Nov 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opus: add subproject fallback
Part-of: <
gstreamer/gst-plugins-base!924
>
parent
fe20cac1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ext/opus/meson.build
ext/opus/meson.build
+2
-1
No files found.
ext/opus/meson.build
View file @
78ccc551
...
...
@@ -6,7 +6,8 @@ opus_sources = [
'gstopusheader.c',
]
opus_dep = dependency('opus', version : '>= 0.9.4', required : get_option('opus'))
opus_dep = dependency('opus', version: '>= 0.9.4', required: get_option('opus'),
fallback: ['opus', 'opus_dep'])
if opus_dep.found()
gstopus = library('gstopus',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment