Browse Source

headers: biTStream headers should not include mpeg/psi.h

master
Georgi Chorbadzhiyski 13 years ago
parent
commit
ba392e475f
3 changed files with 4 additions and 4 deletions
  1. +2
    -1
      dvb/ci.h
  2. +2
    -1
      dvb/si.h
  3. +0
    -2
      mpeg/psi_print.h

+ 2
- 1
dvb/ci.h View File

@ -34,7 +34,8 @@
#ifndef __BITSTREAM_DVB_CI_H__
#define __BITSTREAM_DVB_CI_H__
#include <bitstream/mpeg/psi.h>
#include <bitstream/mpeg/psi/psi.h>
#include <bitstream/mpeg/psi/descriptors.h>
#ifdef __cplusplus
extern "C"

+ 2
- 1
dvb/si.h View File

@ -35,7 +35,8 @@
#define __BITSTREAM_DVB_SI_H__
#include <bitstream/common.h>
#include <bitstream/mpeg/psi.h>
#include <bitstream/mpeg/psi/psi.h>
#include <bitstream/mpeg/psi/descriptors.h>
#include <bitstream/dvb/si/numbers.h>
#include <bitstream/dvb/si/datetime.h>
#include <bitstream/dvb/si/strings.h>

+ 0
- 2
mpeg/psi_print.h View File

@ -28,8 +28,6 @@
#ifndef __BITSTREAM_MPEG_PSI_PRINT_H__
#define __BITSTREAM_MPEG_PSI_PRINT_H__
#include <bitstream/common.h>
#include <bitstream/mpeg/psi.h>
#include <bitstream/mpeg/psi/pat_print.h>
#include <bitstream/mpeg/psi/cat_print.h>
#include <bitstream/mpeg/psi/tsdt_print.h>

Loading…
Cancel
Save