Rename power_off2 in media-scanner-common_v2.c 35/86235/1
authorJiyong Min <jiyong.min@samsung.com>
Wed, 31 Aug 2016 06:07:36 +0000 (15:07 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Wed, 31 Aug 2016 06:16:33 +0000 (15:16 +0900)
commit7ccf48779475f038b4b4126135a41e9770162e64
treef5bb9d7b024e693de423e22d2db3c7dfa955cffb
parent1a80464abc769d23cf6684587b3b9bd7fdd0a11d
Rename power_off2 in media-scanner-common_v2.c

 - PROBLEM
power_off2 because same named variable is already defined in media-scanner-scan_v2.c
So it will make build error without "-fcommon" build option.
The "-fcommon" build option will be removed from toolchain because of Asan memory analyzer tools.

Change-Id: Icb67569d306af162617758f3b640588aefc964b3
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
packaging/media-server.spec
src/scanner-v2/media-scanner-common-v2.c