Bug 98914 - [PATCH] multimedia/mplayer: Fix x264-encoder inclusion
Summary: [PATCH] multimedia/mplayer: Fix x264-encoder inclusion
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: Andrey Slusar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-13 22:00 UTC by Mark Daniel Reidel
Modified: 2006-06-15 16:48 UTC (History)
1 user (show)

See Also:


Attachments
mplayer-0.99.7_14.patch (982 bytes, patch)
2006-06-13 22:00 UTC, Mark Daniel Reidel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Daniel Reidel 2006-06-13 22:00:26 UTC
When compiling mplayer against x264, configure says it's unavailable
because it does not link the test-program with -pthread.

The attached patch removes the static -lx264 and replaces it
with the accurate `pkg-config --libs x264`, so the linker finds
all the symbols needed. After that, mencoder can finally encode
x264-movies.

Port maintainer (riggs@rrr.de) is cc'd.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-13 22:04:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Thomas E. Zander 2006-06-14 08:27:12 UTC
Hi,

Patch looks good, go for it.

Riggs

-- 
- Now the world has gone to bed  | Now I lay me down to sleep        -
-- Darkness won't engulf my head | Try to count electric sheep      --
--- I can see by infra-red       | Sweet dream wishes you can keep ---
---- How I hate the night        | How I hate the night           ----
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2006-06-14 08:49:58 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 4 Andrey Slusar freebsd_committer freebsd_triage 2006-06-15 16:40:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anray

I'll take it.
Comment 5 Andrey Slusar freebsd_committer freebsd_triage 2006-06-15 16:48:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!