# HG changeset patch # User Yoshiki Yazawa # Date 1252810120 -32400 # Node ID 521d796003b293dc7391c8a16c91dc76cb16bf3e # Parent 3a0c1a24c03b6c78b2861f994e8789a2e124fcaf small build fixes - added install rule to arib25 top level makefile - suppress warning in compilation of arib_std_b25.c diff -r 3a0c1a24c03b -r 521d796003b2 arib25/Makefile --- a/arib25/Makefile Sun Sep 13 03:05:31 2009 +0900 +++ b/arib25/Makefile Sun Sep 13 11:48:40 2009 +0900 @@ -4,3 +4,5 @@ clean: cd src; make clean +install: + cd src; make install diff -r 3a0c1a24c03b -r 521d796003b2 arib25/src/arib_std_b25.c --- a/arib25/src/arib_std_b25.c Sun Sep 13 03:05:31 2009 +0900 +++ b/arib25/src/arib_std_b25.c Sun Sep 13 11:48:40 2009 +0900 @@ -408,7 +408,7 @@ static uint8_t *resync(uint8_t *head, uint8_t *tail, int32_t unit); static uint8_t *resync_force(uint8_t *head, uint8_t *tail, int32_t unit); -static uint32_t crc32(uint8_t *head, uint8_t *tail); +/* static uint32_t crc32(uint8_t *head, uint8_t *tail); */ /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ interface method implementation