Commit f0226d63 authored by Rafaël Carré's avatar Rafaël Carré

omxil: enable extra debug in debug builds

This will enable more people to make useful reports.

To avoid spamming your log, several solutions:
- rebuild with this define removed
- use grep to match only what interests you from the log
- use software decoder
parent f78dac58
...@@ -50,7 +50,9 @@ ...@@ -50,7 +50,9 @@
#include "omxil.h" #include "omxil.h"
//#define OMXIL_EXTRA_DEBUG #ifndef NDEBUG
# define OMXIL_EXTRA_DEBUG
#endif
#define SENTINEL_FLAG 0x10000 #define SENTINEL_FLAG 0x10000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment