[FFmpeg-trac] #4673(build system:closed): Building ffmpeg with --enable-rpath doesn't add rpath to shared libraries

FFmpeg trac at avcodec.org
Thu Jul 9 17:30:00 CEST 2015


#4673: Building ffmpeg with --enable-rpath doesn't add rpath to shared libraries
-------------------------------------+-------------------------------------
             Reporter:  exophoric    |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:  build
              Version:  git-master   |  system
             Keywords:  rpath        |               Resolution:  fixed
  shared                             |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by exophoric):

 The fix correctly adds rpath pointing to ffmpeg libs to ffmpeg shared
 libs, although it does not add rpath pointing to dependencies.

 In the supplied example, libvpx is an external dependency, and its lib
 path is not added so when you run "ldd libavcodec.so" you still get
 "libvpx.so.2 => not found" while libswresample and avutil are found
 correctly.

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


More information about the FFmpeg-trac mailing list