diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-01-21 15:29:58 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-01-21 15:29:58 +0000 |
| commit | ecbc24474cfa548e53f995e989d0f1d8e7a9a33f (patch) | |
| tree | 02c0607130c7d2a8c0f2bf76cd755c4b50d9178c /po/Makefile.format | |
| parent | f194e1555776dd8dd85e6fddde42ef6d1daf72c6 (diff) | |
| download | xine-lib-ecbc24474cfa548e53f995e989d0f1d8e7a9a33f.tar.gz xine-lib-ecbc24474cfa548e53f995e989d0f1d8e7a9a33f.tar.bz2 | |
Allow more strings to be marked as format strings.
CVS patchset: 8538
CVS date: 2007/01/21 15:29:58
Diffstat (limited to 'po/Makefile.format')
| -rw-r--r-- | po/Makefile.format | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/po/Makefile.format b/po/Makefile.format new file mode 100644 index 000000000..dfbdf1ec1 --- /dev/null +++ b/po/Makefile.format @@ -0,0 +1,21 @@ +# Source: +# grep 'attribute.*format.*printf' src include -rI -B3 -C3 + +# Internal usage +XGETTEXT_FORMAT_FLAGS_PRIVATE = \ + --flag=xine_log_msg:1:c-format \ + --flag=xine_log_err:1:c-format \ + --flag=set_hc_result:3:c-format \ + --flag=log_printf:1:c-format \ + --flag=error_message:1:c-format \ + --flag=error_callback:5:c-format \ + --flag=dbgprintf:1:c-format \ + --flag=dbg_printf:1:c-format \ + --flag=sock_string_write:3:c-format \ + --flag=broadcaster_string_write:3:c-format \ + --flag=scratch_printf:3:c-format + +# External usage (installed include files) +XGETTEXT_FORMAT_FLAGS = \ + --flag=xine_log:3:c-format \ + --flag=xine_vlog:3:c-format |
