Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ 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
- checking whether linking with FFmpeg or Libav...
- avs: yes
- debug: no
- gprof: no
- PIC: no
- postproc: no
- shared: yes
- optlevel: 0
- You can run 'make' now.
- 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
- 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
- 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
- src/core/audiosource.cpp: In member function 'void FFMS_AudioSource::DecodeNextBlock()':
- 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]
- int Ret = avcodec_decode_audio3(CodecContext, (int16_t *)Buf, &TempOutputBufSize, &Packet);
- ^
- 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]
- int Ret = avcodec_decode_audio3(CodecContext, (int16_t *)Buf, &TempOutputBufSize, &Packet);
- ^
- 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
- 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
- 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
- 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
- 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
- src/core/indexing.cpp: In member function 'void FFMS_Track::Write({anonymous}::zipped_file*) const':
- 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]
- TrackHeader TH = { TT, size(), TB.Num, TB.Den, UseDTS, HasTS, InvisibleFrames.size() };
- ^
- src/core/indexing.cpp: In member function 'int64_t FFMS_Indexer::IndexAudioPacket(int, AVPacket*, SharedAudioContext&, FFMS_Index&)':
- 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]
- int Ret = avcodec_decode_audio3(CodecContext, (int16_t *)&DecodingBuffer[0], &dbsize, Packet);
- ^
- 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]
- int Ret = avcodec_decode_audio3(CodecContext, (int16_t *)&DecodingBuffer[0], &dbsize, Packet);
- ^
- 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
- In file included from /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/stdint.h:3:0,
- from /usr/i686-w64-mingw32/include/inttypes.h:12,
- from /home/qyot27/win32_build/include/libavutil/common.h:31,
- from /home/qyot27/win32_build/include/libavutil/avutil.h:327,
- from /home/qyot27/win32_build/include/libavutil/samplefmt.h:22,
- from /home/qyot27/win32_build/include/libavcodec/avcodec.h:30,
- from /home/qyot27/win32_build/include/libavformat/avformat.h:197,
- from src/core/audiosource.h:25,
- from src/core/lavfaudio.cpp:21:
- src/core/lavfaudio.cpp: In member function 'virtual bool FFLAVFAudio::ReadPacket(AVPacket*)':
- /home/qyot27/win32_build/include/libavutil/avutil.h:279:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- #define AV_NOPTS_VALUE INT64_C(0x8000000000000000)
- ^
- src/core/lavfaudio.cpp:80:23: note: in expansion of macro 'AV_NOPTS_VALUE'
- if (Packet->pts == AV_NOPTS_VALUE)
- ^
- /home/qyot27/win32_build/include/libavutil/avutil.h:279:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- #define AV_NOPTS_VALUE INT64_C(0x8000000000000000)
- ^
- src/core/lavfaudio.cpp:86:23: note: in expansion of macro 'AV_NOPTS_VALUE'
- if (Packet->pts != AV_NOPTS_VALUE) {
- ^
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- src/core/videosource.cpp: In member function 'void FFMS_VideoSource::SetVideoProperties()':
- src/core/videosource.cpp:437:5: warning: 'FFMS_VideoProperties::ColorSpace' is deprecated (declared at include/ffms.h:282) [-Wdeprecated-declarations]
- VP.ColorSpace = CodecContext->colorspace;
- ^
- src/core/videosource.cpp:437:5: warning: 'FFMS_VideoProperties::ColorSpace' is deprecated (declared at include/ffms.h:282) [-Wdeprecated-declarations]
- src/core/videosource.cpp:438:5: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
- VP.ColorRange = CodecContext->color_range;
- ^
- src/core/videosource.cpp:438:5: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
- src/core/videosource.cpp:445:6: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
- VP.ColorRange = AVCOL_RANGE_JPEG;
- ^
- src/core/videosource.cpp:445:6: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
- 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
- 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
- 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
- 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
- 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
- In file included from src/avisynth_c/avisynth.c:21:0:
- include/ffms.h:333:10: warning: type defaults to 'int' in declaration of 'FFMS_IndexErrorHandling' [enabled by default]
- FFMS_API(FFMS_IndexErrorHandling) FFMS_GetErrorHandling(FFMS_Index *Index);
- ^
- include/ffms.h:78:77: note: in definition of macro 'FFMS_API'
- # define FFMS_API(ret) FFMS_EXTERN_C __attribute__((visibility("default"))) ret FFMS_CC
- ^
- In file included from src/avisynth_c/avisynth.c:21:0:
- include/ffms.h:333:1: warning: '__stdcall__' attribute only applies to function types [-Wattributes]
- FFMS_API(FFMS_IndexErrorHandling) FFMS_GetErrorHandling(FFMS_Index *Index);
- ^
- include/ffms.h:333:35: error: expected ',' or ';' before 'FFMS_GetErrorHandling'
- FFMS_API(FFMS_IndexErrorHandling) FFMS_GetErrorHandling(FFMS_Index *Index);
- ^
- make: *** [src/avisynth_c/avisynth.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment