#include <libpostproc/postprocess.h> to
#include <postprocess.h>
As is no longer needed (and breaks configure) with latest ffmpeg,
and instead patch filter_pp.c to include "libpostproc/postprocess.h"
instead of "postprocess.h"
Bump PKGREVISION
The list of changes is very very large... please see the NEWS/Changelog
file or use the webbrowser, google...
Now transcode uses bsd.options.mk for some dependencies:
* liba52 (enabled)
* freetype2 (enabled)
* mjpegtools (enabled)
* mpeg3 (enabled)
* lzo (disabled)
* libxml2 (enabled)
* libdv (disabled)
* gtk (disabled)
* imagemagick (enabled)
Enjoy it! I've used this version on my NetBSD/i386 -current and it worked
correctly.
are static, so libtool will refuse to create a working module.
Instead, link those libraries into the transcode binary itself (libvout was
already being so linked) and remove them from the module link arguments.
-properly libtoolize some libraries to get dynamically loadable modules,
use a hack from SDL to make libtool work with nasm (thanks wiz for
the hint)
-run aclocal and autoconf, otherwise the autoconf version skew scews
things up
XXX we shouldn't use autoconf et al for the build but commit
patches to configure and Makefile.in
-make sure we don't get trapped by the X11R6 freetype2 nonsense