summaryrefslogtreecommitdiff
path: root/libs.mk
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2013-05-19 12:21:29 +0300
committerMartin Storsjo <martin@martin.st>2013-05-21 09:57:04 +0300
commita37e84d1d045650536898c20fc7c7790790ef230 (patch)
tree5c113d2599a21fa125364d0fc1c07f63cbe0c7e5 /libs.mk
parent9a5cac0a55f9c99863ebbd4f5ae6315073b5dffb (diff)
downloadlibvpx-a37e84d1d045650536898c20fc7c7790790ef230.tar.gz
msvs: Don't link to winmm.lib
Linking to this library doesn't seem to be necessary, and this library isn't available in the windows phone API subset. Change-Id: I179837d6f9c7407f1cb6101533dc978316a30adf
Diffstat (limited to 'libs.mk')
-rw-r--r--libs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs.mk b/libs.mk
index ac94b4289..9c7dcdaaf 100644
--- a/libs.mk
+++ b/libs.mk
@@ -431,7 +431,7 @@ test_libvpx.$(VCPROJ_SFX): $(LIBVPX_TEST_SRCS) vpx.$(VCPROJ_SFX) gtest.$(VCPROJ_
$(if $(CONFIG_STATIC_MSVCRT),--static-crt) \
--out=$@ $(INTERNAL_CFLAGS) $(CFLAGS) \
-I. -I"$(SRC_PATH_BARE)/third_party/googletest/src/include" \
- -L. -l$(CODEC_LIB) -lwinmm -l$(GTEST_LIB) $^
+ -L. -l$(CODEC_LIB) -l$(GTEST_LIB) $^
PROJECTS-$(CONFIG_MSVS) += test_libvpx.$(VCPROJ_SFX)