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 --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.
- 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
- 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
- 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
- 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 C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:3670) [-Wdeprecated-declarations]
- 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]
- 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
- 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
- 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
- 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
- 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
- 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 C:/MinGW/home/Stephen/win32_build/include/libavcodec/avcodec.h:3670) [-Wdeprecated-declarations]
- 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]
- 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
- src/core/lavfaudio.cpp: In member function 'virtual bool FFLAVFAudio::ReadPacket(AVPacket*)':
- src/core/lavfaudio.cpp:80:1: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- src/core/lavfaudio.cpp:86:1: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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]
- 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]
- 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]
- src/core/videosource.cpp:445:6: warning: 'FFMS_VideoProperties::ColorRange' is deprecated (declared at include/ffms.h:283) [-Wdeprecated-declarations]
- 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
- 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
- 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
- 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
- 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
- In file included from src/avisynth_c/avisynth.c:21:0:
- include/ffms.h:333:1: warning: type defaults to 'int' in declaration of 'FFMS_IndexErrorHandling' [enabled by default]
- include/ffms.h:333:1: warning: '__stdcall__' attribute only applies to function types [-Wattributes]
- include/ffms.h:333:35: error: expected ',' or ';' before 'FFMS_GetErrorHandling'
- make: *** [src/avisynth_c/avisynth.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment