Bug 70774 - [PATCH] multimedia/transcode: fix modfps filter
Summary: [PATCH] multimedia/transcode: fix modfps filter
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-21 16:20 UTC by Stefan Walter
Modified: 2004-10-12 00:12 UTC (History)
1 user (show)

See Also:


Attachments
transcode-0.6.12_1.patch (761 bytes, patch)
2004-08-21 16:20 UTC, Stefan Walter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!