GNOME Bugzilla – Bug 363637
--enable-encoders actually disables the encoders!?
Last modified: 2006-10-20 14:38:52 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
These configure options are not reversible. You can't use --enable-encoders, only --disable-encoders is available.