Commit 5ae10793 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

XvMC: revert [25318] and do it in a better way. Remove some warnings because...

XvMC: revert [25318] and do it in a better way. Remove some warnings because of forgotten inclusions.

parent 43ba4e72
......@@ -23,6 +23,7 @@
#include <stddef.h>
#include <inttypes.h>
#include <stdlib.h>
#include "mpeg2.h"
......
......@@ -23,6 +23,7 @@
#include "xxmc-config.h"
#include <stddef.h>
#include <inttypes.h>
#include "mpeg2.h"
......@@ -33,8 +34,8 @@
# include "mmx.h"
#endif
void (* mpeg2_cpu_state_save) (cpu_state_t * state) = 0;
void (* mpeg2_cpu_state_restore) (cpu_state_t * state) = 0;
void (* mpeg2_cpu_state_save) (cpu_state_t * state) = NULL;
void (* mpeg2_cpu_state_restore) (cpu_state_t * state) = NULL;
static void state_restore_mmx (cpu_state_t * state)
{
......
......@@ -95,22 +95,22 @@
/* #undef MPEG2DEC_GPROF */
/* Name of package */
#define PACKAGE "mpeg2dec"
/*#define PACKAGE "mpeg2dec"*/
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/*#define PACKAGE_BUGREPORT ""*/
/* Define to the full name of this package. */
#define PACKAGE_NAME ""
/*#define PACKAGE_NAME ""*/
/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""
/*#define PACKAGE_STRING ""*/
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
/*#define PACKAGE_TARNAME ""*/
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
/*#define PACKAGE_VERSION ""*/
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment