comparison arib25/src/arib_std_b25.c @ 56:521d796003b2

small build fixes - added install rule to arib25 top level makefile - suppress warning in compilation of arib_std_b25.c
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 13 Sep 2009 11:48:40 +0900
parents 080414aa8f21
children ec7c87854f2f
comparison
equal deleted inserted replaced
55:3a0c1a24c03b 56:521d796003b2
406 static void extract_emm_fixed_part(EMM_FIXED_PART *dst, uint8_t *src); 406 static void extract_emm_fixed_part(EMM_FIXED_PART *dst, uint8_t *src);
407 407
408 static uint8_t *resync(uint8_t *head, uint8_t *tail, int32_t unit); 408 static uint8_t *resync(uint8_t *head, uint8_t *tail, int32_t unit);
409 static uint8_t *resync_force(uint8_t *head, uint8_t *tail, int32_t unit); 409 static uint8_t *resync_force(uint8_t *head, uint8_t *tail, int32_t unit);
410 410
411 static uint32_t crc32(uint8_t *head, uint8_t *tail); 411 /* static uint32_t crc32(uint8_t *head, uint8_t *tail); */
412 412
413 /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 413 /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
414 interface method implementation 414 interface method implementation
415 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ 415 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
416 static void release_arib_std_b25(void *std_b25) 416 static void release_arib_std_b25(void *std_b25)