cvs commit: ports/multimedia/ffmpeg Makefile

Anonymous swell.k at gmail.com
Thu Dec 30 07:55:43 UTC 2010


Martin Matuska <mm at FreeBSD.org> writes:

> mm          2010-12-29 21:41:36 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     multimedia/ffmpeg    Makefile
>   Log:
>   - Add libvdpau support to OPTIONS
>
>   PR:             ports/153491
>   Submitted by:   Bernhard Froehlich <decke at FreeBSD.org>

libavcodec doesn't link against libvdpau, it's a build-time dependency.
For example, in mplayer case it's vo_vdpau that uses
vdp_device_create_x11 from -lvdpau and actually decodes video.


More information about the cvs-ports mailing list