diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-18 00:21:47 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-18 00:21:47 +0000 |
commit | c8f8261d199af4956aeaf387b2fde41baf905f83 (patch) | |
tree | 8de84833341e5a2ac508e5570c229995bfba8484 /src/libxinevdec/yuv.c | |
parent | 9c1133236282fe7bc04d8a04771ccb0f5b93c0e3 (diff) | |
download | xine-lib-c8f8261d199af4956aeaf387b2fde41baf905f83.tar.gz xine-lib-c8f8261d199af4956aeaf387b2fde41baf905f83.tar.bz2 |
Remove '#include "config.h"' from all public header files.
This requires that many other files include config.h themselves.
Also convert <config.h> to "config.h".
Diffstat (limited to 'src/libxinevdec/yuv.c')
-rw-r--r-- | src/libxinevdec/yuv.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libxinevdec/yuv.c b/src/libxinevdec/yuv.c index 49b2363fb..b1a69cd65 100644 --- a/src/libxinevdec/yuv.c +++ b/src/libxinevdec/yuv.c @@ -22,6 +22,10 @@ * a way that xine can display them. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <stdlib.h> #include <string.h> |