9f537a2948
Supports RTMPE type 9 handshakes, used by some youtube streams (e.g. UK 4od)
13 lines
375 B
Plaintext
13 lines
375 B
Plaintext
$OpenBSD: patch-librtmp_Makefile,v 1.1 2011/07/17 09:56:04 sthen Exp $
|
|
--- librtmp/Makefile.orig Tue Jul 12 01:24:33 2011
|
|
+++ librtmp/Makefile Thu Jul 14 13:13:52 2011
|
|
@@ -36,7 +36,7 @@ CRYPTO_LIB=$(LIB_$(CRYPTO)) $(PRIVATE_LIBS)
|
|
CRYPTO_REQ=$(REQ_$(CRYPTO))
|
|
CRYPTO_DEF=$(DEF_$(CRYPTO))
|
|
|
|
-SO_VERSION=0
|
|
+SO_VERSION?=0
|
|
SOX_posix=so
|
|
SOX_darwin=dylib
|
|
SOX_mingw=so # useless
|