Don't try to use getenv on windows phone/rt
authorMartin Storsjo <martin@martin.st>
Wed, 29 May 2013 17:37:49 +0000 (20:37 +0300)
committerMartin Storsjo <martin@martin.st>
Sun, 4 May 2014 20:47:39 +0000 (23:47 +0300)
commit20babf6d9df102b5e2b9fe65ba6a0dfe3ad4edb8
tree390641762ca64252fef2f420a444a9b870c76f70
parent140262d39fd295f10ff4f72d80225015ee3386c5
Don't try to use getenv on windows phone/rt

The getenv function doesn't exist there. In Visual Studio 2012,
the function still existed in the link libraries even though
it was hidden in the headers, but in the 2013 version it has been
removed from the link libraries as well.

Change-Id: Iea6289a698fa1788e906f5aabb6fddda3675815b
vpx_ports/arm_cpudetect.c