a2dp: move codecs to separate files

This commit is contained in:
Wim Taymans 2020-10-19 12:12:21 +02:00
parent 5c5b9f61bb
commit e18c4d76dc
8 changed files with 649 additions and 479 deletions

View file

@ -1,6 +1,8 @@
bluez5_sources = ['plugin.c',
'a2dp-codecs.c',
'a2dp-codec-aac.c',
'a2dp-codec-sbc.c',
'a2dp-sink.c',
'a2dp-source.c',
'sco-sink.c',