[Ffmpeg-cvslog] r6403 - trunk/libavcodec/vorbis.h

ods15 subversion
Sun Oct 1 15:45:18 CEST 2006


Author: ods15
Date: Sun Oct  1 15:45:17 2006
New Revision: 6403

Modified:
   trunk/libavcodec/vorbis.h

Log:
100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c


Modified: trunk/libavcodec/vorbis.h
==============================================================================
--- trunk/libavcodec/vorbis.h	(original)
+++ trunk/libavcodec/vorbis.h	Sun Oct  1 15:45:17 2006
@@ -19,6 +19,8 @@
 #ifndef VORBIS_H
 #define VORBIS_H
 
+#include "avcodec.h"
+
 extern const float ff_vorbis_floor1_inverse_db_table[256];
 extern const float * ff_vorbis_vwin[8];
 




More information about the ffmpeg-cvslog mailing list