2009-05-13 13:09:40 UTC
same error (?) to me:
make
g++ -c -pipe -g -ffast-math -Wall -W -D_REENTRANT -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../ffmpeg-out/include -I.obj -I/usr/X11R6/include -I.obj -I.obj -o .obj/FfmpegWriter.o FfmpegWriter.cpp
In file included from FfmpegWriter.cpp:28:
../ffmpeg-out/include/ffmpeg/avformat.h:247: warning: ‘AVFrac’ is deprecated (declared at ../ffmpeg-out/include/ffmpeg/avformat.h:100)
../ffmpeg-out/include/ffmpeg/avformat.h:379: warning: attribute ignored in declaration of ‘struct AVInputImageContext’
../ffmpeg-out/include/ffmpeg/avformat.h:379: warning: attribute for ‘struct AVInputImageContext’ must follow the ‘struct’ keyword
../ffmpeg-out/include/ffmpeg/avformat.h:403: warning: ‘AVImageInfo’ is deprecated (declared at ../ffmpeg-out/include/ffmpeg/avformat.h:388)
../ffmpeg-out/include/ffmpeg/avformat.h:406: warning: ‘AVImageInfo’ is deprecated (declared at ../ffmpeg-out/include/ffmpeg/avformat.h:388)
FfmpegWriter.cpp: In function ‘AVStream* add_audio_stream(AVFormatContext*, CodecID)’:
FfmpegWriter.cpp:184: error: ‘exit’ was not declared in this scope
FfmpegWriter.cpp: In member function ‘void FfmpegWriter::openAudio(AVStream*)’:
FfmpegWriter.cpp:215: error: ‘exit’ was not declared in this scope
FfmpegWriter.cpp:221: error: ‘exit’ was not declared in this scope
FfmpegWriter.cpp: In function ‘AVStream* add_video_stream(AVFormatContext*, CodecID)’:
FfmpegWriter.cpp:307: error: ‘exit’ was not declared in this scope
FfmpegWriter.cpp: In member function ‘void FfmpegWriter::openVideo(AVFormatContext*, AVStream*)’:
FfmpegWriter.cpp:382: error: ‘exit’ was not declared in this scope
FfmpegWriter.cpp:397: error: ‘exit’ was not declared in this scope
FfmpegWriter.cpp:408: error: ‘exit’ was not declared in this scope
FfmpegWriter.cpp: In member function ‘void FfmpegWriter::write_video_frame(AVFormatContext*, AVStream*, AVPicture*)’:
FfmpegWriter.cpp:503: error: ‘exit’ was not declared in this scope
make: *** [.obj/FfmpegWriter.o] Error 1