Commit e9fa807d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Make sure assert are built-in

parent cc838150
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
**********************************************************************/ **********************************************************************/
#include <vlc/mediacontrol.h> #include <vlc/mediacontrol.h>
#undef NDEBUG
#include <assert.h> #include <assert.h>
int main (int argc, char *argv[]) int main (int argc, char *argv[])
......
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