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.
State Changed From-To: open->feedback Awaiting maintainers feedback
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 ----
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->anray I'll take it.
State Changed From-To: open->closed Committed. Thanks!