]> git.sesse.net Git - vlc/commitdiff
Make sure assert are built-in
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 20 Oct 2007 10:42:44 +0000 (10:42 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 20 Oct 2007 10:42:44 +0000 (10:42 +0000)
src/control/testapi.c

index 1dbe03b735790ccaf5b15d29be5c4bc15b1523da..80cc0e28d8d97db8f4edc45db9f9e6e3a5cf313e 100644 (file)
@@ -22,6 +22,8 @@
  **********************************************************************/
 
 #include <vlc/mediacontrol.h>
+
+#undef NDEBUG
 #include <assert.h>
 
 int main (int argc, char *argv[])