1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Use Debian packaged librtmp
Upstream includes a known-good version of librtmp to avoid
errors when the system is using an old or incompatible version
otherwise. Debian's version only differs in minor details.
Forwarded: not-needed
Author: Stefan Breunig <stefan-debian@yrden.de>
Index: packaging/librtmp/ffi.py
===================================================================
--- packaging.orig/librtmp/ffi.py 2015-09-04 16:35:11.368780780 +0200
+++ packaging/librtmp/ffi.py 2015-09-04 16:47:55.126518980 +0200
@@ -171,4 +171,4 @@
ffi.set_source("librtmp._librtmp", preamble,
- libraries=["rtmp"], sources=["src/librtmp/amf.c"])
+ libraries=["rtmp"])
|