[FFmpeg-trac] #853(avcodec:open): codec_names.h isn't present but included

FFmpeg trac at avcodec.org
Fri Dec 30 12:01:06 CET 2011


#853: codec_names.h isn't present but included
-----------------------------------+-----------------------------------
             Reporter:  Alex       |                    Owner:
                 Type:  defect     |                   Status:  open
             Priority:  important  |                Component:  avcodec
              Version:  0.9        |               Resolution:
             Keywords:             |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+-----------------------------------
Changes (by Cigaes):

 * status:  new => open


Comment:

 If you tweaked the build system for the 0.8 series, then indeed you will
 probably need to adapt it to the new features of 0.9, including
 codec_names.h. The part concerning codec_names.h is at the end of
 libavcodec/Makefile. Basically, it amounts to:
 {{{
 cc -E libavcodec/avcodec.h | libabvcodec/codec_names.sh config.h
 libavcodec/codec_names.h
 }}}
 but of course with the bunch of compiler flags.

 Feel free to reopen the bug if it happens that the original build system
 fails.

-- 
Ticket URL: <http://ffmpeg.org/trac/ffmpeg/ticket/853#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list