Guest User

ffms2-cplugin-r686-gcc462-msys

a guest
Jun 11th, 2012
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.76 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 --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. gcc -Wall -march=pentium3 -mtune=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/Stephen/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. gcc -Wall -march=pentium3 -mtune=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/Stephen/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. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/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 C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:3670) [-Wdeprecated-declarations]
  17. src/core/audiosource.cpp:176:92: warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:3670) [-Wdeprecated-declarations]
  18. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/ffms.o src/core/ffms.cpp
  19. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/haaliaudio.o src/core/haaliaudio.cpp
  20. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/haaliindexer.o src/core/haaliindexer.cpp
  21. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/haalivideo.o src/core/haalivideo.cpp
  22. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/indexing.o src/core/indexing.cpp
  23. src/core/indexing.cpp: In member function 'int64_t FFMS_Indexer::IndexAudioPacket(int, AVPacket*, SharedAudioContext&, FFMS_Index&)':
  24. src/core/indexing.cpp:740:13: warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:3670) [-Wdeprecated-declarations]
  25. src/core/indexing.cpp:740:95: warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:3670) [-Wdeprecated-declarations]
  26. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/lavfaudio.o src/core/lavfaudio.cpp
  27. src/core/lavfaudio.cpp: In member function 'virtual bool FFLAVFAudio::ReadPacket(AVPacket*)':
  28. src/core/lavfaudio.cpp:80:1: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  29. src/core/lavfaudio.cpp:86:1: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  30. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/lavfindexer.o src/core/lavfindexer.cpp
  31. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/lavfvideo.o src/core/lavfvideo.cpp
  32. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/matroskaaudio.o src/core/matroskaaudio.cpp
  33. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/matroskaindexer.o src/core/matroskaindexer.cpp
  34. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/matroskavideo.o src/core/matroskavideo.cpp
  35. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/utils.o src/core/utils.cpp
  36. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/videosource.o src/core/videosource.cpp
  37. src/core/videosource.cpp: In member function 'void FFMS_VideoSource::SetVideoProperties()':
  38. src/core/videosource.cpp:437:5: warning: 'FFMS_VideoProperties::ColorSpace' is deprecated (declared at include/ffms.h:282) [-Wdeprecated-declarations]
  39. src/core/videosource.cpp:437:5: warning: 'FFMS_VideoProperties::ColorSpace' is deprecated (declared at include/ffms.h:282) [-Wdeprecated-declarations]
  40. src/core/videosource.cpp:438:5: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
  41. src/core/videosource.cpp:438:5: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
  42. src/core/videosource.cpp:445:6: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
  43. src/core/videosource.cpp:445:6: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
  44. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/wave64writer.o src/core/wave64writer.cpp
  45. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/numthreads.o src/core/numthreads.cpp
  46. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/videoutils.o src/core/videoutils.cpp
  47. g++ -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_FFMPEG_COMPAT -c -o src/core/codectype.o src/core/codectype.cpp
  48. gcc -Wall -march=pentium3 -mtune=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/Stephen/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
  49. In file included from src/avisynth_c/avisynth.c:21:0:
  50. include/ffms.h:333:1: warning: type defaults to 'int' in declaration of 'FFMS_IndexErrorHandling' [enabled by default]
  51. include/ffms.h:333:1: warning: '__stdcall__' attribute only applies to function types [-Wattributes]
  52. include/ffms.h:333:35: error: expected ',' or ';' before 'FFMS_GetErrorHandling'
  53.  
  54. make: *** [src/avisynth_c/avisynth.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment