]> git.pld-linux.org Git - packages/live.git/blobdiff - live-link.patch
- updated to 2020.03.06 (note: new libliveMedia soname; introduces HLSProxy and opens...
[packages/live.git] / live-link.patch
index 36d66121c7ce359e0fc6774f16126a4b782bbfba..60a8d9cf2c44a71ab6c96cfff2f5b2a7ad45aaba 100644 (file)
@@ -35,7 +35,7 @@
  
  LIVEMEDIA_LIB_OBJS = Media.$(OBJ) $(MISC_SOURCE_OBJS) $(MISC_SINK_OBJS) $(MISC_FILTER_OBJS) $(RTP_OBJS) $(RTCP_OBJS) $(RTSP_OBJS) $(SIP_OBJS) $(SESSION_OBJS) $(QUICKTIME_OBJS) $(AVI_OBJS) $(TRANSPORT_STREAM_TRICK_PLAY_OBJS) $(MISC_OBJS)
  
-+LIBRARY_DEPS = ../groupsock/libgroupsock.$(libgroupsock_LIB_SUFFIX) ../BasicUsageEnvironment/libBasicUsageEnvironment.$(libBasicUsageEnvironment_LIB_SUFFIX) ../UsageEnvironment/libUsageEnvironment.$(libUsageEnvironment_LIB_SUFFIX)
++LIBRARY_DEPS = ../groupsock/libgroupsock.$(libgroupsock_LIB_SUFFIX) ../BasicUsageEnvironment/libBasicUsageEnvironment.$(libBasicUsageEnvironment_LIB_SUFFIX) ../UsageEnvironment/libUsageEnvironment.$(libUsageEnvironment_LIB_SUFFIX) -lssl -lcrypto
 +
  $(LIVEMEDIA_LIB): $(LIVEMEDIA_LIB_OBJS) \
      $(PLATFORM_SPECIFIC_LIB_OBJS)
        cd $(TESTPROGS_DIR) ; $(MAKE)
        cd $(MEDIA_SERVER_DIR) ; $(MAKE)
  
---- live/config.linux-with-shared-libraries.orig       2017-04-26 09:37:47.000000000 +0200
-+++ live/config.linux-with-shared-libraries    2017-05-16 16:00:01.649253530 +0200
+--- live/config.linux-with-shared-libraries.orig       2020-03-17 21:29:48.897335650 +0100
++++ live/config.linux-with-shared-libraries    2020-03-17 21:35:13.995574442 +0100
 @@ -39,6 +39,7 @@
  SHORT_LIB_SUFFIX =    so.$(shell expr $($(NAME)_VERSION_CURRENT) - $($(NAME)_VERSION_AGE))
  LIB_SUFFIX =          $(SHORT_LIB_SUFFIX).$($(NAME)_VERSION_AGE).$($(NAME)_VERSION_REVISION)
  LIBRARY_LINK_OPTS =   -shared -Wl,-soname,$(NAME).$(SHORT_LIB_SUFFIX) $(LDFLAGS)
 +LIBRARY_LINK_DEPS =   $(LIBRARY_DEPS)
- LIBS_FOR_CONSOLE_APPLICATION =
+ LIBS_FOR_CONSOLE_APPLICATION = -lssl -lcrypto
  LIBS_FOR_GUI_APPLICATION =
  EXE =
This page took 0.112201 seconds and 4 git commands to generate.