summaryrefslogtreecommitdiff
path: root/pjsip-apps
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2016-06-28 06:04:19 +0000
committerRiza Sulistyo <riza@teluu.com>2016-06-28 06:04:19 +0000
commitc2b4b93619393241204ced09a16caf5f9c5f97b1 (patch)
tree3c2f2bef0dc7642dee6895e3e1c1ce94496902ef /pjsip-apps
parenta0021d168c110589e37fb8ef1bc7589b239ba8d6 (diff)
Re #1937: Change project and folder name for consistency with existing third party library.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5358 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps')
-rw-r--r--pjsip-apps/build/Samples-vc.mak4
-rw-r--r--pjsip-apps/build/libpjproject.vcxproj6
2 files changed, 5 insertions, 5 deletions
diff --git a/pjsip-apps/build/Samples-vc.mak b/pjsip-apps/build/Samples-vc.mak
index 48aa3fea..e20f63d9 100644
--- a/pjsip-apps/build/Samples-vc.mak
+++ b/pjsip-apps/build/Samples-vc.mak
@@ -42,11 +42,11 @@ SPEEX_LIB = ..\..\third_party\lib\libspeex-$(TARGET)$(LIBEXT)
SRTP_LIB = ..\..\third_party\lib\libsrtp-$(TARGET)$(LIBEXT)
G7221_LIB = ..\..\third_party\lib\libg7221codec-$(TARGET)$(LIBEXT)
BASECLASSES_LIB = ..\..\third_party\lib\libbaseclasses-$(TARGET)$(LIBEXT)
-LIBYUV_LIB = ..\..\third_party\lib\liblibyuv-$(TARGET)$(LIBEXT)
+YUV_LIB = ..\..\third_party\lib\libyuv-$(TARGET)$(LIBEXT)
THIRD_PARTY_LIBS = $(GSM_LIB) $(ILBC_LIB) $(RESAMPLE_LIB) \
$(SPEEX_LIB) $(SRTP_LIB) $(G7221_LIB) $(BASECLASSES_LIB) \
- $(LIBYUV_LIB)
+ $(YUV_LIB)
LIBS = $(PJSUA_LIB_LIB) $(PJSIP_UA_LIB) $(PJSIP_SIMPLE_LIB) \
$(PJSIP_LIB) $(PJMEDIA_CODEC_LIB) $(PJMEDIA_AUDIODEV_LIB) \
diff --git a/pjsip-apps/build/libpjproject.vcxproj b/pjsip-apps/build/libpjproject.vcxproj
index 85d1a86b..f66fa850 100644
--- a/pjsip-apps/build/libpjproject.vcxproj
+++ b/pjsip-apps/build/libpjproject.vcxproj
@@ -428,9 +428,6 @@
<Project>{b5fe16f8-3edb-4110-bd80-b4238cc01e8d}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="..\..\third_party\build\libyuv\liblibyuv.vcxproj">
- <Project>{6ac9b65f-0862-4a5c-8a9d-141516993130}</Project>
- </ProjectReference>
<ProjectReference Include="..\..\third_party\build\milenage\libmilenage.vcxproj">
<Project>{4bf51c21-5a30-423b-82fe-1ed410e5769d}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
@@ -447,6 +444,9 @@
<Project>{f0dbaa03-1ba3-4e3b-a2ca-727e3d3ab858}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
+ <ProjectReference Include="..\..\third_party\build\yuv\libyuv.vcxproj">
+ <Project>{6ac9b65f-0862-4a5c-8a9d-141516993130}</Project>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">