packjpg / packJPG

A compression program for further compressing JPEG image files
http://packjpg.encode.ru/
GNU Lesser General Public License v3.0
165 stars 26 forks source link

Fix issue 7 #8

Closed TarVanimelde closed 7 years ago

TarVanimelde commented 7 years ago

Fixes the issues present in https://github.com/packjpg/packJPG/issues/7 :

  1. Adds -std=c++14 to makefile_osx (separately adds the binary to the make clean command)
  2. Adds -std=c++14 to makefile
  3. Replaces stdio.h with cstdio and replaces function-style casts (which are apparently not fully supported on clang) with static_cast.