pipewire: libopenaptx -> libfreeaptx
(cherry picked from commit 549666bd96189f7aefafcf1b413eea05c42ab0a4) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
02a8bdcdc9
commit
06d377ce0a
|
@ -29,7 +29,7 @@
|
||||||
, withMediaSession ? true
|
, withMediaSession ? true
|
||||||
, gstreamerSupport ? true, gst_all_1 ? null
|
, gstreamerSupport ? true, gst_all_1 ? null
|
||||||
, ffmpegSupport ? true, ffmpeg ? null
|
, ffmpegSupport ? true, ffmpeg ? null
|
||||||
, bluezSupport ? true, bluez ? null, sbc ? null, libopenaptx ? null, ldacbt ? null, fdk_aac ? null
|
, bluezSupport ? true, bluez ? null, sbc ? null, libfreeaptx ? null, ldacbt ? null, fdk_aac ? null
|
||||||
, nativeHspSupport ? true
|
, nativeHspSupport ? true
|
||||||
, nativeHfpSupport ? true
|
, nativeHfpSupport ? true
|
||||||
, ofonoSupport ? true
|
, ofonoSupport ? true
|
||||||
|
@ -110,7 +110,7 @@ let
|
||||||
systemd
|
systemd
|
||||||
] ++ lib.optionals gstreamerSupport [ gst_all_1.gst-plugins-base gst_all_1.gstreamer ]
|
] ++ lib.optionals gstreamerSupport [ gst_all_1.gst-plugins-base gst_all_1.gstreamer ]
|
||||||
++ lib.optional ffmpegSupport ffmpeg
|
++ lib.optional ffmpegSupport ffmpeg
|
||||||
++ lib.optionals bluezSupport [ bluez libopenaptx ldacbt sbc fdk_aac ]
|
++ lib.optionals bluezSupport [ bluez libfreeaptx ldacbt sbc fdk_aac ]
|
||||||
++ lib.optional pulseTunnelSupport libpulseaudio
|
++ lib.optional pulseTunnelSupport libpulseaudio
|
||||||
++ lib.optional zeroconfSupport avahi;
|
++ lib.optional zeroconfSupport avahi;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue