From fd821f5c182e0c6f2da2f299b7d1341affd0914f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 16 Oct 2006 22:18:24 +0000 Subject: Fixed several warnings (but warnings due to APIs not solved). CVS patchset: 8344 CVS date: 2006/10/16 22:18:24 --- src/libxinevdec/image.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'src/libxinevdec') diff --git a/src/libxinevdec/image.c b/src/libxinevdec/image.c index bdd29f28a..045e98000 100644 --- a/src/libxinevdec/image.c +++ b/src/libxinevdec/image.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: image.c,v 1.20 2006/07/10 22:08:43 dgp85 Exp $ + * $Id: image.c,v 1.21 2006/10/16 22:18:24 valtri Exp $ * * a image video decoder */ @@ -37,14 +37,21 @@ #define LOG */ +#include +#ifdef PACKAGE_NAME +#undef PACKAGE_BUGREPORT +#undef PACKAGE_NAME +#undef PACKAGE_STRING +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION +#endif + #include "xine_internal.h" #include "video_out.h" #include "buffer.h" #include "xineutils.h" #include "bswap.h" -#include - typedef struct { video_decoder_class_t decoder_class; -- cgit v1.2.3