Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build system improvements and video reading fix for bin/tld.c #38

Open
wants to merge 18 commits into
base: unstable
Choose a base branch
from
Open

Build system improvements and video reading fix for bin/tld.c #38

wants to merge 18 commits into from

Commits on Nov 13, 2012

  1. Configuration menu
    Copy the full SHA
    27a9d8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79b74bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27e6dc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d6649e View commit details
    Browse the repository at this point in the history
  5. Fix undeclared constants (previously included by png.h)

    The undeclared constants are defined in zlib.h. Previously, png.h included
    zlib.h, but recent versions of libpng (version >= 1.5) do not include zlib.h
    anymore.
    
    This commit will solve the following errors:
    
    lib/io/_ccv_io_libpng.c: In function ‘_ccv_write_png_fd’:
    lib/io/_ccv_io_libpng.c:55:23: error: ‘MAX_MEM_LEVEL’ undeclared (first use in
    this function)
    lib/io/_ccv_io_libpng.c:55:23: note: each undeclared identifier is reported
    only once for each function it appears in
    lib/io/_ccv_io_libpng.c:63:38: error: ‘Z_BEST_SPEED’ undeclared (first use in
    this function)
    lib/io/_ccv_io_libpng.c:65:40: error: ‘Z_HUFFMAN_ONLY’ undeclared (first use in
    this function)
    smvv committed Nov 13, 2012
    Configuration menu
    Copy the full SHA
    3258b77 View commit details
    Browse the repository at this point in the history
  6. Rewrote build system for proper dependency tracking

    This commit makes it also possible to build all binaries and the ccv library in
    parallel using e.g. make -j4.
    smvv committed Nov 13, 2012
    Configuration menu
    Copy the full SHA
    12d2f11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb13376 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33e1c65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    717aa86 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7069d2a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    34f7f66 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b7baffa View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2012

  1. Configuration menu
    Copy the full SHA
    2be5e54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bd7c97 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2012

  1. Configuration menu
    Copy the full SHA
    daa11b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d471e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6f2dec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a96a7cf View commit details
    Browse the repository at this point in the history