Originally committed as revision 13637 to svn://svn.ffmpeg.org/ffmpeg/trunktags/v0.5
| @@ -783,22 +783,27 @@ CMDLINE_SELECT=" | |||||
| static | static | ||||
| stripping | stripping | ||||
| " | " | ||||
| CMDLINE_SET=' | |||||
| arch | |||||
| PATHS_LIST=' | |||||
| bindir | bindir | ||||
| build_suffix | |||||
| cc | |||||
| cpu | |||||
| cross_prefix | |||||
| incdir | incdir | ||||
| libdir | libdir | ||||
| logfile | |||||
| mandir | mandir | ||||
| prefix | prefix | ||||
| shlibdir | shlibdir | ||||
| ' | |||||
| CMDLINE_SET=" | |||||
| $PATHS_LIST | |||||
| arch | |||||
| build_suffix | |||||
| cc | |||||
| cpu | |||||
| cross_prefix | |||||
| logfile | |||||
| source_path | source_path | ||||
| target_os | target_os | ||||
| ' | |||||
| " | |||||
| # code dependency declarations | # code dependency declarations | ||||