[FFmpeg-trac] #4623(build system:reopened): Make it possible to run ffmpeg binaries from the source tree

FFmpeg trac at avcodec.org
Fri Jun 19 20:06:36 CEST 2015


#4623: Make it possible to run ffmpeg binaries from the source tree
-------------------------------------+-------------------------------------
             Reporter:  birdie       |                    Owner:
                 Type:  enhancement  |                   Status:  reopened
             Priority:  wish         |                Component:  build
              Version:  git-master   |  system
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by birdie):

 * status:  closed => reopened
 * resolution:  wontfix =>


Comment:

 Gotta reopen this one:

 {{{
 $ ./configure --enable-static && make
 $ ./ffmpeg
 ./ffmpeg: error while loading shared libraries: libavdevice.so.56: cannot
 open shared object file: No such file or directory

 $ ldd ffmpeg
         linux-gate.so.1 =>  (0xb773e000)
         libavdevice.so.56 => not found
         libavfilter.so.5 => not found
         libavformat.so.56 => not found
         libavcodec.so.56 => not found
         libpostproc.so.53 => not found
         libswresample.so.1 => not found
         libswscale.so.3 => not found
         libavutil.so.54 => not found
 }}}

 FFmpeg is unusable unless it's installed.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4623#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list