mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
remove unneeded variable initializations
Originally committed as revision 9354 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e970d98c47
commit
d5f916e146
42
configure
vendored
42
configure
vendored
@ -814,20 +814,11 @@ asmalign_pot="unknown"
|
|||||||
# machine
|
# machine
|
||||||
arch=`uname -m`
|
arch=`uname -m`
|
||||||
cpu="generic"
|
cpu="generic"
|
||||||
powerpc_perf="no"
|
|
||||||
cmov="no"
|
|
||||||
fast_cmov="no"
|
|
||||||
fast_unaligned="no"
|
|
||||||
dcbzl="no"
|
|
||||||
bigendian="no"
|
|
||||||
|
|
||||||
# OS
|
# OS
|
||||||
targetos=$(tolower $(uname -s))
|
targetos=$(tolower $(uname -s))
|
||||||
beos_netserver="no"
|
|
||||||
os2="no"
|
|
||||||
|
|
||||||
# non-library system interfaces
|
# non-library system interfaces
|
||||||
audio_beos="default"
|
|
||||||
audio_oss="yes"
|
audio_oss="yes"
|
||||||
bktr="yes"
|
bktr="yes"
|
||||||
dv1394="yes"
|
dv1394="yes"
|
||||||
@ -835,39 +826,15 @@ v4l2="yes"
|
|||||||
v4l="yes"
|
v4l="yes"
|
||||||
|
|
||||||
# libraries
|
# libraries
|
||||||
avisynth="no"
|
|
||||||
dc1394="no"
|
|
||||||
dlfcn_h="no"
|
|
||||||
dlopen="no"
|
|
||||||
liba52="no"
|
|
||||||
liba52bin="no"
|
|
||||||
libamr_nb="no"
|
|
||||||
libamr_wb="no"
|
|
||||||
libfaac="no"
|
|
||||||
libfaad2="no"
|
|
||||||
libfaad="no"
|
|
||||||
libfaadbin="no"
|
|
||||||
libgsm="no"
|
|
||||||
libmp3lame="no"
|
|
||||||
libnut="no"
|
|
||||||
libogg="no"
|
|
||||||
libtheora="no"
|
|
||||||
libvorbis="no"
|
|
||||||
libx264="no"
|
|
||||||
libxvid="no"
|
|
||||||
mlib="no"
|
|
||||||
x11grab="no"
|
|
||||||
zlib="yes"
|
zlib="yes"
|
||||||
|
|
||||||
# configurable options
|
# configurable options
|
||||||
debug="yes"
|
debug="yes"
|
||||||
dostrip="yes"
|
dostrip="yes"
|
||||||
extra_warnings="no"
|
|
||||||
ffmpeg="yes"
|
ffmpeg="yes"
|
||||||
ffplay="yes"
|
ffplay="yes"
|
||||||
ffserver="yes"
|
ffserver="yes"
|
||||||
gpl="no"
|
gpl="no"
|
||||||
gprof="no"
|
|
||||||
ipv6="yes"
|
ipv6="yes"
|
||||||
shared="no"
|
shared="no"
|
||||||
static="yes"
|
static="yes"
|
||||||
@ -875,18 +842,9 @@ memalign_hack="no"
|
|||||||
mpegaudio_hp="yes"
|
mpegaudio_hp="yes"
|
||||||
network="yes"
|
network="yes"
|
||||||
optimize="yes"
|
optimize="yes"
|
||||||
pp="no"
|
|
||||||
protocols="yes"
|
protocols="yes"
|
||||||
swscaler="no"
|
|
||||||
vhook="default"
|
vhook="default"
|
||||||
|
|
||||||
# threading
|
|
||||||
beosthreads="no"
|
|
||||||
os2threads="no"
|
|
||||||
pthreads="no"
|
|
||||||
w32threads="no"
|
|
||||||
thread_type="no"
|
|
||||||
|
|
||||||
# build settings
|
# build settings
|
||||||
SHFLAGS='-shared -Wl,-soname,$@'
|
SHFLAGS='-shared -Wl,-soname,$@'
|
||||||
VHOOKSHFLAGS='$(SHFLAGS)'
|
VHOOKSHFLAGS='$(SHFLAGS)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user