On Wed, Mar 28, 2018 at 06:12:34AM -0500, D'Arcy Cain wrote: > PKG_OPTIONS.ffmpeg = ass lame libvpx theora vaapi vdpau vorbis xvid The variable name is wrong if you're looking at ffmpeg010. Also, x264 is in the default options, so you need to tell pkgsrc to actively disable it: PKG_OPTIONS.ffmpeg010=-x264 Thomas