[FFmpeg-trac] #4183(avdevice:new): Compilation problem with libav*

FFmpeg trac at avcodec.org
Fri Dec 12 19:30:11 CET 2014


#4183: Compilation problem with libav*
----------------------------------+--------------------------------------
             Reporter:  JohnCC    |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avdevice  |                  Version:  git-master
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+--------------------------------------
 Summary of the bug:
 Compilation with --enable-shared installed .a libs in /usr/lib64 and .so
 libs in /usr/lib.

 Compilation line:

 ./configure --prefix=/usr --libdir=/usr/lib64  --enable-shared

 Found the .so libraries for libav* related libraries in /usr/lib. Output
 of make V=1 install (excerpt):


 {{{
 install -m 644 libavdevice/libavdevice.a "/usr/lib64"
 ranlib "/usr/lib64/libavdevice.a"
 mkdir -p "/usr/lib"
 install -m 755 libavdevice/libavdevice.so
 "/usr/lib/libavdevice.so.56.3.100"
 strip "/usr/lib/libavdevice.so.56.3.100"
 (cd "/usr/lib" && ln -s -f libavdevice.so.56.3.100 libavdevice.so.56); (cd
 "/usr/lib" && ln -s -f libavdevice.so.5
 mkdir -p "/usr/lib64"
 }}}

 Same for libavfilter etc.

 This is Slackware64 current (14.1+)

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


More information about the FFmpeg-trac mailing list