mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package/pulseaudio: fix typo
commit 7290dc1e87b23fe21c75c50b2238004273a0ec5c added PULSE_AUDIO_CONF_ENV instead of PULSEAUDIO_CONF_ENV. Signed-off-by: Romain Naour <romain.naour@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
3aa2e81fa6
commit
68af095845
@ -18,7 +18,7 @@ PULSEAUDIO_CONF_OPTS = \
|
|||||||
# Make sure we don't detect libatomic_ops. Indeed, since pulseaudio
|
# Make sure we don't detect libatomic_ops. Indeed, since pulseaudio
|
||||||
# requires json-c, which needs 4 bytes __sync builtins, there should
|
# requires json-c, which needs 4 bytes __sync builtins, there should
|
||||||
# be no need for pulseaudio to rely on libatomic_ops.
|
# be no need for pulseaudio to rely on libatomic_ops.
|
||||||
PULSE_AUDIO_CONF_ENV += \
|
PULSEAUDIO_CONF_ENV += \
|
||||||
ac_cv_header_atomic_ops_h=no
|
ac_cv_header_atomic_ops_h=no
|
||||||
|
|
||||||
# 0002-webrtc-C-11-is-only-required-for-WebRTC-support.patch
|
# 0002-webrtc-C-11-is-only-required-for-WebRTC-support.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user