Guest User

ffms2-cplugin-r686-linux-mingw-w64

a guest
Jun 11th, 2012
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.10 KB | None | 0 0
  1. $ FFMPEG_LIBS="-L$HOME/win32_build/lib -lswscale -lavformat -lavcodec -lavutil -lavifil32" FFMPEG_CFLAGS="-I$HOME/win32_build/include" ./configure --prefix=$HOME/ffms2-avs --cross-prefix=i686-w64-mingw32- --host=i686-pc-mingw32 --enable-avs --enable-shared --extra-cflags="-march=pentium3 -mtune=pentium3" --extra-ldflags="-lz -lbz2 -lpthreadGC2 -lutvideo" && make && make install
  2. checking whether linking with FFmpeg or Libav...
  3. avs: yes
  4. debug: no
  5. gprof: no
  6. PIC: no
  7. postproc: no
  8. shared: yes
  9. optlevel: 0
  10.  
  11. You can run 'make' now.
  12. i686-w64-mingw32-gcc -Wall -march=pentium3 -mtune=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/matroskaparser.o src/core/matroskaparser.c
  13. i686-w64-mingw32-gcc -Wall -march=pentium3 -mtune=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/stdiostream.o src/core/stdiostream.c
  14. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/audiosource.o src/core/audiosource.cpp
  15. src/core/audiosource.cpp: In member function 'void FFMS_AudioSource::DecodeNextBlock()':
  16. src/core/audiosource.cpp:176:13: warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is deprecated (declared at /home/qyot27/win32_build/include/libavcodec/avcodec.h:3670) [-Wdeprecated-declarations]
  17. int Ret = avcodec_decode_audio3(CodecContext, (int16_t *)Buf, &TempOutputBufSize, &Packet);
  18. ^
  19. src/core/audiosource.cpp:176:92: warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is deprecated (declared at /home/qyot27/win32_build/include/libavcodec/avcodec.h:3670) [-Wdeprecated-declarations]
  20. int Ret = avcodec_decode_audio3(CodecContext, (int16_t *)Buf, &TempOutputBufSize, &Packet);
  21. ^
  22. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/ffms.o src/core/ffms.cpp
  23. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/haaliaudio.o src/core/haaliaudio.cpp
  24. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/haaliindexer.o src/core/haaliindexer.cpp
  25. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/haalivideo.o src/core/haalivideo.cpp
  26. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/indexing.o src/core/indexing.cpp
  27. src/core/indexing.cpp: In member function 'void FFMS_Track::Write({anonymous}::zipped_file*) const':
  28. src/core/indexing.cpp:357:87: warning: narrowing conversion of '((const FFMS_Track*)this)->FFMS_Track::TT' from 'const FFMS_TrackType' to 'uint32_t {aka unsigned int}' inside { } is ill-formed in C++11 [-Wnarrowing]
  29. TrackHeader TH = { TT, size(), TB.Num, TB.Den, UseDTS, HasTS, InvisibleFrames.size() };
  30. ^
  31. src/core/indexing.cpp: In member function 'int64_t FFMS_Indexer::IndexAudioPacket(int, AVPacket*, SharedAudioContext&, FFMS_Index&)':
  32. src/core/indexing.cpp:740:13: warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is deprecated (declared at /home/qyot27/win32_build/include/libavcodec/avcodec.h:3670) [-Wdeprecated-declarations]
  33. int Ret = avcodec_decode_audio3(CodecContext, (int16_t *)&DecodingBuffer[0], &dbsize, Packet);
  34. ^
  35. src/core/indexing.cpp:740:95: warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is deprecated (declared at /home/qyot27/win32_build/include/libavcodec/avcodec.h:3670) [-Wdeprecated-declarations]
  36. int Ret = avcodec_decode_audio3(CodecContext, (int16_t *)&DecodingBuffer[0], &dbsize, Packet);
  37. ^
  38. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/lavfaudio.o src/core/lavfaudio.cpp
  39. In file included from /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/stdint.h:3:0,
  40. from /usr/i686-w64-mingw32/include/inttypes.h:12,
  41. from /home/qyot27/win32_build/include/libavutil/common.h:31,
  42. from /home/qyot27/win32_build/include/libavutil/avutil.h:327,
  43. from /home/qyot27/win32_build/include/libavutil/samplefmt.h:22,
  44. from /home/qyot27/win32_build/include/libavcodec/avcodec.h:30,
  45. from /home/qyot27/win32_build/include/libavformat/avformat.h:197,
  46. from src/core/audiosource.h:25,
  47. from src/core/lavfaudio.cpp:21:
  48. src/core/lavfaudio.cpp: In member function 'virtual bool FFLAVFAudio::ReadPacket(AVPacket*)':
  49. /home/qyot27/win32_build/include/libavutil/avutil.h:279:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  50. #define AV_NOPTS_VALUE INT64_C(0x8000000000000000)
  51. ^
  52. src/core/lavfaudio.cpp:80:23: note: in expansion of macro 'AV_NOPTS_VALUE'
  53. if (Packet->pts == AV_NOPTS_VALUE)
  54. ^
  55. /home/qyot27/win32_build/include/libavutil/avutil.h:279:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  56. #define AV_NOPTS_VALUE INT64_C(0x8000000000000000)
  57. ^
  58. src/core/lavfaudio.cpp:86:23: note: in expansion of macro 'AV_NOPTS_VALUE'
  59. if (Packet->pts != AV_NOPTS_VALUE) {
  60. ^
  61. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/lavfindexer.o src/core/lavfindexer.cpp
  62. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/lavfvideo.o src/core/lavfvideo.cpp
  63. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/matroskaaudio.o src/core/matroskaaudio.cpp
  64. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/matroskaindexer.o src/core/matroskaindexer.cpp
  65. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/matroskavideo.o src/core/matroskavideo.cpp
  66. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/utils.o src/core/utils.cpp
  67. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/videosource.o src/core/videosource.cpp
  68. src/core/videosource.cpp: In member function 'void FFMS_VideoSource::SetVideoProperties()':
  69. src/core/videosource.cpp:437:5: warning: 'FFMS_VideoProperties::ColorSpace' is deprecated (declared at include/ffms.h:282) [-Wdeprecated-declarations]
  70. VP.ColorSpace = CodecContext->colorspace;
  71. ^
  72. src/core/videosource.cpp:437:5: warning: 'FFMS_VideoProperties::ColorSpace' is deprecated (declared at include/ffms.h:282) [-Wdeprecated-declarations]
  73. src/core/videosource.cpp:438:5: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
  74. VP.ColorRange = CodecContext->color_range;
  75. ^
  76. src/core/videosource.cpp:438:5: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
  77. src/core/videosource.cpp:445:6: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
  78. VP.ColorRange = AVCOL_RANGE_JPEG;
  79. ^
  80. src/core/videosource.cpp:445:6: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
  81. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/wave64writer.o src/core/wave64writer.cpp
  82. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/numthreads.o src/core/numthreads.cpp
  83. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/videoutils.o src/core/videoutils.cpp
  84. i686-w64-mingw32-g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/codectype.o src/core/codectype.cpp
  85. i686-w64-mingw32-gcc -Wall -march=pentium3 -mtune=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/qyot27/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/avisynth_c/avisynth.o src/avisynth_c/avisynth.c
  86. In file included from src/avisynth_c/avisynth.c:21:0:
  87. include/ffms.h:333:10: warning: type defaults to 'int' in declaration of 'FFMS_IndexErrorHandling' [enabled by default]
  88. FFMS_API(FFMS_IndexErrorHandling) FFMS_GetErrorHandling(FFMS_Index *Index);
  89. ^
  90. include/ffms.h:78:77: note: in definition of macro 'FFMS_API'
  91. # define FFMS_API(ret) FFMS_EXTERN_C __attribute__((visibility("default"))) ret FFMS_CC
  92. ^
  93. In file included from src/avisynth_c/avisynth.c:21:0:
  94. include/ffms.h:333:1: warning: '__stdcall__' attribute only applies to function types [-Wattributes]
  95. FFMS_API(FFMS_IndexErrorHandling) FFMS_GetErrorHandling(FFMS_Index *Index);
  96. ^
  97. include/ffms.h:333:35: error: expected ',' or ';' before 'FFMS_GetErrorHandling'
  98. FFMS_API(FFMS_IndexErrorHandling) FFMS_GetErrorHandling(FFMS_Index *Index);
  99. ^
  100. make: *** [src/avisynth_c/avisynth.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment