[FFmpeg-devel] [PATCH] Fix for broken build
Art Clarke
aclarke
Sat Jan 24 20:00:29 CET 2009
Diego's checkin r16748 broke clean builds; this patch just backs out
his change until he can figure out the right fix:
http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2009-January/019171.html
Incidentally, this doesn't seem to have tripped up FATE
(http://fate.multimedia.cx/) but definitely tripped up our auto build
servers (http://build.xuggle.com/). Anyone know why (perhaps error on
my part?).
- Art
--
http://www.xuggle.com/
xu?ggle (z?' gl) v. To freely encode, decode, and experience audio and video.
Use Xuggle to get the power of FFMPEG in Java.
-------------- next part --------------
Index: libavutil/mem.h
===================================================================
--- libavutil/mem.h (revision 16760)
+++ libavutil/mem.h (working copy)
@@ -26,7 +26,6 @@
#ifndef AVUTIL_MEM_H
#define AVUTIL_MEM_H
-#include "config.h"
#include "common.h"
#if defined(__ICC) || defined(__SUNPRO_C)
More information about the ffmpeg-devel
mailing list