# HG changeset patch # User diego # Date 1209822931 0 # Node ID dcb3b40c7b7196bb6f1b3263f798a77017f67d5b # Parent 56a758caf05ca92f824027d0fed8242837d7255a 10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so include the header before using parts from it. diff -r 56a758caf05c -r dcb3b40c7b71 libdirac.h --- a/libdirac.h Sat May 03 13:29:44 2008 +0000 +++ b/libdirac.h Sat May 03 13:55:31 2008 +0000 @@ -26,6 +26,8 @@ #ifndef FFMPEG_LIBDIRAC_H #define FFMPEG_LIBDIRAC_H +#include "config.h" + #ifdef CONFIG_LIBDIRAC #include "avcodec.h"