[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Sep 16 13:34:38 CDT 2011
branch "master" has been updated
via c59e5ef0ccab139dfd37bccb964b8c72d6dab570 (commit)
from a649674d6761ab6ad93b84383d9d95905c3824d7 (commit)
Summary of changes:
cmake/modules/pjproject.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit c59e5ef0ccab139dfd37bccb964b8c72d6dab570
Author: Brent Eagles <beagles at digium.com>
Date: Fri Sep 16 16:04:13 2011 -0230
Fix error in adding resampling library dependency.
diff --git a/cmake/modules/pjproject.cmake b/cmake/modules/pjproject.cmake
index 66e4f22..b72bec4 100644
--- a/cmake/modules/pjproject.cmake
+++ b/cmake/modules/pjproject.cmake
@@ -124,7 +124,7 @@ function(pjproject_link COMPONENT PJPROJECT_COMPONENT)
target_link_libraries(${COMPONENT} "pjsdp-asteriskscf")
target_link_libraries(${COMPONENT} "pjmedia-audiodev-asteriskscf")
target_link_libraries(${COMPONENT} "srtp-asteriskscf")
- target_link_libraries(${COMPONENT} "resample")
+ target_link_libraries(${COMPONENT} "resample-asteriskscf")
if(PJMEDIA_LIBRARIES)
target_link_libraries(${COMPONENT} ${PJMEDIA_LIBRARIES})
endif()
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list