After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 363637 - --enable-encoders actually disables the encoders!?
--enable-encoders actually disables the encoders!?
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-20 11:49 UTC by Sjoerd Simons
Modified: 2006-10-20 14:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sjoerd Simons 2006-10-20 11:49:40 UTC
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
Comment 1 Edward Hervey 2006-10-20 14:38:52 UTC
These configure options are not reversible. You can't use --enable-encoders, only --disable-encoders is available.