mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
configure: formatting cosmetics
This commit is contained in:
parent
c9aab8a123
commit
ea061af15a
12
configure
vendored
12
configure
vendored
@ -1967,13 +1967,17 @@ do_random(){
|
||||
for opt do
|
||||
optval="${opt#*=}"
|
||||
case "$opt" in
|
||||
--extra-ldflags=*) add_ldflags $optval
|
||||
--extra-ldflags=*)
|
||||
add_ldflags $optval
|
||||
;;
|
||||
--extra-libs=*) add_extralibs $optval
|
||||
--extra-libs=*)
|
||||
add_extralibs $optval
|
||||
;;
|
||||
--disable-devices) disable $INDEV_LIST $OUTDEV_LIST
|
||||
--disable-devices)
|
||||
disable $INDEV_LIST $OUTDEV_LIST
|
||||
;;
|
||||
--enable-debug=*) debuglevel="$optval"
|
||||
--enable-debug=*)
|
||||
debuglevel="$optval"
|
||||
;;
|
||||
--disable-programs)
|
||||
disable $PROGRAM_LIST
|
||||
|
Loading…
Reference in New Issue
Block a user