[FFmpeg-devel] Compilation problem with revision 8885
Carl Eugen Hoyos
cehoyos
Fri May 4 13:55:55 CEST 2007
Panagiotis Issaris <takis.issaris <at> uhasselt.be> writes:
> The current SVN revision won't compile on my system. I am using GCC
> 4.1.2. Commit 8884 appears to be the one that broke it (as reverting to
> 8883 makes it compile fine here).
The following - inlined - patch fixes compilation for me:
Index: libavcodec/vc1.h
===================================================================
--- libavcodec/vc1.h (Revision 8885)
+++ libavcodec/vc1.h (Arbeitskopie)
@@ -20,6 +20,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "bitstream.h"
+#include "mpegvideo.h"
+
/** Markers used in VC-1 AP frame data */
//@{
enum VC1Code{
Carl Eugen
More information about the ffmpeg-devel
mailing list