#3154: libvpx-0.9.1
--------------------------------------+-------------------------------------
 Reporter:  k...@…                     |       Owner:  blfs-b...@…              
     
     Type:  task                      |      Status:  new                       
    
 Priority:  normal                    |   Milestone:  future                    
    
Component:  BOOK                      |     Version:  SVN                       
    
 Severity:  normal                    |    Keywords:                            
    
--------------------------------------+-------------------------------------
 New package.  This is the heart of webm (html5 on youtube, in epiphany and
 midori, as well as in chromium).  For people using ffmpeg-0.6 this is
 necessary to use this functionality.  People using newer ffmpeg snapshots
 can build the ffmpeg version of this codec.

 
http://code.google.com/p/webm/downloads/detail?name=libvpx0.9.1.tar.bz2&can=4&q=

 Since ffmpeg releases infrequently, I think we should go with this for the
 moment, and then remove it when a later ffmpeg release replaces it.

 As with most google code, the install has to be done "by hand".

 {{{
 mkdir libvpx-build
 cd libvpx-build
 ../configure --prefix=/usr --enable-pic --enable-shared
 make
 install -v -m0755 libvpx.so.0.9.1 /usr/lib
 ln -sf libvpx.so.0.9.1 /usr/lib/libvpx.so
 ldconfig
 mkdir -pv /usr/include/vpx
 # install necessary headers from source directory
 install -v -m0644 ../vpx/*.h /usr/include/vpx
 # install the programs that ffmpeg will test for
 install -v -m0755 ivfdec ivfenc /usr/bin
 }}}

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3154>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to