Changeset 4198:afe9fe9194b0 in roaraudio for configure


Ignore:
Timestamp:
08/15/10 15:47:44 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

disable libao and audacious plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4196 r4198  
    232232   echo '--vorbis-bits BITS          - Sets bits per sample used by Vorbis code' 
    233233   echo 
    234    echo '--without-libao             - Disable build of libao plugin' 
     234#   echo '--without-libao             - Disable build of libao plugin' 
    235235   echo '--without-xmms              - Disable build of XMMS plugin' 
    236    echo '--without-audacious         - Disable build of Audacious plugin' 
     236#   echo '--without-audacious         - Disable build of Audacious plugin' 
    237237   echo 
    238238   echo '--mmcu MMCU                 - Sets -mmcu compiler/linker option' 
     
    18581858cd plugins 
    18591859 
    1860 if $LIBAO 
    1861 then 
    1862  echo 'running libao plugin configure...' 
    1863   cd ao/ 
    1864  if [ "$AO_INST_DIR" = '' ] 
    1865  then 
    1866   ./configure --force-have-roar --pkg-config "$PKG_CONFIG"                           && \ 
    1867     echo "subdir_plugins_ao=plugins/ao" >&4 
    1868  else 
    1869   ./configure --force-have-roar --pkg-config "$PKG_CONFIG" --inst-dir "$AO_INST_DIR" && \ 
    1870     echo "subdir_plugins_ao=plugins/ao" >&4 
    1871  fi 
    1872  cd .. 
    1873 else 
    1874  echo "running libao plugin configure... disabled by user" 
    1875 fi 
     1860#if $LIBAO 
     1861#then 
     1862# echo 'running libao plugin configure...' 
     1863#  cd ao/ 
     1864# if [ "$AO_INST_DIR" = '' ] 
     1865# then 
     1866#  ./configure --force-have-roar --pkg-config "$PKG_CONFIG"                           && \ 
     1867#    echo "subdir_plugins_ao=plugins/ao" >&4 
     1868# else 
     1869#  ./configure --force-have-roar --pkg-config "$PKG_CONFIG" --inst-dir "$AO_INST_DIR" && \ 
     1870#    echo "subdir_plugins_ao=plugins/ao" >&4 
     1871# fi 
     1872# cd .. 
     1873#else 
     1874# echo "running libao plugin configure... disabled by user" 
     1875#fi 
    18761876 
    18771877if $XMMS 
     
    18861886fi 
    18871887 
    1888 if $AUDACIOUS 
    1889 then 
    1890  echo 'running Audacious plugin configure...' 
    1891  cd audacious/ 
    1892   ./configure --force-have-roar --pkg-config "$PKG_CONFIG" --inst-dir "$AUDACIOUS_INST_DIR" && \ 
    1893     echo "subdir_plugins_audacious=plugins/audacious" >&4 
    1894  cd .. 
    1895 else 
    1896  echo "running Audacious plugin configure... disabled by user" 
    1897 fi 
     1888#if $AUDACIOUS 
     1889#then 
     1890# echo 'running Audacious plugin configure...' 
     1891# cd audacious/ 
     1892#  ./configure --force-have-roar --pkg-config "$PKG_CONFIG" --inst-dir "$AUDACIOUS_INST_DIR" && \ 
     1893#    echo "subdir_plugins_audacious=plugins/audacious" >&4 
     1894# cd .. 
     1895#else 
     1896# echo "running Audacious plugin configure... disabled by user" 
     1897#fi 
    18981898 
    18991899cd .. 
Note: See TracChangeset for help on using the changeset viewer.