[asterisk-scf-commits] asterisk-scf/release/cmake.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Feb 8 10:42:03 CST 2012
branch "master" has been updated
via e1fa29a75eb39f7392eaf219f8110085e9e454d5 (commit)
from ce28292c0dbb4edcb8a44a9979ac547a0db6a817 (commit)
Summary of changes:
modules/pjproject.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit e1fa29a75eb39f7392eaf219f8110085e9e454d5
Author: Brent Eagles <beagles at digium.com>
Date: Wed Feb 8 13:11:19 2012 -0330
Change name of library for pjproject's resample lib.
diff --git a/modules/pjproject.cmake b/modules/pjproject.cmake
index b72bec4..4fdcdef 100644
--- a/modules/pjproject.cmake
+++ b/modules/pjproject.cmake
@@ -90,7 +90,7 @@ function(pjproject_build PJPROJECT_COMPONENT)
include_external_msproject(pjmedia "${CMAKE_SOURCE_DIR}/pjproject/pjmedia/build/pjmedia.${VCPROJ_EXT}")
include_external_msproject(pjmedia_audiodev "${CMAKE_SOURCE_DIR}/pjproject/pjmedia/build/pjmedia_audiodev.${VCPROJ_EXT}")
include_external_msproject(srtp "${CMAKE_SOURCE_DIR}/pjproject/third_party/build/srtp/libsrtp.${VCPROJ_EXT}")
- include_external_msproject(resample "${CMAKE_SOURCE_DIR}/pjproject/third_party/build/resample/libresample_dll.${VCPROJ_EXT}")
+ include_external_msproject(resample "${CMAKE_SOURCE_DIR}/pjproject/third_party/build/resample/libresample.${VCPROJ_EXT}")
add_dependencies(pjmedia pjmedia_audiodev srtp resample)
elseif(${PJPROJECT_COMPONENT} STREQUAL "third_party")
else()
-----------------------------------------------------------------------
--
asterisk-scf/release/cmake.git
More information about the asterisk-scf-commits
mailing list