summaryrefslogtreecommitdiff
path: root/src/libmpeg2/mpeg2_internal.h
diff options
context:
space:
mode:
authorThomas Hellström <totte67@users.sourceforge.net>2005-04-09 11:22:14 +0000
committerThomas Hellström <totte67@users.sourceforge.net>2005-04-09 11:22:14 +0000
commit18216a2fe0871d528f941ba4e5feeb8f9472523e (patch)
tree53f71e16c2ee96cbf69efd640fdd982149de5693 /src/libmpeg2/mpeg2_internal.h
parent637785d626edb3591d95e0127597ca0ce6ddee41 (diff)
downloadxine-lib-18216a2fe0871d528f941ba4e5feeb8f9472523e.tar.gz
xine-lib-18216a2fe0871d528f941ba4e5feeb8f9472523e.tar.bz2
**BUGFIX**
Multiple slice-per-rows (HDTV) fixes in the libmpeg2 code, particularly regarding VLD XvMC. Cleaned up hardware acceleration hooks in libmpeg2. Fixed X include path searching while configure detects XvMC support. CVS patchset: 7449 CVS date: 2005/04/09 11:22:14
Diffstat (limited to 'src/libmpeg2/mpeg2_internal.h')
-rw-r--r--src/libmpeg2/mpeg2_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libmpeg2/mpeg2_internal.h b/src/libmpeg2/mpeg2_internal.h
index 6a9c9a775..64c6a2149 100644
--- a/src/libmpeg2/mpeg2_internal.h
+++ b/src/libmpeg2/mpeg2_internal.h
@@ -21,6 +21,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifndef MPEG2_INTERNAL_H
+#define MPEG2_INTERNAL_H
+
#include "video_out.h"
#include "accel_xvmc.h"
@@ -288,3 +291,4 @@ void mpeg2_slice (picture_t * picture, int code, uint8_t * buffer);
void mpeg2_stats (int code, uint8_t * buffer);
+#endif