changeset 17565:dc65faaadb04

include config.h as img_format.h needs endian definitions, noticed by Alan Curry <pacman at theworld com>
author iive
date Thu, 09 Feb 2006 10:23:51 +0000
parents 8762ebad064f
children f580a7755ac5
files libmpcodecs/img_format.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/img_format.c	Thu Feb 09 00:40:35 2006 +0000
+++ b/libmpcodecs/img_format.c	Thu Feb 09 10:23:51 2006 +0000
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "img_format.h"
 
 char *vo_format_name(int format)