Bug 70774

Summary: [PATCH] multimedia/transcode: fix modfps filter
Product: Ports & Packages Reporter: Stefan Walter <sw>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me CC: hendrik
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
transcode-0.6.12_1.patch none

Description Stefan Walter 2004-08-21 16:20:04 UTC
Transcode's modfps filter is currently not usable, as there is no
lrint() function on FreeBSD. When trying to use the filter ('-J
modfps'), you get the following warning:

[transcode] warning : loading filter module /usr/local/lib/transcode/filter_modfps.so failed
[transcode] warning : /usr/local/lib/transcode/filter_modfps.so: Undefined symbol "lrint"

The attached patch works around the problem and makes it possible to use
the filter. It is acquired from NetBSD's pkgsrc:
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/multimedia/transcode/patches/patch-av?rev=1.1&content-type=text/x-cvsweb-markup

(Tested exclusively on a FreeBSD-CURRENT that's a few weeks old, with
gcc 3.3.3.)

Port maintainer (hendrik@scholz.net) is cc'd.

Generated with FreeBSD Port Tools 0.50
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-08-21 20:40:42 UTC
Dear maintainer of FreeBSD port multimedia/transcode, please take a look
at

http://www.freebsd.org/cgi/query-pr.cgi?q=70774

Do you approve this patch?

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>

Adding horrible bugs to the source is a venal sin.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-08-21 20:40:46 UTC
State Changed
From-To: open->feedback

Asked maintainer for approval. 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-08-21 20:40:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Handle.
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-12 00:12:11 UTC
State Changed
From-To: feedback->closed

Committed, thanks!