[FFmpeg-cvslog] configure: formatting cosmetics
Diego Biurrun
git at videolan.org
Tue Dec 18 15:03:33 CET 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Dec 2 23:32:41 2012 +0100| [ea061af15ac5629dc8dbeb33b7382d6711a323c3] | committer: Diego Biurrun
configure: formatting cosmetics
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea061af15ac5629dc8dbeb33b7382d6711a323c3
---
configure | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/configure b/configure
index 882f43c..08f1d82 100755
--- a/configure
+++ b/configure
@@ -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
More information about the ffmpeg-cvslog
mailing list