X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=build-vlc;h=e6aa06aeaba933f1774fadc46c6782c70a424ac7;hb=3452c06ffe82acc737947e1842895e312789bd31;hp=10b4a08fc630093e11a5f5072bf3f00d512685c3;hpb=4c5ad8e3f364ff605509a95f26d4653a7bf96b00;p=vlc diff --git a/build-vlc b/build-vlc index 10b4a08fc6..e6aa06aeab 100755 --- a/build-vlc +++ b/build-vlc @@ -87,6 +87,7 @@ WITHFFMPEGFAAC ffmpeg-faac GALAKTOS galaktos HTTPD httpd JACK jack +QT4 qt4 " PATHS=" WITHXML2CONFIGPATH xml2-config-path @@ -136,15 +137,15 @@ then fi echo -n "./configure " > .cmd -source .config +. ./.config check_features () { while [ -n "$1" ] do eval x="\$CONFIG_$1" - if [ "$x" == "y" ] + if [ "$x" = "y" ] then - if [ "$1" == "WITHFFMPEGMP3LAME" ] || [ "$1" == "WITHFFMPEGFAAC" ] + if [ "$1" = "WITHFFMPEGMP3LAME" ] || [ "$1" = "WITHFFMPEGFAAC" ] then echo -n "--with-$2 " >> .cmd else @@ -186,6 +187,6 @@ then ./bootstrap fi -source .cmd +. ./.cmd make rm -f .cmd