fix crash at startup because of missing srtp_shutdown

This commit is contained in:
Simon Morlat 2012-04-27 17:12:25 +02:00
parent c79d0470c9
commit 74c7a81c07
3 changed files with 5 additions and 3 deletions

View file

@ -3,6 +3,7 @@ srtp_dir?=externals/srtp
$(BUILDER_SRC_DIR)/$(srtp_dir)/configure:
cd $(BUILDER_SRC_DIR)/$(srtp_dir) \
&& autoconf
$(BUILDER_BUILD_DIR)/$(srtp_dir)/Makefile: $(BUILDER_SRC_DIR)/$(srtp_dir)/configure
mkdir -p $(BUILDER_BUILD_DIR)/$(srtp_dir)
cd $(BUILDER_BUILD_DIR)/$(srtp_dir)/\
@ -10,7 +11,8 @@ $(BUILDER_BUILD_DIR)/$(srtp_dir)/Makefile: $(BUILDER_SRC_DIR)/$(srtp_dir)/config
$(BUILDER_SRC_DIR)/$(srtp_dir)/configure -prefix=$(prefix) --host=$(host) ${library_mode}
build-srtp: $(BUILDER_BUILD_DIR)/$(srtp_dir)/Makefile
cd $(BUILDER_BUILD_DIR)/$(srtp_dir) && make libsrtp.a && make uninstall && make install
host_alias=$(host) && . /$(BUILDER_SRC_DIR)/build/$(config_site) && \
cd $(BUILDER_BUILD_DIR)/$(srtp_dir) && make libsrtp.a AR=$$AR && make install
clean-srtp:
-cd $(BUILDER_BUILD_DIR)/$(srtp_dir) && make clean

@ -1 +1 @@
Subproject commit daa25fdbacb75e2aa99f5fce1bd5836dc616fb42
Subproject commit c01a03a478d4c97fa7e2af80844f8d60440af0a6

@ -1 +1 @@
Subproject commit 0e496ed3d9f19528b0a2db5050c11030ca6a1312
Subproject commit d0ced93c25f088c04a9f92b82aa41c5b1f271e23