Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 45325 | Differences between
and this patch

Collapse All | Expand All

(-)bitstream.h.orig (-1 / +1 lines)
Lines 1-7 Link Here
1
#ifndef BITSTREAM_H
1
#ifndef BITSTREAM_H
2
#define BITSTREAM_H
2
#define BITSTREAM_H
3
3
4
#include "mpeg3demux.h"
4
#include <libmpeg3/mpeg3demux.h>
5
#include <sys/types.h>
5
#include <sys/types.h>
6
6
7
#endif
7
#endif
(-)libmpeg3.h.orig (-1 / +1 lines)
Lines 5-11 Link Here
5
extern "C" {
5
extern "C" {
6
#endif
6
#endif
7
7
8
#include "mpeg3private.h"
8
#include <libmpeg3/mpeg3private.h>
9
9
10
10
11
/* Supported color models for mpeg3_read_frame */
11
/* Supported color models for mpeg3_read_frame */
(-)mpeg3css.h.orig (-1 / +1 lines)
Lines 2-7 Link Here
2
#define MPEG3CSS_H
2
#define MPEG3CSS_H
3
3
4
4
5
#include "mpeg3private.inc"
5
#include <libmpeg3/mpeg3private.inc>
6
6
7
#endif
7
#endif
(-)mpeg3demux.h.orig (-1 / +1 lines)
Lines 1-7 Link Here
1
#ifndef MPEG3DEMUX_H
1
#ifndef MPEG3DEMUX_H
2
#define MPEG3DEMUX_H
2
#define MPEG3DEMUX_H
3
3
4
#include "mpeg3title.h"
4
#include <libmpeg3/mpeg3title.h>
5
#include <stdio.h>
5
#include <stdio.h>
6
6
7
#endif
7
#endif
(-)mpeg3io.h.orig (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
#include <stdio.h>
5
#include <stdio.h>
6
#include <stdint.h>
6
#include <stdint.h>
7
#include "mpeg3css.h"
7
#include <libmpeg3/mpeg3css.h>
8
#include "mpeg3private.inc"
8
#include <libmpeg3/mpeg3private.inc>
9
9
10
#endif
10
#endif
(-)mpeg3title.h.orig (-1 / +1 lines)
Lines 1-6 Link Here
1
#ifndef MPEG3TITLE_H
1
#ifndef MPEG3TITLE_H
2
#define MPEG3TITLE_H
2
#define MPEG3TITLE_H
3
3
4
#include "mpeg3io.h"
4
#include <libmpeg3/mpeg3io.h>
5
5
6
#endif
6
#endif
(-)mpeg3vtrack.h.orig (-2 / +2 lines)
Lines 1-7 Link Here
1
#ifndef MPEG3_VTRACK_H
1
#ifndef MPEG3_VTRACK_H
2
#define MPEG3_VTRACK_H
2
#define MPEG3_VTRACK_H
3
3
4
#include "mpeg3demux.h"
4
#include <libmpeg3/mpeg3demux.h>
5
#include "video/mpeg3video.h"
5
#include <libmpeg3/video/mpeg3video.h>
6
6
7
#endif
7
#endif
(-)video/mpeg3video.h.orig (-5 / +5 lines)
Lines 1-9 Link Here
1
#ifndef MPEGVIDEO_H
1
#ifndef MPEGVIDEO_H
2
#define MPEGVIDEO_H
2
#define MPEGVIDEO_H
3
3
4
#include "../bitstream.h"
4
#include <libmpeg3/bitstream.h>
5
#include "../mpeg3private.inc"
5
#include <libmpeg3/mpeg3private.inc>
6
#include "idct.h"
6
#include <libmpeg3/video/idct.h>
7
#include "slice.h"
7
#include <libmpeg3/video/slice.h>
8
#include "../timecode.h"
8
#include <libmpeg3/timecode.h>
9
#endif
9
#endif
(-)mpeg3atrack.h.orig (-2 / +2 lines)
Lines 1-7 Link Here
1
#ifndef MPEG3ATRACK_H
1
#ifndef MPEG3ATRACK_H
2
#define MPEG3ATRACK_H
2
#define MPEG3ATRACK_H
3
3
4
#include "mpeg3demux.h"
4
#include <libmpeg3/mpeg3demux.h>
5
#include "audio/mpeg3audio.h"
5
#include <libmpeg3/audio/mpeg3audio.h>
6
6
7
#endif
7
#endif

Return to bug 45325