[gstreamer-bugs] [Bug 363637] New: --enable-encoders actually disables the encoders!?

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Oct 20 04:50:37 PDT 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=363637

  GStreamer | gst-ffmpeg | Ver: 0.10.x

           Summary: --enable-encoders actually disables the encoders!?
           Product: GStreamer
           Version: 0.10.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sjoerd at luon.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi,

  Just compiled the current CVS of gst-ffmpeg, strangely passing
--enable-encoders to configure actually disables them.. 

configure of the ffmpeg dir contains the following: 
# Check whether --enable-encoders was given.
if test "${enable_encoders+set}" = set; then
  enableval=$enable_encoders;
              CONFIG_ENCODERS=no
else

              CONFIG_ENCODERS=yes
fi

So apparently something is broken in the configure.ac. 
The configure was generated using GNU Autoconf 2.60a from debian


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list