On Mittwoch, 4. November 2009, [email protected] wrote:
> Johannes Sixt ha scritto:
> > I am absolutely not a Cinelerra user, only a hacker; therefore, I can
> > only tell that this version compiles for me, but I cannot tell whether it
> > does what it is supposed to do (I don't even know how to test it). For
> > this reason, I need volunteers who can test the update.
>
> this fix my previous email (sorry)
>
> I have try to compile cinelerra with new ffmpeg on ubuntu karmic but
> without success.
> ...
> ffmpeg.o: In function `FFMPEG::init_picture_from_frame(AVPicture*,
> VFrame*)':
> ffmpeg.C:(.text+0x2ca): undefined reference to `avpicture_fill'
> ffmpeg.o: In function `FFMPEG::convert_cmodel(VFrame*, VFrame*)':
> ffmpeg.C:(.text+0x3df): undefined reference to `img_convert'
> ffmpeg.o: In function `FFMPEG::convert_cmodel(AVPicture*, PixelFormat,
> int, int, VFrame*)':
> etc.
We've diagnosed this off-list. The patch below fixed it. I'll push out an
update soon.
-- Hannes
diff --git a/cinelerra/Makefile.am b/cinelerra/Makefile.am
index 8fd392d..7b134cc 100644
--- a/cinelerra/Makefile.am
+++ b/cinelerra/Makefile.am
@@ -679,6 +679,7 @@ cinelerra_LDADD = \
$(top_builddir)/quicktime/libquicktimehv.la \
$(top_builddir)/guicast/libguicast.la \
$(top_builddir)/libmpeg3/libmpeg3hv.la \
+ @FFMPEG_LIBS@ \
$(XIPH_LIBS) \
$(A52DEC_LIBS) \
$(OPENEXR_LIBS) \
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra