X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=build-vlc;h=e6aa06aeaba933f1774fadc46c6782c70a424ac7;hb=b0f459734980ed8bc36fd968587c64f77c72aa4b;hp=b4456fc4aeafa66d24400c89b61b2a0f581a07c2;hpb=40749893a8730061c1cdf8a86905769f77d18b64;p=vlc diff --git a/build-vlc b/build-vlc index b4456fc4ae..e6aa06aeab 100755 --- a/build-vlc +++ b/build-vlc @@ -14,7 +14,6 @@ GOOM goom SLP slp LIRC lirc JOYSTICK joystick -CORBA corba LIVEDOTCOM livedotcom DVDREAD dvdread DVDNAV dvdnav @@ -88,6 +87,7 @@ WITHFFMPEGFAAC ffmpeg-faac GALAKTOS galaktos HTTPD httpd JACK jack +QT4 qt4 " PATHS=" WITHXML2CONFIGPATH xml2-config-path @@ -137,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 @@ -187,6 +187,6 @@ then ./bootstrap fi -source .cmd +. ./.cmd make rm -f .cmd