From: Seungbae Shin Date: Tue, 29 Jun 2021 12:35:46 +0000 (+0900) Subject: fixup! tizenaudio-sink/source: write or read by calculated period size instead of... X-Git-Tag: accepted/tizen/unified/20210630.005909^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78efdc4a4b432f70f7b31cf5fdc2e83e9386f4ab;p=platform%2Fcore%2Fmultimedia%2Fpulseaudio-modules-tizen.git 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 --- 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