Mercurial > pt1
diff 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 |
line wrap: on
line diff
--- a/recpt1/decoder.h Wed Feb 25 22:54:07 2009 +0900 +++ b/recpt1/decoder.h Wed Feb 25 22:55:34 2009 +0900 @@ -1,8 +1,8 @@ #ifndef _DECODER_H_ #define _DECODER_H_ -#include "../arib25v023/arib25/src/arib_std_b25.h" -#include "../arib25v023/arib25/src/b_cas_card.h" +#include <arib25/arib_std_b25.h> +#include <arib25/b_cas_card.h> typedef struct decoder { ARIB_STD_B25 *b25;