Bug 215683 - multimedia/mplayer Compilation failed unexpectedly
Summary: multimedia/mplayer Compilation failed unexpectedly
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-31 13:52 UTC by drhowarddrfine
Modified: 2016-12-31 16:21 UTC (History)
1 user (show)

See Also:
riggs: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description drhowarddrfine 2016-12-31 13:52:06 UTC
Attempted to build with portmaster on FreeBSD-RELEASE 11.0p6

libmpcodecs/vd_ffmpeg.o: In function `set_format_params':
libmpcodecs/vd_ffmpeg.c:(.text+0x13e8): undefined reference to `av_alloc_vdpaucontext'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [Makefile:747: mplayer] Error 1
gmake[2]: Leaving directory '/usr/ports/multimedia/mplayer/work/mplayer-export-2016-12-28'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/multimedia/mplayer
*** Error code 1

Stop.
make: stopped in /usr/ports/multimedia/mplayer
Comment 1 Vladimir Omelchuk 2016-12-31 14:00:13 UTC
The VDPAU option was not set for multimedia/ffmpeg.

See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215663
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2016-12-31 16:21:00 UTC
Exactly. When you want to compile in VDPAU support for mplayer, you must do so in ffmpeg as well.