Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cc -o mtn mtn.c -W -Wall -O3 -s -D_FILE_OFFSET_BITS=64 -mtune=i686 -march=i386 -I/home/tuitfun/include -L/home/tuitfun/lib -lavcodec -lavformat -lavcodec -lswscale -lavutil -lgd -lfreetype -ljpeg -lz -lm -lpthread
- mtn.c: In function ‘save_AVFrame’:
- mtn.c:832:9: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [enabled by default]
- /usr/include/libswscale/swscale.h:236:5: note: expected ‘const uint8_t * const*’ but argument is of type ‘uint8_t **’
- mtn.c: In function ‘get_stream_info_type’:
- mtn.c:948:13: warning: ‘language’ is deprecated (declared at /usr/include/libavformat/avformat.h:570) [-Wdeprecated-declarations]
- mtn.c:949:17: warning: ‘language’ is deprecated (declared at /usr/include/libavformat/avformat.h:570) [-Wdeprecated-declarations]
- mtn.c:997:9: warning: ‘language’ is deprecated (declared at /usr/include/libavformat/avformat.h:570) [-Wdeprecated-declarations]
- mtn.c:998:13: warning: ‘language’ is deprecated (declared at /usr/include/libavformat/avformat.h:570) [-Wdeprecated-declarations]
- mtn.c: In function ‘get_stream_info’:
- mtn.c:1024:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- mtn.c: In function ‘dump_format_context’:
- mtn.c:1079:5: warning: ‘track’ is deprecated (declared at /usr/include/libavformat/avformat.h:748) [-Wdeprecated-declarations]
- mtn.c:1080:9: warning: ‘track’ is deprecated (declared at /usr/include/libavformat/avformat.h:748) [-Wdeprecated-declarations]
- mtn.c:1081:5: warning: ‘title’ is deprecated (declared at /usr/include/libavformat/avformat.h:742) [-Wdeprecated-declarations]
- mtn.c:1082:9: warning: ‘title’ is deprecated (declared at /usr/include/libavformat/avformat.h:742) [-Wdeprecated-declarations]
- mtn.c:1083:5: warning: ‘author’ is deprecated (declared at /usr/include/libavformat/avformat.h:743) [-Wdeprecated-declarations]
- mtn.c:1084:9: warning: ‘author’ is deprecated (declared at /usr/include/libavformat/avformat.h:743) [-Wdeprecated-declarations]
- mtn.c:1085:5: warning: ‘copyright’ is deprecated (declared at /usr/include/libavformat/avformat.h:744) [-Wdeprecated-declarations]
- mtn.c:1086:9: warning: ‘copyright’ is deprecated (declared at /usr/include/libavformat/avformat.h:744) [-Wdeprecated-declarations]
- mtn.c:1087:5: warning: ‘comment’ is deprecated (declared at /usr/include/libavformat/avformat.h:745) [-Wdeprecated-declarations]
- mtn.c:1088:9: warning: ‘comment’ is deprecated (declared at /usr/include/libavformat/avformat.h:745) [-Wdeprecated-declarations]
- mtn.c:1089:5: warning: ‘album’ is deprecated (declared at /usr/include/libavformat/avformat.h:746) [-Wdeprecated-declarations]
- mtn.c:1090:9: warning: ‘album’ is deprecated (declared at /usr/include/libavformat/avformat.h:746) [-Wdeprecated-declarations]
- mtn.c:1091:5: warning: ‘year’ is deprecated (declared at /usr/include/libavformat/avformat.h:747) [-Wdeprecated-declarations]
- mtn.c:1092:9: warning: ‘year’ is deprecated (declared at /usr/include/libavformat/avformat.h:747) [-Wdeprecated-declarations]
- mtn.c:1093:5: warning: ‘genre’ is deprecated (declared at /usr/include/libavformat/avformat.h:749) [-Wdeprecated-declarations]
- mtn.c:1094:9: warning: ‘genre’ is deprecated (declared at /usr/include/libavformat/avformat.h:749) [-Wdeprecated-declarations]
- mtn.c: In function ‘read_and_decode’:
- mtn.c:1190:13: warning: ‘url_ferror’ is deprecated (declared at /usr/include/libavformat/avio.h:304) [-Wdeprecated-declarations]
- mtn.c:1218:9: warning: ‘avcodec_decode_video’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3892) [-Wdeprecated-declarations]
- mtn.c: In function ‘make_thumbnail’:
- mtn.c:1557:5: warning: ‘av_open_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1170) [-Wdeprecated-declarations]
- mtn.c:1579:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- mtn.c:2017:13: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [enabled by default]
- /usr/include/libswscale/swscale.h:236:5: note: expected ‘const uint8_t * const*’ but argument is of type ‘uint8_t **’
- mtn.c:1466:10: warning: variable ‘fill_buffer’ set but not used [-Wunused-but-set-variable]
- mtn.c: At top level:
- mtn.c:2219:5: error: conflicting types for ‘alphasort’
- /usr/include/dirent.h:290:12: note: previous declaration of ‘alphasort’ was here
- mtn.c: In function ‘get_windows_argv’:
- mtn.c:2385:27: warning: unused parameter ‘pargc’ [-Wunused-parameter]
- mtn.c:2385:42: warning: unused parameter ‘pargv’ [-Wunused-parameter]
- make: *** [mtn] Error 1
Advertisement
Add Comment
Please, Sign In to add comment