[FFmpeg-cvslog] r16962 - trunk/libavutil/lzo.c

diego subversion
Tue Feb 3 00:13:19 CET 2009


Author: diego
Date: Tue Feb  3 00:13:18 2009
New Revision: 16962

Log:
Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:
libavutil/lzo.c:235:5: warning: "LIBAVUTIL_VERSION_MAJOR" is not defined

Modified:
   trunk/libavutil/lzo.c

Modified: trunk/libavutil/lzo.c
==============================================================================
--- trunk/libavutil/lzo.c	Tue Feb  3 00:09:39 2009	(r16961)
+++ trunk/libavutil/lzo.c	Tue Feb  3 00:13:18 2009	(r16962)
@@ -18,6 +18,8 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+#include "avutil.h"
 #include "common.h"
 //! Avoid e.g. MPlayers fast_memcpy, it slows things down here.
 #undef memcpy




More information about the ffmpeg-cvslog mailing list