Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 10898
Collapse All | Expand All

(-)hvirtual-1.0.0/libmpeg3/audio/ac3.c (-1 / +1 lines)
Lines 1-9 Link Here
1
#include <stdint.h>
1
#include <stdint.h>
2
#include <stdio.h>
2
#include <stdio.h>
3
3
4
#include "a52.h"
4
#include "../a52dec-0.7.3/include/a52.h"
5
#include "mpeg3private.h"
5
#include "mpeg3private.h"
6
#include "mpeg3protos.h"
6
#include "mpeg3protos.h"
7
7
8
#include <string.h>
8
#include <string.h>
9
9
(-)hvirtual-1.0.0/libmpeg3/mpeg3private.h (+1 lines)
Lines 1-10 Link Here
1
#ifndef MPEG3PRIVATE_H
1
#ifndef MPEG3PRIVATE_H
2
#define MPEG3PRIVATE_H
2
#define MPEG3PRIVATE_H
3
3
4
#include <stdint.h>
4
#include <stdint.h>
5
#include <stdio.h>
5
#include <stdio.h>
6
#include <pthread.h>
6
7
7
8
8
9
9
10
10
/* Constants */
11
/* Constants */

Return to bug 10898