X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=build-vlc;h=1e47799156e07f8767261e17772d64fa7c7e3eab;hb=80aa55bbf7dcd15af07aadb374f9e867f74fdf5e;hp=efc18fe4134f9324a0f4ca0813c4dfcc5c653b22;hpb=bfb18bbde687c9d59c139e9a19dd2cc0d6e57c7f;p=vlc diff --git a/build-vlc b/build-vlc index efc18fe413..1e47799156 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 @@ -47,7 +46,6 @@ DIRECTX directx WINGDI wingdi SVGALIB svgalib GGI ggi -GLIDE glide AA aa CACA caca OSS oss @@ -87,10 +85,13 @@ WITHFFMPEGMP3LAME ffmpeg-mp3lame WITHFFMPEGFAAC ffmpeg-faac GALAKTOS galaktos HTTPD httpd +JACK jack +QT4 qt4 " PATHS=" WITHXML2CONFIGPATH xml2-config-path WITHWXCONFIGPATH wx-config-path +WITHWXCONFIG wx-config WITHQTE qte WITHGOOMTREE goom-tree WITHSLP slp @@ -109,7 +110,6 @@ WITHFRIBIDICONFIGPATH fribidi-config-path WITHQTE qte WITHDIRECTX directx WITHGGI ggi -WITHGLIDE glide WITHCACACONFIGPATH caca-config-path WITHMAD mad WITHMADTREE mad-tree @@ -135,15 +135,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 @@ -177,11 +177,14 @@ done check_features $FEATURES check_paths $PATHS +#XXX +echo "--enable-maintainer-mode " >> .cmd + if [ ! -e configure ] then ./bootstrap fi -source .cmd +. ./.cmd make rm -f .cmd