[vlc-devel] commit: shine: add missing assert.h (Jean-Paul Saman )

git version control git at videolan.org
Wed Jul 22 12:03:18 CEST 2009


vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Tue Jul 21 11:23:04 2009 +0200| [e55ef0eb4edd770d516ad8c4c0f919c8e46ef4a8] | committer: Jean-Paul Saman 

shine: add missing assert.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e55ef0eb4edd770d516ad8c4c0f919c8e46ef4a8
---

 modules/codec/shine/shine.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/codec/shine/shine.c b/modules/codec/shine/shine.c
index 8a1fdf6..fcc5b26 100644
--- a/modules/codec/shine/shine.c
+++ b/modules/codec/shine/shine.c
@@ -45,6 +45,8 @@
 #include <inttypes.h>
 #include <string.h>
 #include <limits.h>
+#include <assert.h>
+
 #include "../wmafixed/bswap.h"
 #include "enc_base.h"
 




More information about the vlc-devel mailing list