printf "PIXFMTS = " > tests/pixfmts.mak K:/fate.ffmpeg/build/ffmpeg.exe -pix_fmts list 2> /dev/null | awk 'NR > 8 && /^IO/ { printf $2 " " }' >> tests/pixfmts.mak printf "\n" >> tests/pixfmts.mak gcc -I. -Isrc/ -D_ISOC99_SOURCE -std=c99 -Wall -O3 -MMD -MF tests/base64.d -MT tests/base64.o -c -o tests/base64.o src/tests/base64.c gcc -I. -Isrc/ -D_ISOC99_SOURCE -std=c99 -Wall -O3 -MMD -MF tests/tiny_psnr.d -MT tests/tiny_psnr.o -c -o tests/tiny_psnr.o src/tests/tiny_psnr.c gcc -I. -Isrc/ -D_ISOC99_SOURCE -std=c99 -Wall -O3 -MMD -MF tests/tiny_ssim.d -MT tests/tiny_ssim.o -c -o tests/tiny_ssim.o src/tests/tiny_ssim.c gcc -I. -Isrc/ -D_ISOC99_SOURCE -std=c99 -Wall -O3 -MMD -MF tests/audiomatch.d -MT tests/audiomatch.o -c -o tests/audiomatch.o src/tests/audiomatch.c gcc -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -IK:/fate.ffmpeg/src/compat/float -IK:/fate.ffmpeg/src/compat/atomics/gcc -DZLIB_CONST -DTEST -mstackrealign -march=i686 -std=c11 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=format-security -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=vla -Wformat -fdiagnostics-color=auto -Wno-maybe-uninitialized -Umain -MMD -MF tests/api/api-threadmessage-test.d -MT tests/api/api-threadmessage-test.o -c -o tests/api/api-threadmessage-test.o src/tests/api/api-threadmessage-test.c gcc -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -IK:/fate.ffmpeg/src/compat/float -IK:/fate.ffmpeg/src/compat/atomics/gcc -DZLIB_CONST -DTEST -mstackrealign -march=i686 -std=c11 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=format-security -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=vla -Wformat -fdiagnostics-color=auto -Wno-maybe-uninitialized -Umain -MMD -MF tests/api/api-flac-test.d -MT tests/api/api-flac-test.o -c -o tests/api/api-flac-test.o src/tests/api/api-flac-test.c src/tests/api/api-flac-test.c: In function 'run_test': src/tests/api/api-flac-test.c:166:9: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] result = avcodec_encode_audio2(enc_ctx, &enc_pkt, in_frame, &got_output); ^ In file included from src/tests/api/api-flac-test.c:30:0: src/libavcodec/avcodec.h:5465:5: note: declared here int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, ^ src/tests/api/api-flac-test.c:174:13: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] result = avcodec_decode_audio4(dec_ctx, out_frame, &got_output, &enc_pkt); ^ In file included from src/tests/api/api-flac-test.c:30:0: src/libavcodec/avcodec.h:4940:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^ gcc -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -IK:/fate.ffmpeg/src/compat/float -IK:/fate.ffmpeg/src/compat/atomics/gcc -DZLIB_CONST -DTEST -mstackrealign -march=i686 -std=c11 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=format-security -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=vla -Wformat -fdiagnostics-color=auto -Wno-maybe-uninitialized -Umain -MMD -MF tests/api/api-seek-test.d -MT tests/api/api-seek-test.o -c -o tests/api/api-seek-test.o src/tests/api/api-seek-test.c gcc -I. -Isrc/ -D_ISOC99_SOURCE -std=c99 -Wall -O3 -MMD -MF tests/audiogen.d -MT tests/audiogen.o -c -o tests/audiogen.o src/tests/audiogen.c src/tests/api/api-seek-test.c: In function 'compute_crc_of_packets': src/tests/api/api-seek-test.c:119:13: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^ In file included from src/tests/api/api-seek-test.c:28:0: src/libavcodec/avcodec.h:4989:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ mkdir -p tests/data gcc -I. -Isrc/ -D_ISOC99_SOURCE -std=c99 -Wall -O3 -MMD -MF tests/videogen.d -MT tests/videogen.o -c -o tests/videogen.o src/tests/videogen.c mkdir -p tests/vsynth1 gcc -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -IK:/fate.ffmpeg/src/compat/float -IK:/fate.ffmpeg/src/compat/atomics/gcc -DZLIB_CONST -DTEST -mstackrealign -march=i686 -std=c11 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=format-security -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=vla -Wformat -fdiagnostics-color=auto -Wno-maybe-uninitialized -Umain -MMD -MF tests/api/api-band-test.d -MT tests/api/api-band-test.o -c -o tests/api/api-band-test.o src/tests/api/api-band-test.c src/tests/api/api-band-test.c: In function 'video_decode': src/tests/api/api-band-test.c:171:13: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^ In file included from src/tests/api/api-band-test.c:28:0: src/libavcodec/avcodec.h:4989:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ gcc -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -IK:/fate.ffmpeg/src/compat/float -IK:/fate.ffmpeg/src/compat/atomics/gcc -DZLIB_CONST -DTEST -mstackrealign -march=i686 -std=c11 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=format-security -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=vla -Wformat -fdiagnostics-color=auto -Wno-maybe-uninitialized -Umain -MMD -MF tests/api/api-h264-test.d -MT tests/api/api-h264-test.o -c -o tests/api/api-h264-test.o src/tests/api/api-h264-test.c src/tests/api/api-h264-test.c: In function 'video_decode_example': src/tests/api/api-h264-test.c:121:13: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^ In file included from src/tests/api/api-h264-test.c:28:0: src/libavcodec/avcodec.h:4989:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ gcc -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -IK:/fate.ffmpeg/src/compat/float -IK:/fate.ffmpeg/src/compat/atomics/gcc -DZLIB_CONST -DTEST -mstackrealign -march=i686 -std=c11 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=format-security -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=vla -Wformat -fdiagnostics-color=auto -Wno-maybe-uninitialized -Umain -MMD -MF tests/api/api-codec-param-test.d -MT tests/api/api-codec-param-test.o -c -o tests/api/api-codec-param-test.o src/tests/api/api-codec-param-test.c mkdir -p tests/checkasm/ mkdir -p libavcodec/tests/ src/tests/api/api-codec-param-test.c: In function 'try_decode_video_frame': src/tests/api/api-codec-param-test.c:58:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &got_frame, pkt); ^ In file included from src/libavformat/avformat.h:319:0, from src/tests/api/api-codec-param-test.c:24: src/libavcodec/avcodec.h:4989:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ src/tests/api/api-codec-param-test.c: In function 'find_video_stream_info': src/tests/api/api-codec-param-test.c:95:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec_ctx = st->codec; ^ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/tests/api/api-codec-param-test.c:120:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec_ctx = st->codec; ^ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/tests/api/api-codec-param-test.c:135:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_close(st->codec); ^ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/tests/api/api-codec-param-test.c: In function 'dump_video_streams': src/tests/api/api-codec-param-test.c:148:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx = st->codec; ^ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/tests/api/api-codec-param-test.c: In function 'check_video_streams': src/tests/api/api-codec-param-test.c:199:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx1 = st1->codec; ^ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^ src/tests/api/api-codec-param-test.c:200:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx2 = st2->codec; ^ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^