File: use_debian_librtmp

package info (click to toggle)
python-librtmp 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: ansic: 1,255; python: 858; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (5)
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"])