Show
Ignore:
Timestamp:
01/28/07 19:18:52 (1 year ago)
Author:
Cyril Deguet <asmax@videolan.org>
git-committer:
Cyril Deguet <asmax@videolan.org> 1170008332 +0000
git-parent:

[0aa5744310de34261dc39c192a0a93046d79a3df]

git-author:
Cyril Deguet <asmax@videolan.org> 1170008332 +0000
Message:

- thou shalt keep menuconfig up-to-date and not disable it

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • build-vlc

    r4c5ad8e ra5634f9  
    8888HTTPD httpd 
    8989JACK jack 
     90QT4 qt4 
    9091" 
    9192PATHS=" 
     
    137138 
    138139echo -n "./configure " > .cmd 
    139 source .config 
     140. ./.config 
    140141 
    141142check_features () { 
     
    143144do 
    144145   eval x="\$CONFIG_$1" 
    145    if [ "$x" == "y" ] 
     146   if [ "$x" = "y" ] 
    146147   then 
    147       if [ "$1" == "WITHFFMPEGMP3LAME" ] || [ "$1" == "WITHFFMPEGFAAC" ] 
     148      if [ "$1" = "WITHFFMPEGMP3LAME" ] || [ "$1" = "WITHFFMPEGFAAC" ] 
    148149      then 
    149150         echo -n "--with-$2 " >> .cmd 
     
    187188fi 
    188189 
    189 source .cmd 
     190. ./.cmd 
    190191make 
    191192rm -f .cmd