Home
last modified time | relevance | path

Searched refs:MPPENC (Results 1 – 2 of 2) sorted by relevance

/dports/audio/gnormalize/gnormalize-0.63/
H A Dinstall137 MPPENC=`ls mppenc-*.tar.bz2`
138 MPPENCDIR=`echo $MPPENC|sed -e 's/\.tar\.bz2//'`
140 echo -e "\nInstall $MPPENC (need 'cmake' to compile) and mppdec? Type (y/n): \c"
144 echo -e "\n${lilas}Install $MPPENC:${coloroff}"
145 tar -jxvf $MPPENC
156 then echo -e "\n${green}Sucess, MPC encoder installed from source code $MPPENC.${coloroff}\n"
164 else echo -e "\n${red}Could not install MPC encoder from source code $MPPENC!${coloroff}\n"
174 else echo -e "\nNot install $MPPENC and mppdec!\n"
/dports/audio/fapg/fapg-0.43/
H A Dfapg.c85 #define MPPENC 4 macro
1287 encoding = MPPENC; in parse_file()