CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/04/12 16:59:07
Modified files:
graphics/ffmpeg: Makefile distinfo
graphics/ffmpeg/patches: patch-configure patch-ffplay_c
patch-libavutil_ppc_cpu_c
patch-subdir_mak
graphics/ffmpeg/pkg: PLIST
Added files:
graphics/ffmpeg/patches: patch-version_sh
Removed files:
graphics/ffmpeg/files: sndio_common.c sndio_common.h sndio_dec.c
sndio_enc.c
graphics/ffmpeg/patches: patch-Makefile
patch-libavcodec_Makefile
patch-libavdevice_Makefile
patch-libavdevice_alldevices_c
patch-libavfilter_Makefile
patch-libavutil_common_h
patch-libpostproc_Makefile
patch-libswscale_Makefile
Log message:
Update FFmpeg to 20110408 snapshot.
- Enable WebM encoding.
- Stop stripping the shared libraries which explains why I was
seeing no symbol table with the shared libraries.
- Build all of FFmpeg with -fomit-frame-pointer on i386 instead of
hacking the various Makefile's and having to add more files as
further updates are made. Use default CFLAGS (-O2) on i386 now too
instead of overriding with -O.
- Remove the UINT64_C hack.
- Update HOMEPAGE to use the ffmpeg.org domain.
- Various other cleaning up and fixes for the port.
>From Brad, ok dcoppa@