# HG changeset patch # User diego # Date 1233616398 0 # Node ID 8e5654be3500afd928b4631de14baf51aecf2468 # Parent f3b483388805bf1bab2bd2278de13d05cb715137 Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning: libavutil/lzo.c:235:5: warning: "LIBAVUTIL_VERSION_MAJOR" is not defined diff -r f3b483388805 -r 8e5654be3500 lzo.c --- a/lzo.c Mon Feb 02 20:42:06 2009 +0000 +++ b/lzo.c Mon Feb 02 23:13:18 2009 +0000 @@ -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