[FFmpeg-trac] #1761(build system:closed): --enable-encoder=libx264 does nothing

FFmpeg trac at avcodec.org
Sun Sep 23 18:21:42 CEST 2012


#1761: --enable-encoder=libx264 does nothing
-------------------------------------+-------------------------------------
             Reporter:  JunCTionS    |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:  build
              Version:  git-master   |  system
             Keywords:  libx264      |               Resolution:  invalid
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * keywords:   => libx264
 * resolution:   => invalid
 * status:  new => closed
 * component:  undetermined => build system


Old description:

> Summary of the bug:
> How to reproduce:
> {{{
> When compiling (regardless of having libx264 installed or not)
> % ./configure --enable-encoder=libx264
> It will '''not''' give a "Unknown option" error (I believe it should) and
> it does not add libx264 to the list of encoders.
> I now know the correct way to get libx264 is to use --enable-libx264. But
> was confused for a while.
> here's a the [http://pastebin.com/gw79T18X config.log] I get
> ffmpeg version: N-44711-gf25d53d (that is what I get when I run
> ./version.sh after downloading the latest source with git)
> built on Ubuntu 12.04 and 11.04
> }}}

New description:

 Summary of the bug:
 How to reproduce:

 When compiling (regardless of having libx264 installed or not)
 % ./configure --enable-encoder=libx264
 It will '''not''' give a "Unknown option" error (I believe it should) and
 it does not add libx264 to the list of encoders.
 I now know the correct way to get libx264 is to use --enable-libx264. But
 was confused for a while.
 here's a the [http://pastebin.com/gw79T18X config.log] I get
 ffmpeg version: N-44711-gf25d53d (that is what I get when I run
 ./version.sh after downloading the latest source with git)
 built on Ubuntu 12.04 and 11.04

--

Comment:

 The option is not unknown:
 Please test "./configure --enable-libx264 --disable-encoders" and
 "./configure --enable-libx264 --disable-encoders --enable-encoder=libx264"

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1761#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list