ffmpeg | branch: master | Paul B Mahol <one...@gmail.com> | Fri Jan 30 11:17:50 2015 +0000| [43630c82f1b0a774ba33b07e7723791520828f1d] | committer: Paul B Mahol
avformat/utils: remove unneeded #include, there are no assert() only av_assert* Signed-off-by: Paul B Mahol <one...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=43630c82f1b0a774ba33b07e7723791520828f1d --- libavformat/utils.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index f6df49b..81c7a0d 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -19,8 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#undef NDEBUG -#include <assert.h> #include <stdarg.h> #include <stdint.h> _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog