[gstreamer-bugs] [Bug 324366] gst-ffmpeg doesn't support --disable-encoders

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Feb 22 15:21:38 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=324366
 GStreamer | gst-ffmpeg | Ver: 0.10.0





------- Comment #6 from Sam Morris  2006-02-22 23:21 UTC -------
(In reply to comment #5)

Assuming the refresh made it to anoncvs.freedesktop.org, yes. The following
symbols are still missing:

undefined symbol: put_be32      (./ext/ffmpeg/.libs/libgstffmpeg.so)
undefined symbol: put_le16      (./ext/ffmpeg/.libs/libgstffmpeg.so)
undefined symbol: put_be16      (./ext/ffmpeg/.libs/libgstffmpeg.so)
undefined symbol: put_le32      (./ext/ffmpeg/.libs/libgstffmpeg.so)
undefined symbol: put_tag       (./ext/ffmpeg/.libs/libgstffmpeg.so)
undefined symbol: put_be64      (./ext/ffmpeg/.libs/libgstffmpeg.so)
undefined symbol: url_write     (./ext/ffmpeg/.libs/libgstffmpeg.so)
 defined only if CONFIG_MUXERS || CONFIG_PROTOCOLS are defined. I guess
 gst-ffmpeg's autotools stuff should be updated to define CONFIG_PROTOCOLS.

undefined symbol: mpegts_crc32  (./ext/ffmpeg/.libs/libgstffmpeg.so)
 defined unconditionally in mpegtsenc.c; but this file is only built if
 CONFIG_ENCODERS is set. Since everything else in this file is only defined
 if CONFIG_MUXERS is defined, Makefile.am should be altered to always compile
 this file--perhaps move it to format_SRC.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list