=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for libbpg-0.9.2 gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -c -o bpgdec.o bpgdec.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_cabac.o libavcodec/hevc_cabac.c bpgdec.c: In function 'main': bpgdec.c:326:5: warning: implicit declaration of function 'strrchr' [-Wimplicit-function-declaration] p = strrchr(outfilename, '.'); ^ bpgdec.c:326:9: warning: incompatible implicit declaration of built-in function 'strrchr' [enabled by default] p = strrchr(outfilename, '.'); ^ bpgdec.c:330:5: warning: implicit declaration of function 'strcasecmp' [-Wimplicit-function-declaration] if (p && strcasecmp(p, "ppm") != 0) { ^ libavcodec/hevc_cabac.c:932:12: warning: 'explicit_rdpcm_flag_decode' defined but not used [-Wunused-function] static int explicit_rdpcm_flag_decode(HEVCContext *s, int c_idx) ^ libavcodec/hevc_cabac.c:937:12: warning: 'explicit_rdpcm_dir_flag_decode' defined but not used [-Wunused-function] static int explicit_rdpcm_dir_flag_decode(HEVCContext *s, int c_idx) ^ gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_filter.o libavcodec/hevc_filter.c libavcodec/hevc_filter.c: In function 'ff_hevc_deblocking_boundary_strengths': libavcodec/hevc_filter.c:753:12: warning: unused variable 'bs' [-Wunused-variable] int i, bs; ^ libavcodec/hevc_filter.c:745:9: warning: unused variable 'min_tu_width' [-Wunused-variable] int min_tu_width = s->sps->min_tb_width; ^ libavcodec/hevc_filter.c:744:9: warning: unused variable 'min_pu_width' [-Wunused-variable] int min_pu_width = s->sps->min_pu_width; ^ libavcodec/hevc_filter.c:743:9: warning: unused variable 'log2_min_tu_size' [-Wunused-variable] int log2_min_tu_size = s->sps->log2_min_tb_size; ^ libavcodec/hevc_filter.c:742:9: warning: unused variable 'log2_min_pu_size' [-Wunused-variable] int log2_min_pu_size = s->sps->log2_min_pu_size; ^ libavcodec/hevc_cabac.c: In function 'ff_hevc_hls_residual_coding': libavcodec/hevc_cabac.c:1483:56: warning: 'sb_type' may be used uninitialized in this function [-Wmaybe-uninitialized] lc->stat_coeff[sb_type]--; ^ gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc.o libavcodec/hevc.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevcpred.o libavcodec/hevcpred.c libavcodec/hevc.c: In function 'intra_prediction_unit_default_value': libavcodec/hevc.c:1997:12: warning: unused variable 'k' [-Wunused-variable] int j, k; ^ libavcodec/hevc.c:1988:23: warning: unused variable 'lc' [-Wunused-variable] HEVCLocalContext *lc = s->HEVClc; ^ libavcodec/hevc.c: In function 'decode_nal_unit': libavcodec/hevc.c:2699:5: warning: case value '48' not in enumerated type 'enum NALUnitType' [-Wswitch] case 48: ^ libavcodec/hevc.c: In function 'ff_hevc_extract_rbsp': libavcodec/hevc.c:2889:20: warning: pointer targets in passing argument 2 of 'av_fast_malloc' differ in signedness [-Wpointer-sign] length + FF_INPUT_BUFFER_PADDING_SIZE); ^ In file included from ./libavutil/common.h:412:0, from libavcodec/hevc.c:28: ./libavutil/mem.h:383:6: note: expected 'unsigned int *' but argument is of type 'int *' void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size); ^ libavcodec/hevc.c: At top level: libavcodec/hevc.c:283:12: warning: 'get_buffer_sao' defined but not used [-Wunused-function] static int get_buffer_sao(HEVCContext *s, AVFrame *frame, const HEVCSPS *sps) ^ In file included from libavcodec/hevcpred.c:37:0: libavcodec/hevcpred_template.c: In function 'intra_pred_var': libavcodec/hevcpred_template.c:133:17: warning: unused variable 'x_left_pu' [-Wunused-variable] int x_left_pu = PU(x0 - 1); ^ libavcodec/hevcpred_template.c:141:17: warning: unused variable 'x_left_pu' [-Wunused-variable] int x_left_pu = PU(x0 - 1); ^ libavcodec/hevcpred_template.c:150:17: warning: unused variable 'y_top_pu' [-Wunused-variable] int y_top_pu = PU(y0 - 1); ^ libavcodec/hevcpred_template.c:149:17: warning: unused variable 'x_left_pu' [-Wunused-variable] int x_left_pu = PU(x0 - 1); ^ libavcodec/hevcpred_template.c:155:17: warning: unused variable 'y_top_pu' [-Wunused-variable] int y_top_pu = PU(y0 - 1); ^ libavcodec/hevcpred_template.c:162:17: warning: unused variable 'y_top_pu' [-Wunused-variable] int y_top_pu = PU(y0 - 1); ^ libavcodec/hevcpred_template.c:223:20: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (j > 0) ^ In file included from libavcodec/hevcpred.c:37:0: libavcodec/hevcpred_template.c:99:9: warning: unused variable 'min_pu_width' [-Wunused-variable] int min_pu_width = s->sps->min_pu_width; ^ gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_refs.o libavcodec/hevc_refs.c libavcodec/hevc_refs.c: In function 'alloc_frame': libavcodec/hevc_refs.c:115:1: warning: label 'fail' defined but not used [-Wunused-label] fail: ^ libavcodec/hevc_refs.c:82:12: warning: unused variable 'j' [-Wunused-variable] int i, j, ret; ^ libavcodec/hevc_refs.c: In function 'ff_hevc_output_frame': libavcodec/hevc_refs.c:194:24: warning: 'min_idx' may be used uninitialized in this function [-Wmaybe-uninitialized] HEVCFrame *frame = &s->DPB[min_idx]; ^ gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevcdsp.o libavcodec/hevcdsp.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_mvs.o libavcodec/hevc_mvs.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_ps.o libavcodec/hevc_ps.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_sei.o libavcodec/hevc_sei.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/utils.o libavcodec/utils.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/cabac.o libavcodec/cabac.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/mem.o libavutil/mem.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/buffer.o libavutil/buffer.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/log2_tab.o libavutil/log2_tab.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/frame.o libavutil/frame.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/pixdesc.o libavutil/pixdesc.c libavutil/frame.c:67:13: warning: 'free_side_data' defined but not used [-Wunused-function] static void free_side_data(AVFrameSideData **ptr_sd) ^ gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/md5.o libavutil/md5.c libavutil/md5.c: In function 'av_md5_final': libavutil/md5.c:188:5: warning: pointer targets in passing argument 2 of 'av_md5_update' differ in signedness [-Wpointer-sign] av_md5_update(ctx, "\200", 1); ^ libavutil/md5.c:148:6: note: expected 'const __uint8_t *' but argument is of type 'char *' void av_md5_update(AVMD5 *ctx, const uint8_t *src, int len) ^ libavutil/md5.c:190:9: warning: pointer targets in passing argument 2 of 'av_md5_update' differ in signedness [-Wpointer-sign] av_md5_update(ctx, "", 1); ^ libavutil/md5.c:148:6: note: expected 'const __uint8_t *' but argument is of type 'char *' void av_md5_update(AVMD5 *ctx, const uint8_t *src, int len) ^ gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libbpg.o libbpg.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -DUSE_JCTVC -Wno-unused-but-set-variable -c -o bpgenc.o bpgenc.c g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc_glue.o jctvc_glue.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/SyntaxElementWriter.o jctvc/TLibEncoder/SyntaxElementWriter.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncSbac.o jctvc/TLibEncoder/TEncSbac.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncBinCoderCABACCounter.o jctvc/TLibEncoder/TEncBinCoderCABACCounter.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncGOP.o jctvc/TLibEncoder/TEncGOP.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncSampleAdaptiveOffset.o jctvc/TLibEncoder/TEncSampleAdaptiveOffset.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncBinCoderCABAC.o jctvc/TLibEncoder/TEncBinCoderCABAC.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncAnalyze.o jctvc/TLibEncoder/TEncAnalyze.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncEntropy.o jctvc/TLibEncoder/TEncEntropy.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncTop.o jctvc/TLibEncoder/TEncTop.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/SEIwrite.o jctvc/TLibEncoder/SEIwrite.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncPic.o jctvc/TLibEncoder/TEncPic.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncRateCtrl.o jctvc/TLibEncoder/TEncRateCtrl.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/WeightPredAnalysis.o jctvc/TLibEncoder/WeightPredAnalysis.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncSlice.o jctvc/TLibEncoder/TEncSlice.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncCu.o jctvc/TLibEncoder/TEncCu.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/NALwrite.o jctvc/TLibEncoder/NALwrite.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncCavlc.o jctvc/TLibEncoder/TEncCavlc.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncSearch.o jctvc/TLibEncoder/TEncSearch.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncPreanalyzer.o jctvc/TLibEncoder/TEncPreanalyzer.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibVideoIO/TVideoIOYuv.o jctvc/TLibVideoIO/TVideoIOYuv.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComWeightPrediction.o jctvc/TLibCommon/TComWeightPrediction.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComLoopFilter.o jctvc/TLibCommon/TComLoopFilter.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComBitStream.o jctvc/TLibCommon/TComBitStream.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComMotionInfo.o jctvc/TLibCommon/TComMotionInfo.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComSlice.o jctvc/TLibCommon/TComSlice.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/ContextModel3DBuffer.o jctvc/TLibCommon/ContextModel3DBuffer.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComPic.o jctvc/TLibCommon/TComPic.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComRdCostWeightPrediction.o jctvc/TLibCommon/TComRdCostWeightPrediction.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComTU.o jctvc/TLibCommon/TComTU.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComPicSym.o jctvc/TLibCommon/TComPicSym.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComPicYuv.o jctvc/TLibCommon/TComPicYuv.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComYuv.o jctvc/TLibCommon/TComYuv.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComTrQuant.o jctvc/TLibCommon/TComTrQuant.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComInterpolationFilter.o jctvc/TLibCommon/TComInterpolationFilter.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/ContextModel.o jctvc/TLibCommon/ContextModel.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComSampleAdaptiveOffset.o jctvc/TLibCommon/TComSampleAdaptiveOffset.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/SEI.o jctvc/TLibCommon/SEI.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComPrediction.o jctvc/TLibCommon/TComPrediction.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComDataCU.o jctvc/TLibCommon/TComDataCU.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComChromaFormat.o jctvc/TLibCommon/TComChromaFormat.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/Debug.o jctvc/TLibCommon/Debug.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComRom.o jctvc/TLibCommon/TComRom.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComPicYuvMD5.o jctvc/TLibCommon/TComPicYuvMD5.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComRdCost.o jctvc/TLibCommon/TComRdCost.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComPattern.o jctvc/TLibCommon/TComPattern.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComCABACTables.o jctvc/TLibCommon/TComCABACTables.cpp gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/libmd5/libmd5.o jctvc/libmd5/libmd5.c g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TAppEncCfg.o jctvc/TAppEncCfg.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TAppEncTop.o jctvc/TAppEncTop.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/scratch/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/program_options_lite.o jctvc/program_options_lite.cpp ar rcs libbpg.a libavcodec/hevc_cabac.o libavcodec/hevc_filter.o libavcodec/hevc.o libavcodec/hevcpred.o libavcodec/hevc_refs.o libavcodec/hevcdsp.o libavcodec/hevc_mvs.o libavcodec/hevc_ps.o libavcodec/hevc_sei.o libavcodec/utils.o libavcodec/cabac.o libavutil/mem.o libavutil/buffer.o libavutil/log2_tab.o libavutil/frame.o libavutil/pixdesc.o libavutil/md5.o libbpg.o gcc -g -Wl,--gc-sections -o bpgdec bpgdec.o libbpg.a -lpng -lrt -lm -lpthread ld: cannot find -lpng16 Makefile:144: recipe for target 'bpgdec' failed gmake: *** [bpgdec] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. make[1]: stopped in /bulk-data/pkgsrc/graphics/libbpg *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/graphics/libbpg