From 90d152046d522c56c163dd3d609ae74bbff3dad8 Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Wed, 13 Apr 2005 13:29:10 +0000 Subject: [PATCH] this also --- examples/sample.source.MHEG5/config.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/sample.source.MHEG5/config.h diff --git a/examples/sample.source.MHEG5/config.h b/examples/sample.source.MHEG5/config.h new file mode 100644 index 00000000..2dda9297 --- /dev/null +++ b/examples/sample.source.MHEG5/config.h @@ -0,0 +1,10 @@ + +extern int opt_debug; + +#define ASN_DEBUG(fmt, args...) do { \ + if(opt_debug < 2) break; \ + fprintf(stderr, fmt, ##args); \ + fprintf(stderr, " (%s:%d)\n", \ + __FILE__, __LINE__); \ + } while(0) + -- GitLab