Re: [Openmovieeditor-list] =?utf-8?b?ZXJyb3I6IOKAmGxxdF9maW5kX3ZpZGVv?= =?utf-8?q?=5Fcodec=E2=80=9
Status: Alpha
Brought to you by:
oracle2025
From: Richard S. <or...@pr...> - 2007-09-16 11:20:18
|
Am Sonntag, den 16.09.2007, 04:10 -0700 schrieb ishaqx: > Hi Richard, > > Thanks very much for the patch and the quick response. > > After applying the patch the make went a lot further but got the > following error message - this time the error message seems to be > related to ffmpeg. I use ubuntu and have ffmpeg installed. My > uneducated guess would be that the the ffmpeg that I have installed > does not have a specific funtion compiled into it that openmovieeditor > requires? You need the debian/ubuntu packages libavformat-dev and libavcodec-dev installed. If you have those, you can check where the header "avformat.h" is installed with the "locate" command. Ideally it should be at: /usr/include/ffmpeg/avformat.h > > Heres the error mesage: > > nle_main.cxx:33:31: error: ffmpeg/avformat.h: No such file or > directory > nle_main.cxx: In function ‘int main(int, char**)’: > nle_main.cxx:74: error: ‘av_register_all’ was not declared in this > scope > make[3]: *** [nle_main.o] Error 1 > make[3]: Leaving directory > `/home/ishaq/Desktop/openmovieeditor-0.0.20070914/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/ishaq/Desktop/openmovieeditor-0.0.20070914/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/ishaq/Desktop/openmovieeditor-0.0.20070914' > make: *** [all] Error 2 > > I apologise for bombarding you with all these questions, but would > appreciate any help you can offer. You're welcome, I am always happy to improve my software by fixing bugs and problems. :-) Cheers -Richard |