On Tue, Apr 12, 2011 at 04:59:07PM -0600, Stuart Henderson wrote: > 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.
no, it was adding -O if there wasn't a -O in CFLAGS, which means -fomit-frame-pointer wouldn't be enabled, and the build would fail. > - 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@ -- [email protected] SDF Public Access UNIX System - http://sdf.lonestar.org
