Re: [Openmovieeditor-list] cannot find libsamplerate
Status: Alpha
Brought to you by:
oracle2025
From: Richard S. <or...@pr...> - 2008-03-03 06:48:49
|
Am Sonntag, den 02.03.2008, 18:23 -0500 schrieb Danny W. Burdick: > Everything went ok until the very last of make Hi, this happened because a newer version of libquicktime would be needed. I consider this a bug, because I would rather be compatible with a wide variety of libquicktime versions, therefore I'll provide a fixed version in the next view days. In the mean time, you could try to remove all the lines in the source code that contain "LQT_FILE_3GP", and delete them. This should work, just search for that text in the Files nle.cxx and EncodingPreset.cxx Cheers -Richard > > then: > > nle.cxx:6548: error: ‘LQT_FILE_3GP’ was not declared in this scope > nle.cxx: In member function ‘nle::IVideoFileWriter* > ExportDialog::getFileWriter()’: > nle.cxx:6964: error: ‘lqt_set_interlace_mode’ was not declared in this scope > nle.cxx: In member function ‘void > CustomFormatDialog::cb_video_bitrate_i(Fl_Value_Input*, void*)’: > nle.cxx:7147: warning: passing ‘double’ for argument 1 to ‘void > nle::EncodingPreset::bitrate(int)’ > nle.cxx: In member function ‘void > CustomFormatDialog::cb_audio_bitrate_i(Fl_Value_Input*, void*)’: > nle.cxx:7154: warning: passing ‘double’ for argument 1 to ‘void > nle::EncodingPreset::audiobitrate(int)’ > nle.cxx: In member function ‘nle::EncodingPreset* > CustomFormatDialog::getEncodingPreset()’: > nle.cxx:7378: error: ‘LQT_FILE_3GP’ was not declared in this scope > nle.cxx: In member function ‘void > CustomFormatDialog::setEncodingPreset(nle::EncodingPreset*)’: > nle.cxx:7467: error: ‘LQT_FILE_3GP’ was not declared in this scope > make[3]: *** [nle.o] Error 1 > make[3]: Leaving directory > `/home/danny/tmp/openmovieeditor-0.0.20080209/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/danny/tmp/openmovieeditor-0.0.20080209/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/danny/tmp/openmovieeditor-0.0.20080209' > make: *** [all] Error 2 > > |