aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sample.source.MHEG5
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-04-13 13:29:10 +0000
committerLev Walkin <vlm@lionet.info>2005-04-13 13:29:10 +0000
commit90d152046d522c56c163dd3d609ae74bbff3dad8 (patch)
treeeeb6e0124a96f9796ddb4141b28cd1e241c8a8de /examples/sample.source.MHEG5
parentae72b048dacb38e5f16925151c2bc9fa0eda0056 (diff)
this also
Diffstat (limited to 'examples/sample.source.MHEG5')
-rw-r--r--examples/sample.source.MHEG5/config.h10
1 files changed, 10 insertions, 0 deletions
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)
+