Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
PipeWire
pipewire
Commits
a62e41ea
Commit
a62e41ea
authored
Feb 07, 2020
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build and link a2dp-codecs.c as well
parent
14c11c0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
spa/plugins/bluez5/a2dp-codecs.h
spa/plugins/bluez5/a2dp-codecs.h
+4
-4
spa/plugins/bluez5/meson.build
spa/plugins/bluez5/meson.build
+2
-1
No files found.
spa/plugins/bluez5/a2dp-codecs.h
View file @
a62e41ea
...
...
@@ -284,15 +284,15 @@ static inline int a2dp_sbc_get_frequency(a2dp_sbc_t *config)
}
}
const
a2dp_sbc_t
bluez_a2dp_sbc
;
extern
const
a2dp_sbc_t
bluez_a2dp_sbc
;
#if ENABLE_MP3
const
a2dp_mpeg_t
bluez_a2dp_mpeg
;
extern
const
a2dp_mpeg_t
bluez_a2dp_mpeg
;
#endif
#if ENABLE_AAC
const
a2dp_aac_t
bluez_a2dp_aac
;
extern
const
a2dp_aac_t
bluez_a2dp_aac
;
#endif
#if ENABLE_APTX
const
a2dp_aptx_t
bluez_a2dp_aptx
;
extern
const
a2dp_aptx_t
bluez_a2dp_aptx
;
#endif
#endif
spa/plugins/bluez5/meson.build
View file @
a62e41ea
bluez5_sources = ['plugin.c',
'a2dp-sink.c',
'bluez5-monitor.c']
'a2dp-codecs.c',
'bluez5-monitor.c']
bluez5lib = shared_library('spa-bluez5',
bluez5_sources,
...
...
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