#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:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to