Xiph.org - flac.git/summary

Flac git repository

http://git.xiph.org/?p=flac.git;a=summary

Les articles publiés sur le site

  • test/test_metaflac.sh : Comment only

    1er janvier 2017, par Erik de Castro Lopo
    test/test_metaflac.sh: Comment only
    
    • [DH] test/test_metaflac.sh
  • libFLAC : Remove commented out assert

    24 décembre 2016, par Erik de Castro Lopo
    libFLAC: Remove commented out assert
    
    Pointed out by c.helmrich@ecodis.de. It was added during debugging
    in commit c06a44969, but was never meant to stay.
    
    • [DH] src/libFLAC/stream_encoder.c
  • Makefile.lite : Fix running of tests

    21 décembre 2016, par Erik de Castro Lopo
    Makefile.lite: Fix running of tests
    
    * `test/test_common.sh` is no longer an autogenerated file.
    * Move `is_win` setting to `test_common.sh`.
    
    • [DH] configure.ac
    • [DH] test/common.sh
    • [DH] test/test_flac.sh
    • [DH] test/test_grabbag.sh
  • Makefile.lite : Fix running of tests

    21 décembre 2016, par Erik de Castro Lopo
    Makefile.lite: Fix running of tests
    
    * Generate `test/common.sh` from `test/common.sh.in`.
    * Move `is_win` setting to `test_common.sh`.
    
    • [DH] test/Makefile.lite
    • [DH] test/common.sh.in
    • [DH] test/test_flac.sh
    • [DH] test/test_grabbag.sh
  • libFLAC/cpu.c : Add CPP guard

    21 décembre 2016, par Erik de Castro Lopo
    libFLAC/cpu.c: Add CPP guard
    
    • [DH] src/libFLAC/cpu.c