Hi!
Why is ffmpeg in ffmpegX not compiled, with the option:
--powerpc-perf-enable
?
I built the latest version on my mac with
--tune=7450 --powerpc-perf-enable
But since I don't have faac, faad and various other application installed on my mac, my output was rather useless. Can anyone provide a build of ffmpeg including all other helpers and with the "--powerpc-perf-enable " option enabled?
Regards,
Martin
Results 1 to 4 of 4
-
-
Originally Posted by major
Wullimanns-PowerBook:/Applications/Multimedia/ffmpegX.app/Contents/Resources mamu$ ./ffmpeg -version
ffmpeg version 0.4.9-pre1, build 4731, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-mp3lame --enable-gpl --disable-vhook --enable-ffplay --disable-ffserver --enable-a52 --enable-xvid --enable-faac --enable-faad --enable-amr_nb --enable-pthreads
built on Nov 21 2004 19:41:49, gcc: 3.3 20030304 (Apple Computer, Inc. build 1666)
ffmpeg 0.4.9-pre1
libavcodec 4731
libavformat 4621
The ppc-option is not listed.
Martin
-
The altivec optimizations are automatically enabled during the configuration and they result in the use of the -faltivec flag. The --powerpc-perf-enable option is a specialized option which will use the PMC registers (enabled by using Monster, from the Apple CHUD utilities) to display a performance report, mostly useful for the programmers who have to optimize the code.
Similar Threads
-
ffmpegX
By rideaugrrl in forum ffmpegX general discussionReplies: 4Last Post: 26th Oct 2010, 11:21 -
ffmpegx?
By creationx in forum MacReplies: 2Last Post: 28th Jul 2010, 11:15 -
FFMPEGx
By AnastasiaM in forum ffmpegX general discussionReplies: 1Last Post: 11th Dec 2009, 11:49 -
ffmpegX 0.0.9x r2 for OS X 10.5
By flo in forum ffmpegX general discussionReplies: 6Last Post: 16th Jan 2008, 10:15 -
what about ffmpegx 1.0?
By imp in forum ffmpegX general discussionReplies: 8Last Post: 8th Nov 2007, 10:36