[FFmpeg-trac] #7478(ffmpeg:new): ERROR: vorbis not found using pkg-config

FFmpeg trac at avcodec.org
Sun Oct 7 12:14:05 EEST 2018


#7478: ERROR: vorbis not found using pkg-config
-----------------------------------+--------------------------------------
             Reporter:  serverok   |                     Type:  defect
               Status:  new        |                 Priority:  normal
            Component:  ffmpeg     |                  Version:  git-master
             Keywords:  libvorbis  |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+--------------------------------------
 https://trac.ffmpeg.org/login
 serverok
 eaBXmrjwUN at S2U


 Summary of the bug: ERROR: vorbis not found using pkg-config
 How to reproduce:
 {{{

 Configure fail with the error.

 git clone  https://github.com/FFmpeg/FFmpeg
 cd FFmpeg
 ./configure --prefix=/usr --enable-shared --enable-libxvid --enable-
 libvorbis --enable-libtheora --enable-libmp3lame --enable-gpl --enable-
 libfdk-aac --enable-nonfree --enable-libx264 --enable-libfreetype

 I already installed vorbis with command

 cd /usr/local/src/
 wget -c http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.gz
 tar zxvf libvorbis-1.3.6.tar.gz
 cd /usr/local/src/libvorbis-1.3.6
 ./configure && make && make install

 }}}

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


More information about the FFmpeg-trac mailing list