# HG changeset patch # User mbardiaux # Date 1173365383 0 # Node ID f794ef55fafe5d05a6adf8a8bf2e38f16d6620c3 # Parent 490aa34aef0f8ad9b44a0f9999d75553d9c850d2 Corrections so that builds with DEBUG work diff -r 490aa34aef0f -r f794ef55fafe rtp_h264.c --- a/rtp_h264.c Wed Mar 07 02:03:32 2007 +0000 +++ b/rtp_h264.c Thu Mar 08 14:49:43 2007 +0000 @@ -164,7 +164,9 @@ const uint8_t * buf, int len) { -// h264_rtp_extra_data *data = s->dynamic_protocol_context; +#ifdef DEBUG + h264_rtp_extra_data *data = s->dynamic_protocol_context; +#endif uint8_t nal = buf[0]; uint8_t type = (nal & 0x1f); int result= 0;