Advertisement
Guest User

Untitled

a guest
Jun 16th, 2011
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.97 KB | None | 0 0
  1. $ gcc --version
  2. gcc.exe (GCC) 4.6.0 (x86.generic.Komisar)
  3. Copyright (C) 2011 Free Software Foundation, Inc.
  4. This is free software; see the source for copying conditions. There is NO
  5. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  6.  
  7. $ FFMPEG_LIBS="-L$HOME/win32_build/lib -lswscale -lavformat -lavcodec -lpostproc -lavutil -lavifil32" FFMPEG_CFLAGS="-I$HOME/win32_build/include" ./configure --prefix=$HOME/ffms2-avs --enable-avs --enable-shared --enable-postproc --extra-cflags="-march=pentium3" --extra-ldflags="-lz -lbz2 -lpthreadGC2" && make && make install
  8. avs: yes
  9. debug: no
  10. gprof: no
  11. PIC: no
  12. postproc: yes
  13. shared: yes
  14.  
  15. You can run 'make' now.
  16. gcc -O3 -Wall -march=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/matroskaparser.o src/core/matroskaparser.c
  17. src/core/matroskaparser.c:936:13: warning: 'IsWritingApp' defined but not used [-Wunused-function]
  18. src/core/matroskaparser.c: In function 'errorjmp':
  19. src/core/matroskaparser.c:390:6: warning: 'll' may be used uninitialized in this function [-Wuninitialized]
  20. src/core/matroskaparser.c:304:40: note: 'll' was declared here
  21. src/core/matroskaparser.c:353:18: warning: 'neg' may be used uninitialized in this function [-Wuninitialized]
  22. src/core/matroskaparser.c:304:35: note: 'neg' was declared here
  23. src/core/matroskaparser.c:353:18: warning: 'zero' may be used uninitialized in this function [-Wuninitialized]
  24. src/core/matroskaparser.c:304:29: note: 'zero' was declared here
  25. src/core/matroskaparser.c:353:18: warning: 'width' may be used uninitialized in this function [-Wuninitialized]
  26. src/core/matroskaparser.c:304:22: note: 'width' was declared here
  27. src/core/matroskaparser.c: In function 'readFloat':
  28. src/core/matroskaparser.c:842:3: warning: 'f.v' may be used uninitialized in this function [-Wuninitialized]
  29. src/core/matroskaparser.c:810:11: warning: 'ui' may be used uninitialized in this function [-Wuninitialized]
  30. src/core/matroskaparser.c: In function 'parseTrackEntry':
  31. src/core/matroskaparser.c:1517:36: warning: 'CompScope' may be used uninitialized in this function [-Wuninitialized]
  32. src/core/matroskaparser.c: In function 'parseBlockGroup':
  33. src/core/matroskaparser.c:2133:15: warning: 'add_len' may be used uninitialized in this function [-Wuninitialized]
  34. src/core/matroskaparser.c:2112:34: note: 'add_len' was declared here
  35. src/core/matroskaparser.c:2132:15: warning: 'add_pos' may be used uninitialized in this function [-Wuninitialized]
  36. src/core/matroskaparser.c:2112:25: note: 'add_pos' was declared here
  37. gcc -O3 -Wall -march=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/stdiostream.o src/core/stdiostream.c
  38. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/audiosource.o src/core/audiosource.cpp
  39. In file included from C:/MinGW/home/Stephen/win32_build/include/libavformat/avformat.h:42:0,
  40. from src/core/audiosource.h:25,
  41. from src/core/audiosource.cpp:21:
  42. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
  43. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
  44. src/core/audiosource.cpp: In member function 'void FFMS_AudioSource::DecodeNextBlock()':
  45. src/core/audiosource.cpp:156:45: warning: 'int av_get_bits_per_sample_fmt(AVSampleFormat)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavutil/samplefmt.h:68) [-Wdeprecated-declarations]
  46. src/core/audiosource.cpp:156:96: warning: 'int av_get_bits_per_sample_fmt(AVSampleFormat)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavutil/samplefmt.h:68) [-Wdeprecated-declarations]
  47. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/ffms.o src/core/ffms.cpp
  48. In file included from C:/MinGW/home/Stephen/win32_build/include/libavformat/avformat.h:42:0,
  49. from src/core/videosource.h:25,
  50. from src/core/ffms.cpp:24:
  51. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
  52. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
  53. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/haaliaudio.o src/core/haaliaudio.cpp
  54. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/haaliindexer.o src/core/haaliindexer.cpp
  55. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/haalivideo.o src/core/haalivideo.cpp
  56. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/indexing.o src/core/indexing.cpp
  57. In file included from C:/MinGW/home/Stephen/win32_build/include/libavformat/avformat.h:42:0,
  58. from src/core/utils.h:34,
  59. from src/core/indexing.h:26,
  60. from src/core/indexing.cpp:21:
  61. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
  62. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
  63. src/core/indexing.cpp: In member function 'void FFMS_Indexer::WriteAudio(SharedAudioContext&, FFMS_Index*, int, int)':
  64. src/core/indexing.cpp:599:6: warning: 'int av_get_bits_per_sample_fmt(AVSampleFormat)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavutil/samplefmt.h:68) [-Wdeprecated-declarations]
  65. src/core/indexing.cpp:599:70: warning: 'int av_get_bits_per_sample_fmt(AVSampleFormat)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavutil/samplefmt.h:68) [-Wdeprecated-declarations]
  66. src/core/indexing.cpp: In member function 'int64_t FFMS_Indexer::IndexAudioPacket(int, AVPacket*, SharedAudioContext&, FFMS_Index&)':
  67. src/core/indexing.cpp:637:45: warning: 'int av_get_bits_per_sample_fmt(AVSampleFormat)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavutil/samplefmt.h:68) [-Wdeprecated-declarations]
  68. src/core/indexing.cpp:637:96: warning: 'int av_get_bits_per_sample_fmt(AVSampleFormat)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavutil/samplefmt.h:68) [-Wdeprecated-declarations]
  69. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/lavfaudio.o src/core/lavfaudio.cpp
  70. In file included from C:/MinGW/home/Stephen/win32_build/include/libavformat/avformat.h:42:0,
  71. from src/core/audiosource.h:25,
  72. from src/core/lavfaudio.cpp:21:
  73. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
  74. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
  75. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/lavfindexer.o src/core/lavfindexer.cpp
  76. In file included from C:/MinGW/home/Stephen/win32_build/include/libavformat/avformat.h:42:0,
  77. from src/core/utils.h:34,
  78. from src/core/indexing.h:26,
  79. from src/core/lavfindexer.cpp:21:
  80. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
  81. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
  82. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/lavfvideo.o src/core/lavfvideo.cpp
  83. In file included from C:/MinGW/home/Stephen/win32_build/include/libavformat/avformat.h:42:0,
  84. from src/core/videosource.h:25,
  85. from src/core/lavfvideo.cpp:21:
  86. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
  87. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
  88. src/core/videosource.h: In constructor 'FFLAVFVideo::FFLAVFVideo(const char*, int, FFMS_Index*, int, int)':
  89. src/core/videosource.h:106:38: warning: 'FFLAVFVideo::Res' will be initialized after [-Wreorder]
  90. src/core/lavfvideo.cpp:33:93: warning: base 'FFMS_VideoSource' [-Wreorder]
  91. src/core/lavfvideo.cpp:31:1: warning: when initialized here [-Wreorder]
  92. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/matroskaaudio.o src/core/matroskaaudio.cpp
  93. In file included from C:/MinGW/home/Stephen/win32_build/include/libavformat/avformat.h:42:0,
  94. from src/core/audiosource.h:25,
  95. from src/core/matroskaaudio.cpp:21:
  96. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
  97. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
  98. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/matroskaindexer.o src/core/matroskaindexer.cpp
  99. In file included from C:/MinGW/home/Stephen/win32_build/include/libavformat/avformat.h:42:0,
  100. from src/core/utils.h:34,
  101. from src/core/indexing.h:26,
  102. from src/core/matroskaindexer.cpp:21:
  103. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
  104. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
  105. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/matroskavideo.o src/core/matroskavideo.cpp
  106. In file included from C:/MinGW/home/Stephen/win32_build/include/libavformat/avformat.h:42:0,
  107. from src/core/videosource.h:25,
  108. from src/core/matroskavideo.cpp:21:
  109. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
  110. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
  111. src/core/videosource.h: In constructor 'FFMatroskaVideo::FFMatroskaVideo(const char*, int, FFMS_Index*, int)':
  112. src/core/videosource.h:122:38: warning: 'FFMatroskaVideo::Res' will be initialized after [-Wreorder]
  113. src/core/matroskavideo.cpp:38:93: warning: base 'FFMS_VideoSource' [-Wreorder]
  114. src/core/matroskavideo.cpp:36:1: warning: when initialized here [-Wreorder]
  115. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/utils.o src/core/utils.cpp
  116. In file included from C:/MinGW/home/Stephen/win32_build/include/libavformat/avformat.h:42:0,
  117. from src/core/utils.h:34,
  118. from src/core/utils.cpp:23:
  119. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
  120. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
  121. src/core/utils.h: In constructor 'FFMS_Exception::FFMS_Exception(int, int, const char*)':
  122. src/core/utils.h:80:6: warning: 'FFMS_Exception::_SubType' will be initialized after [-Wreorder]
  123. src/core/utils.h:78:14: warning: 'std::string FFMS_Exception::_Message' [-Wreorder]
  124. src/core/utils.cpp:60:1: warning: when initialized here [-Wreorder]
  125. src/core/utils.h: In constructor 'FFMS_Exception::FFMS_Exception(int, int, const string&)':
  126. src/core/utils.h:80:6: warning: 'FFMS_Exception::_SubType' will be initialized after [-Wreorder]
  127. src/core/utils.h:78:14: warning: 'std::string FFMS_Exception::_Message' [-Wreorder]
  128. src/core/utils.cpp:63:1: warning: when initialized here [-Wreorder]
  129. src/core/utils.cpp: In function 'void FillAP(FFMS_AudioProperties&, AVCodecContext*, FFMS_Track&)':
  130. src/core/utils.cpp:342:21: warning: 'int av_get_bits_per_sample_fmt(AVSampleFormat)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavutil/samplefmt.h:68) [-Wdeprecated-declarations]
  131. src/core/utils.cpp:342:63: warning: 'int av_get_bits_per_sample_fmt(AVSampleFormat)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavutil/samplefmt.h:68) [-Wdeprecated-declarations]
  132. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/videosource.o src/core/videosource.cpp
  133. In file included from C:/MinGW/home/Stephen/win32_build/include/libavformat/avformat.h:42:0,
  134. from src/core/videosource.h:25,
  135. from src/core/videosource.cpp:21:
  136. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
  137. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
  138. src/core/videosource.cpp: In member function 'FFMS_Frame* FFMS_VideoSource::OutputFrame(AVFrame*)':
  139. src/core/videosource.cpp:164:24: warning: 'char av_get_pict_type_char(int)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:3901) [-Wdeprecated-declarations]
  140. src/core/videosource.cpp:164:62: warning: 'char av_get_pict_type_char(int)' is deprecated (declared at C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:3901) [-Wdeprecated-declarations]
  141. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/core/wave64writer.o src/core/wave64writer.cpp
  142. In file included from C:/MinGW/home/Stephen/win32_build/include/libavformat/avformat.h:42:0,
  143. from src/core/utils.h:34,
  144. from src/core/wave64writer.h:27,
  145. from src/core/wave64writer.cpp:21:
  146. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
  147. C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:525:27: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
  148. gcc -O3 -Wall -march=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/avisynth_c/avisynth.o src/avisynth_c/avisynth.c
  149. gcc -O3 -Wall -march=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/avisynth_c/avs_lib.o src/avisynth_c/avs_lib.c
  150. gcc -O3 -Wall -march=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/avisynth_c/avs_utils.o src/avisynth_c/avs_utils.c
  151. src/avisynth_c/avs_utils.c: In function 'fill_avs_frame_data':
  152. src/avisynth_c/avs_utils.c:142:43: warning: pointer type mismatch in conditional expression [enabled by default]
  153. gcc -O3 -Wall -march=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/avisynth_c/ff_audsource.o src/avisynth_c/ff_audsource.c
  154. gcc -O3 -Wall -march=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/avisynth_c/ff_swscale.o src/avisynth_c/ff_swscale.c
  155. gcc -O3 -Wall -march=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/avisynth_c/ff_vidsource.o src/avisynth_c/ff_vidsource.c
  156. gcc -O3 -Wall -march=pentium3 -std=gnu99 -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/avisynth_c/ff_pp.o src/avisynth_c/ff_pp.c
  157. g++ -shared -o ffms2.dll src/core/matroskaparser.o src/core/stdiostream.o src/core/audiosource.o src/core/ffms.o src/core/haaliaudio.o src/core/haaliindexer.o src/core/haalivideo.o src/core/indexing.o src/core/lavfaudio.o src/core/lavfindexer.o src/core/lavfvideo.o src/core/matroskaaudio.o src/core/matroskaindexer.o src/core/matroskavideo.o src/core/utils.o src/core/videosource.o src/core/wave64writer.o src/avisynth_c/avisynth.o src/avisynth_c/avs_lib.o src/avisynth_c/avs_utils.o src/avisynth_c/ff_audsource.o src/avisynth_c/ff_swscale.o src/avisynth_c/ff_vidsource.o src/avisynth_c/ff_pp.o -Wl,--out-implib,libffms-2.dll.a -Wl,--enable-auto-image-base -Wl,--export-all-symbols -L/home/Stephen/win32_build/lib -lswscale -lavformat -lavcodec -lpostproc -lavutil -lavifil32 -lz -lbz2 -lpthreadGC2 -lole32 -s
  158. Creating library file: libffms-2.dll.a
  159. g++ -O3 -Wall -D__STDC_CONSTANT_MACROS -s -fomit-frame-pointer -I/home/Stephen/win32_build/include -I. -Iinclude -D_FILE_OFFSET_BITS=64 -DFFMS_USE_POSTPROC -c -o src/index/ffmsindex.o src/index/ffmsindex.cpp
  160. ar rc libffms.a src/core/matroskaparser.o src/core/stdiostream.o src/core/audiosource.o src/core/ffms.o src/core/haaliaudio.o src/core/haaliindexer.o src/core/haalivideo.o src/core/indexing.o src/core/lavfaudio.o src/core/lavfindexer.o src/core/lavfvideo.o src/core/matroskaaudio.o src/core/matroskaindexer.o src/core/matroskavideo.o src/core/utils.o src/core/videosource.o src/core/wave64writer.o
  161. ranlib libffms.a
  162. g++ -o ffmsindex.exe src/index/ffmsindex.o libffms-2.dll.a -L/home/Stephen/win32_build/lib -lswscale -lavformat -lavcodec -lpostproc -lavutil -lavifil32 -lz -lbz2 -lpthreadGC2 -lole32 -s
  163. install -d /home/Stephen/ffms2-avs/bin
  164. install -d /home/Stephen/ffms2-avs/include
  165. install -d /home/Stephen/ffms2-avs/lib
  166. install -d /home/Stephen/ffms2-avs/lib/pkgconfig
  167. install -m 644 include/ffms.h /home/Stephen/ffms2-avs/include
  168. install -m 644 libffms.a /home/Stephen/ffms2-avs/lib
  169. install -m 644 ffms.pc /home/Stephen/ffms2-avs/lib/pkgconfig
  170. install ffmsindex.exe /home/Stephen/ffms2-avs/bin
  171. ranlib /home/Stephen/ffms2-avs/lib/libffms.a
  172. install -m 755 ffms2.dll /home/Stephen/ffms2-avs/bin
  173. install -m 644 libffms-2.dll.a /home/Stephen/ffms2-avs/lib
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement