> valentina messeri schreef: > >><...> >> > Downloading and installing > > http://hackitectura.net/~vale/libx264.a > > did the trick for me. Thanks valeri!, though I'd rather know what I did > wrong in compiling.... ;-) > > But still I'm not where I want to be... now compilation bails out with > ------------------------------- > if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../quicktime -I../guicast > -I../libmpeg3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE > -D_FILE_OFFSET_BITS=64 -DHAVE_FIREWIRE -DHAVE_ESOUND -DHAVE_ALSA > -DHAVE_OSS -I/usr/include/mjpegtools -I/usr/include/mjpegtools/mpeg2enc > -I/usr/include/mjpegtools/mplex -I/usr/include/OpenEXR > -DPLUGIN_DIR=\"/usr/local/lib/cinelerra\" -g -O2 -MT ffmpeg.o -MD -MP -MF > ".deps/ffmpeg.Tpo" -c -o ffmpeg.o ffmpeg.C; \ > then mv -f ".deps/ffmpeg.Tpo" ".deps/ffmpeg.Po"; else rm -f > ".deps/ffmpeg.Tpo"; exit 1; fi > In file included from ffmpeg.C:5: > ffmpeg.h:4:28: error: ffmpeg/avcodec.h: Onbekend bestand of map > ------------------------------ > > where "Onbekend bestand of map" is Dutch for "Unknown file or directory". > And after this of course a lot of errors before stopping.
make sure libavcodec-dev is installed avcodec.h should appear in /usr/include/ffmpeg ;) ciao vale > > But why doesn't it look in the right place? > > Once again, thanks for any clue. > > kind greetings, Jogchum > > > > > > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra > _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
