From 78efdc4a4b432f70f7b31cf5fdc2e83e9386f4ab Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Tue, 29 Jun 2021 21:35:46 +0900 Subject: [PATCH] fixup! tizenaudio-sink/source: write or read by calculated period size instead of fixed time. [Version] 13.0.66 [Issue Type] Bug Change-Id: I59f0fe0901e6f07a9a071cd29f08e681162dc527 --- packaging/pulseaudio-modules-tizen.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/pulseaudio-modules-tizen.spec b/packaging/pulseaudio-modules-tizen.spec index 067da12..aeedf99 100644 --- a/packaging/pulseaudio-modules-tizen.spec +++ b/packaging/pulseaudio-modules-tizen.spec @@ -1,6 +1,6 @@ Name: pulseaudio-modules-tizen Summary: Pulseaudio modules for Tizen -Version: 13.0.65 +Version: 13.0.66 Release: 0 Group: Multimedia/Audio License: LGPL-2.1+ @@ -41,7 +41,7 @@ PulseAudio module-acm-sink for sending PCM data to ACM core. %build export CFLAGS="%{optflags} -fno-strict-aliasing -D__TIZEN__ -DSYSCONFDIR=\\\"%{_hal_sysconfdir}\\\" " -%if "%{tizen_profile_name}" != "tv" +%if "%{tizen_profile_name}" == "tv" export CFLAGS+=" -DTIZEN_TV"; %endif -- 2.7.4