Mercurial > pt1
comparison recpt1/decoder.h @ 21:b63f5c100e5a
made recpt1 link against b25 shared object.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 25 Feb 2009 22:55:34 +0900 |
parents | 97fd2315114e |
children | b6607f6e2851 |
comparison
equal
deleted
inserted
replaced
20:669f7080a8dc | 21:b63f5c100e5a |
---|---|
1 #ifndef _DECODER_H_ | 1 #ifndef _DECODER_H_ |
2 #define _DECODER_H_ | 2 #define _DECODER_H_ |
3 | 3 |
4 #include "../arib25v023/arib25/src/arib_std_b25.h" | 4 #include <arib25/arib_std_b25.h> |
5 #include "../arib25v023/arib25/src/b_cas_card.h" | 5 #include <arib25/b_cas_card.h> |
6 | 6 |
7 typedef struct decoder { | 7 typedef struct decoder { |
8 ARIB_STD_B25 *b25; | 8 ARIB_STD_B25 *b25; |
9 B_CAS_CARD *bcas; | 9 B_CAS_CARD *bcas; |
10 } decoder; | 10 } decoder; |