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/libmpeg2 | |
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/libmpeg2')
-rw-r--r-- | src/libmpeg2/slice_xvmc_vld.c | 4 | ||||
-rw-r--r-- | src/libmpeg2/xine_mpeg2_decoder.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/libmpeg2/slice_xvmc_vld.c b/src/libmpeg2/slice_xvmc_vld.c index 7e370a519..cd4eca0a2 100644 --- a/src/libmpeg2/slice_xvmc_vld.c +++ b/src/libmpeg2/slice_xvmc_vld.c @@ -17,6 +17,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "xine_internal.h" #include "video_out.h" #include "mpeg2.h" diff --git a/src/libmpeg2/xine_mpeg2_decoder.c b/src/libmpeg2/xine_mpeg2_decoder.c index 123374a08..b136ee861 100644 --- a/src/libmpeg2/xine_mpeg2_decoder.c +++ b/src/libmpeg2/xine_mpeg2_decoder.c @@ -20,6 +20,10 @@ * stuff needed to turn libmpeg2 into a xine decoder plugin */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdlib.h> #include <string.h> |