[FFmpeg-trac] #2775(FFmpeg:new): Support self-contained built ?

FFmpeg trac at avcodec.org
Thu Jul 11 11:38:04 CEST 2013


#2775: Support self-contained built ?
--------------------------------+---------------------------------------
             Reporter:  jwfang  |                     Type:  enhancement
               Status:  new     |                 Priority:  normal
            Component:  FFmpeg  |                  Version:  unspecified
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+---------------------------------------
 i want to build a "re-producable" FFmpeg and all its dependency 3rd party
 libraries in a directory without any dependency on the host system.
 But FFmpeg include x264 with #include <x264.h>, and the configure script
 APPEND -I flags. So if i have a x264 installed in /usr/local, it will be
 used, and there is no means to force FFmpeg to use my own libx264.

 I can think of the following solution:
 1) if --extra-cflags PREPEND instead of append
 2) --with-foolib=<dir>
 3) include with "" instead of <>, and use GCC's -iquote

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2775>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list