This switches from the bundled ffmpeg library to the pkgsrc one,
although this is strongly discouraged -- the build process of the
bundled one os so f'ed up that I couldn't get it to build with
pkgsrc libtool with readonable effort.
The update is needed for some push/pull change in gstreamer which
is needed for the totem youtube plugin.
# the upstream developers only want to support building against
# the included ffmpeg version, since the ffmpeg API/ABI is unstable
# and there are no releases
changes:
-Updated FFmpeg snapshot with many more formats
-Vastly improved playback
-Ported the muxer support from GStreamer 0.8
-Expose more encoder settings as element properties
-Post-processing elements ported
-QoS support for slow cpus
-Parallel installability with 0.8.x series
-Threadsafe design and API
-bugfixes
to all internal recursive make processes. As such, rename it to
"PKGSRC_MAKE_ENV".
XXX Note, some of the usage of this variable in package Makefiles seems
XXX incorrect. They probably want "MAKE_ENV", which is the environment
XXX passed to the make process when running "make" within ${WRKSRC}.