Rename "compressed-offload to "Compress-Offload" in the code

This commit is contained in:
Carlos Rafael Giani 2022-11-23 15:55:00 +01:00 committed by Wim Taymans
parent 55a79fd16a
commit e9a2c6aa34
7 changed files with 41 additions and 38 deletions

View file

@ -15,7 +15,7 @@ spa_alsa_sources = ['alsa.c',
'alsa-seq.c']
if tinycompress_dep.found()
spa_alsa_sources += [ 'alsa-compressed-sink.c' ]
spa_alsa_sources += [ 'alsa-compress-offload-sink.c' ]
spa_alsa_dependencies += tinycompress_dep
endif