| 99 | static xo_string_list_t xo_encoder_path; |
| 100 | |
| 101 | void |
| 102 | xo_encoder_path_add (const char *path) |
| 103 | { |
| 104 | xo_encoder_setup(); |
| 105 | |
| 106 | if (path) |
| 107 | xo_string_add(&xo_encoder_path, path); |
| 108 | } |
| 109 | |
| 110 | /* ---------------------------------------------------------------------- */ |
| 111 |
no test coverage detected