diff options
author | Måns Rullgård <mans@mansr.com> | 2010-06-26 22:23:29 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-06-26 22:23:29 +0000 |
commit | a788196e2041b431731b3441b27d4b5e8bc8df2e (patch) | |
tree | 0561607f7aeda85cfdcdd24f9a6769106bef04df /configure | |
parent | 69d12904da10ffa9a5f414f03db776bd1dec8c66 (diff) | |
download | ffmpeg-a788196e2041b431731b3441b27d4b5e8bc8df2e.tar.gz |
Remove --enable-gprof flag
gprof is far too intrusive to be of use as a profile for ffmpeg,
and it fails to build in many configurations. Oprofile is a
better tool for profiling on Linux.
Originally committed as revision 23807 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -237,7 +237,6 @@ Advanced options (experts only): Developer options (useful when working on FFmpeg itself): --disable-debug disable debugging symbols --enable-debug=LEVEL set the debug level [$debuglevel] - --enable-gprof enable profiling with gprof [$gprof] --disable-optimizations disable compiler optimizations --enable-extra-warnings enable more compiler warnings --disable-stripping disable stripping of executables and shared libraries @@ -857,7 +856,6 @@ CONFIG_LIST=" fft golomb gpl - gprof gray h264dsp hardcoded_tables @@ -2714,11 +2712,6 @@ elif enabled tms470; then add_cflags -pds=824 -pds=837 fi -if enabled gprof; then - add_cflags -p - add_ldflags -p -fi - enabled_any $THREADS_LIST && enable threads check_deps $CONFIG_LIST \ @@ -2784,7 +2777,6 @@ fi if enabled sparc; then echo "VIS enabled ${vis-no}" fi -echo "gprof enabled ${gprof-no}" echo "debug symbols ${debug-no}" echo "strip symbols ${stripping-no}" echo "optimizations ${optimizations-no}" |