diff options
author | Måns Rullgård <mans@mansr.com> | 2009-07-17 13:10:23 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-07-17 13:10:23 +0000 |
commit | 980a75c5a53924a5cf565590e81fe7797e31dda6 (patch) | |
tree | a2c07a0f877f9dd5ba7a757ab9e28ad85084eceb | |
parent | 36904c4c9fe28f90a573f38b632a70b1e114bd28 (diff) | |
download | ffmpeg-980a75c5a53924a5cf565590e81fe7797e31dda6.tar.gz |
configure: remove some useless comments
Originally committed as revision 19455 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -2037,16 +2037,11 @@ enabled vis && check_asm vis '"pdist %f0, %f0, %f0"' -mcpu=ultrasparc enabled vis && add_cflags -mcpu=ultrasparc -mtune=ultrasparc -# --- -# big/little-endian test check_cc <<EOF || die "endian test failed" unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E'; EOF od -A n -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian -# --- -# check availability of some header files - if check_func dlopen; then ldl= elif check_func dlopen -ldl; then @@ -2170,9 +2165,6 @@ check_cc <<EOF && enable attribute_packed struct { int x; } __attribute__((packed)) x; EOF -########################################## -# SDL check - disable sdl_too_old disable sdl SDL_CONFIG="${cross_prefix}sdl-config" @@ -2201,9 +2193,6 @@ fi texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html -########################################## -# Network check - if enabled network; then check_type "sys/types.h sys/socket.h" socklen_t # Prefer arpa/inet.h over winsock2 @@ -2220,9 +2209,6 @@ if enabled network; then fi fi -########################################## -# IPv6 check - enabled network && enabled ipv6 && check_ld <<EOF && enable ipv6 || disable ipv6 #include <sys/types.h> #include <sys/socket.h> @@ -2259,7 +2245,6 @@ enabled alsa_demuxer || enabled alsa_muxer && check_lib2 alsa/asoundlib.h snd_pc enabled jack_demuxer && check_lib2 jack/jack.h jack_client_open -ljack -# deal with the X11 frame grabber enabled x11grab && check_header X11/Xlib.h && check_header X11/extensions/XShm.h && @@ -2304,7 +2289,6 @@ fi check_cflags -fno-math-errno check_cflags -fno-signed-zeros -# add some flags for Intel C Compiler if enabled icc; then # Just warnings, no remarks check_cflags -w1 |