<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.jbkempf.com/blog/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Yet another blog for JBKempf - Tag - compilation  - Comments</title>
  <link>http://www.jbkempf.com/blog/</link>
  <atom:link href="http://www.jbkempf.com/blog/feed/tag/compilation/rss2/comments" rel="self" type="application/rss+xml"/>
  <description>This is the blog of Jean-Baptiste Kempf. I will share some info about my life, my works and my VideoLAN work</description>
  <language>en</language>
  <pubDate>Sun, 12 Oct 2008 20:40:23 -0700</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - dreamnid</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c399</link>
    <guid isPermaLink="false">urn:md5:0133bbe399669b8d87f94aae01d87a1d</guid>
    <pubDate>Mon, 15 Sep 2008 13:02:09 -0700</pubDate>
    <dc:creator>dreamnid</dc:creator>
    
    <description>&lt;p&gt;For those having problems with yasm not being detected, when running the configure w/ the x264: refer to &lt;a href=&quot;http://ubuntuforums.org/showthread.php?t=786095&quot; title=&quot;http://ubuntuforums.org/showthread.php?t=786095&quot; rel=&quot;nofollow&quot;&gt;http://ubuntuforums.org/showthread....&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Essentially, the yasm package in the repo is too old, so you have to compile your own.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - worthless</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c398</link>
    <guid isPermaLink="false">urn:md5:021081996189bf9a2099a5f82feea14a</guid>
    <pubDate>Sun, 14 Sep 2008 04:37:29 -0700</pubDate>
    <dc:creator>worthless</dc:creator>
    
    <description>&lt;p&gt;Hi,&lt;/p&gt;


&lt;p&gt;Thank you for a good howto. I had some exciting problems to work around I thought I'd share.&lt;/p&gt;


&lt;p&gt;Ocram: yasm didn't work for me either, so I removed it and installed nasm instead -- worked fine.&lt;/p&gt;


&lt;p&gt;apt-get build-dep vlc did not work for me because of a dependency bug on libsound2-dev vs. libsound2 (and it gives the extremely descriptive error message: &amp;quot;Build-dependencies for vlc could not be satisfied.&amp;quot;). If you get this problem &amp;quot;apt-cache showsrc vlc&amp;quot; will show you the actual dependencies, and trying them showed that libsound2-dev required a specific (slightly older) version of libsound2, so i downgraded to that one with apt-get install libsound2=&amp;lt;version&amp;gt;.&lt;/p&gt;


&lt;p&gt;The version of liveMedia in Ubuntu was too old, had to get a new one from www.live555.com/liveMedia , compile it in extras and supply configure with --with-live555-tree=../extras/live&lt;/p&gt;


&lt;p&gt;The version of speex in Ubuntu was too old, had to get a new one from www.speex.org , compile it in extras and supply configure with --with-speex-tree=../extras/live&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - Hackeron</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c363</link>
    <guid isPermaLink="false">urn:md5:87f10b937c7b5c066001577775fe9d53</guid>
    <pubDate>Wed, 23 Jul 2008 14:13:34 -0700</pubDate>
    <dc:creator>Hackeron</dc:creator>
    
    <description>&lt;p&gt;I'm getting:&lt;/p&gt;


&lt;p&gt;/usr/bin/ld: /usr/local/lib/libx264.a(cabac-a.o): relocation R_X86_64_32 against `x264_cabac_range_lps' can not be used when making a shared object; recompile with -fPIC&lt;br /&gt;
/usr/local/lib/libx264.a: could not read symbols: Bad value&lt;br /&gt;
collect2: ld returned 1 exit status&lt;br /&gt;
make[5]: *** [libx264_plugin.la] Error 1&lt;br /&gt;
make[5]: Leaving directory `/root/fusecctv-dist/dist/multimedia/vlc/build/modules/codec'&lt;br /&gt;
make[4]: *** [all-recursive] Error 1&lt;br /&gt;
make[4]: Leaving directory `/root/fusecctv-dist/dist/multimedia/vlc/build/modules/codec'&lt;br /&gt;
make[3]: *** [all] Error 2&lt;br /&gt;
make[3]: Leaving directory `/root/fusecctv-dist/dist/multimedia/vlc/build/modules/codec'&lt;br /&gt;
make[2]: *** [all-recursive] Error 1&lt;br /&gt;
make[2]: Leaving directory `/root/fusecctv-dist/dist/multimedia/vlc/build/modules'&lt;br /&gt;
make[1]: *** [all-recursive] Error 1&lt;br /&gt;
make[1]: Leaving directory `/root/fusecctv-dist/dist/multimedia/vlc/build'&lt;br /&gt;
make: *** [all] Error 2&lt;/p&gt;



&lt;p&gt;I tried recompiling x264 with -fPIC -- didn't help &lt;img src=&quot;/blog/themes/jbkempf/smilies/sad.png&quot; alt=&quot;:(&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c361</link>
    <guid isPermaLink="false">urn:md5:dd052ef3fde2b2357ccaed32ff041aa3</guid>
    <pubDate>Mon, 21 Jul 2008 12:43:00 -0700</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;Giulia, mail me in private the messages. :D&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - giulia</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c358</link>
    <guid isPermaLink="false">urn:md5:a2d778e806a1dfb0d53307ab163064d1</guid>
    <pubDate>Fri, 18 Jul 2008 09:33:35 -0700</pubDate>
    <dc:creator>giulia</dc:creator>
    
    <description>&lt;p&gt;Hi&lt;br /&gt;
vlc was working for me in ubuntu 7. Since I updated to 8 it plays the MOV files but with no sound. I followed your instructions and everything worked fine, but still no sound... Any idea ? thanks !&lt;br /&gt;
giulia&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - Hector</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c349</link>
    <guid isPermaLink="false">urn:md5:2beb67f76951d2e263d7956b7fa8489b</guid>
    <pubDate>Fri, 04 Jul 2008 16:03:16 -0700</pubDate>
    <dc:creator>Hector</dc:creator>
    
    <description>&lt;p&gt;Need to add extra apt source?&lt;br /&gt;
Why i failed to fetch dependences?&lt;br /&gt;
hector@hector-laptop:~$ sudo apt-get build-dep vlc&lt;br /&gt;
Reading package lists... Done&lt;br /&gt;
Building dependency tree&lt;br /&gt;
Reading state information... Done&lt;br /&gt;
E: Build-dependencies for vlc could not be satisfied.&lt;/p&gt;


&lt;p&gt;Here is my apt list:&lt;br /&gt;
Ign &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; intrepid Release.gpg&lt;br /&gt;
Ign &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; intrepid/main Translation-en_US&lt;br /&gt;
Hit &lt;a href=&quot;http://playonlinux.botux.net&quot; title=&quot;http://playonlinux.botux.net&quot; rel=&quot;nofollow&quot;&gt;http://playonlinux.botux.net&lt;/a&gt; hardy Release.gpg&lt;br /&gt;
Ign &lt;a href=&quot;http://playonlinux.botux.net&quot; title=&quot;http://playonlinux.botux.net&quot; rel=&quot;nofollow&quot;&gt;http://playonlinux.botux.net&lt;/a&gt; hardy/main Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; hardy Release.gpg&lt;br /&gt;
Ign &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; hardy/main Translation-en_US&lt;br /&gt;
Get:1 &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; intrepid Release [27.6kB]&lt;br /&gt;
Hit &lt;a href=&quot;http://playonlinux.botux.net&quot; title=&quot;http://playonlinux.botux.net&quot; rel=&quot;nofollow&quot;&gt;http://playonlinux.botux.net&lt;/a&gt; hardy Release&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy Release.gpg&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy/main Translation-en_US&lt;br /&gt;
Get:2 &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; hardy Release [27.6kB]&lt;br /&gt;
Ign &lt;a href=&quot;http://playonlinux.botux.net&quot; title=&quot;http://playonlinux.botux.net&quot; rel=&quot;nofollow&quot;&gt;http://playonlinux.botux.net&lt;/a&gt; hardy/main Packages&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy/restricted Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy/universe Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy/multiverse Translation-en_US&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security Release.gpg&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security/main Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security/restricted Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security/universe Translation-en_US&lt;br /&gt;
Hit &lt;a href=&quot;http://packages.medibuntu.org&quot; title=&quot;http://packages.medibuntu.org&quot; rel=&quot;nofollow&quot;&gt;http://packages.medibuntu.org&lt;/a&gt; hardy Release.gpg&lt;br /&gt;
Ign &lt;a href=&quot;http://packages.medibuntu.org&quot; title=&quot;http://packages.medibuntu.org&quot; rel=&quot;nofollow&quot;&gt;http://packages.medibuntu.org&lt;/a&gt; hardy/free Translation-en_US&lt;br /&gt;
Hit &lt;a href=&quot;http://playonlinux.botux.net&quot; title=&quot;http://playonlinux.botux.net&quot; rel=&quot;nofollow&quot;&gt;http://playonlinux.botux.net&lt;/a&gt; hardy/main Packages&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security/multiverse Translation-en_US&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates Release.gpg&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates/main Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates/restricted Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates/universe Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://packages.medibuntu.org&quot; title=&quot;http://packages.medibuntu.org&quot; rel=&quot;nofollow&quot;&gt;http://packages.medibuntu.org&lt;/a&gt; hardy/non-free Translation-en_US&lt;br /&gt;
Hit &lt;a href=&quot;http://packages.medibuntu.org&quot; title=&quot;http://packages.medibuntu.org&quot; rel=&quot;nofollow&quot;&gt;http://packages.medibuntu.org&lt;/a&gt; hardy Release&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates/multiverse Translation-en_US&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed Release.gpg&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed/main Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed/restricted Translation-en_US&lt;br /&gt;
Hit &lt;a href=&quot;http://packages.medibuntu.org&quot; title=&quot;http://packages.medibuntu.org&quot; rel=&quot;nofollow&quot;&gt;http://packages.medibuntu.org&lt;/a&gt; hardy/free Packages&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed/universe Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed/multiverse Translation-en_US&lt;br /&gt;
Get:3 &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports Release.gpg [189B]&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports/main Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports/restricted Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports/universe Translation-en_US&lt;br /&gt;
Ign &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports/multiverse Translation-en_US&lt;br /&gt;
Hit &lt;a href=&quot;http://packages.medibuntu.org&quot; title=&quot;http://packages.medibuntu.org&quot; rel=&quot;nofollow&quot;&gt;http://packages.medibuntu.org&lt;/a&gt; hardy/non-free Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy Release&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security Release&lt;br /&gt;
Ign &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; intrepid/main Packages&lt;br /&gt;
Ign &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; intrepid/main Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates Release&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed Release&lt;br /&gt;
Get:4 &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports Release [44.0kB]&lt;br /&gt;
Ign &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; hardy/main Packages&lt;br /&gt;
Ign &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; hardy/main Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; intrepid/main Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; intrepid/main Sources&lt;br /&gt;
Get:5 &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; hardy/main Packages [6591B]&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy/main Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy/restricted Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy/universe Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy/multiverse Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy/main Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy/restricted Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy/universe Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy/multiverse Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security/main Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security/restricted Packages&lt;br /&gt;
Get:6 &lt;a href=&quot;http://ppa.launchpad.net&quot; title=&quot;http://ppa.launchpad.net&quot; rel=&quot;nofollow&quot;&gt;http://ppa.launchpad.net&lt;/a&gt; hardy/main Sources [1630B]&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security/universe Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security/multiverse Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security/main Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security/restricted Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security/universe Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-security/multiverse Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates/main Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates/restricted Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates/universe Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates/multiverse Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates/main Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates/restricted Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates/universe Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-updates/multiverse Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed/main Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed/restricted Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed/universe Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed/multiverse Packages&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed/main Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed/restricted Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed/universe Sources&lt;br /&gt;
Hit &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-proposed/multiverse Sources&lt;br /&gt;
Get:7 &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports/main Packages [53.0kB]&lt;br /&gt;
Get:8 &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports/restricted Packages [14B]&lt;br /&gt;
Get:9 &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports/universe Packages [21.2kB]&lt;br /&gt;
Get:10 &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports/multiverse Packages [3012B]&lt;br /&gt;
Get:11 &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports/main Sources [7804B]&lt;br /&gt;
Get:12 &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports/restricted Sources [14B]&lt;br /&gt;
Get:13 &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports/universe Sources [6515B]&lt;br /&gt;
Get:14 &lt;a href=&quot;http://archive.ubuntu.com&quot; title=&quot;http://archive.ubuntu.com&quot; rel=&quot;nofollow&quot;&gt;http://archive.ubuntu.com&lt;/a&gt; hardy-backports/multiverse Sources [1237B]&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - Ocram</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c346</link>
    <guid isPermaLink="false">urn:md5:b6762717d28f181b7478e1815681fffe</guid>
    <pubDate>Sat, 28 Jun 2008 14:05:00 -0700</pubDate>
    <dc:creator>Ocram</dc:creator>
    
    <description>&lt;p&gt;I have problems with compiling the x264.&lt;/p&gt;


&lt;p&gt;# cd extras/&lt;br /&gt;
# git clone git://git.videolan.org/x264.git&lt;br /&gt;
Initialized empty Git repository in /afs1/uploads/vlc/extras/x264/.git/&lt;br /&gt;
remote: Generating pack...&lt;br /&gt;
remote: Done counting 6158 objects.&lt;br /&gt;
remote: Deltifying 6158 objects...&lt;br /&gt;
remote:  100% (6158/6158) done&lt;br /&gt;
remote: Total 6158 (delta 4870), reused 0 (delta 0)&lt;br /&gt;
Receiving objects: 100% (6158/6158), 1.51 MiB | 636 KiB/s, done.&lt;br /&gt;
Resolving deltas: 100% (4870/4870), done.&lt;br /&gt;
# cd x264/&lt;/p&gt;



&lt;p&gt;# make&lt;br /&gt;
Makefile:3: config.mak: No such file or directory&lt;br /&gt;
./configure&lt;br /&gt;
No suitable assembler found.  Install 'yasm' to get MMX/SSE optimized code.&lt;br /&gt;
If you really want to compile without asm, configure with --disable-asm.&lt;br /&gt;
make: *** [config.mak] Error 1&lt;/p&gt;


&lt;p&gt;I have yasm installed:&lt;/p&gt;


&lt;p&gt;type yasm&lt;br /&gt;
yasm is a tracked alias for /usr/bin/yasm&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build vlc under a fresh sid - Dros</title>
    <link>http://www.jbkempf.com/blog/post/2007/10/04/Build-vlc-under-a-fresh-sid#c339</link>
    <guid isPermaLink="false">urn:md5:8c466d4de7f15100aaf00d95937a1720</guid>
    <pubDate>Fri, 06 Jun 2008 03:20:33 -0700</pubDate>
    <dc:creator>Dros</dc:creator>
    
    <description>&lt;p&gt;The option enable-pp is now unknown because it has been renamed, you must use enable-postproc&lt;/p&gt;


&lt;p&gt;just FYI&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - aef110</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c334</link>
    <guid isPermaLink="false">urn:md5:8e6d296232a8c12fb7d4403db52d8e06</guid>
    <pubDate>Tue, 27 May 2008 13:52:30 -0700</pubDate>
    <dc:creator>aef110</dc:creator>
    
    <description>&lt;p&gt;Thanks; I tried again and it compiled successfully this time!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c333</link>
    <guid isPermaLink="false">urn:md5:21e04c137a217cf0d5e499d3df4b900e</guid>
    <pubDate>Sun, 25 May 2008 20:03:13 -0700</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;Try to reconfigure and make clean.&lt;/p&gt;
&lt;br /&gt;&lt;p&gt;This shouldn't happen in GIt HEAD.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - aef110</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c331</link>
    <guid isPermaLink="false">urn:md5:d92819cb84c10857a9a10fd4434e7f72</guid>
    <pubDate>Sat, 24 May 2008 06:19:17 -0700</pubDate>
    <dc:creator>aef110</dc:creator>
    
    <description>&lt;p&gt;After much trial and error I had to copy the ffmpeg folder from my 7.10 install to 8.04.  Then I was able to compile vlc.&lt;/p&gt;


&lt;p&gt;However, 'make' returns the following output:&lt;/p&gt;


&lt;p&gt;/usr/bin/ld: cannot find -lvlccore&lt;br /&gt;
collect2: ld returned 1 exit status&lt;br /&gt;
libtool: install: error: relink `libvlc.la' with the above command before installing it&lt;br /&gt;
make[4]: *** [install-libLTLIBRARIES] Error 1&lt;br /&gt;
make[4]: Leaving directory `/home/albert/vlc/build/src'&lt;br /&gt;
make[3]: *** [install-am] Error 2&lt;br /&gt;
make[3]: Leaving directory `/home/albert/vlc/build/src'&lt;br /&gt;
make[2]: *** [install] Error 2&lt;br /&gt;
make[2]: Leaving directory `/home/albert/vlc/build/src'&lt;br /&gt;
make[1]: *** [install-recursive] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/albert/vlc/build'&lt;br /&gt;
make: *** [install] Error 2&lt;/p&gt;



&lt;p&gt;I'm stuck now and would be grateful for help.  Many thanks in advance!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c329</link>
    <guid isPermaLink="false">urn:md5:827c172ca437a4f8ddaf52f8703a0090</guid>
    <pubDate>Wed, 21 May 2008 14:21:18 -0700</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;Yes, you can. Use all the caching options.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - Alexandre Gontijo Rabelo</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c328</link>
    <guid isPermaLink="false">urn:md5:f80ef363efe621db63f6423f16972f13</guid>
    <pubDate>Tue, 20 May 2008 19:00:50 -0700</pubDate>
    <dc:creator>Alexandre Gontijo Rabelo</dc:creator>
    
    <description>&lt;p&gt;So, Can I change the size buffer of the MPEG 4 transmission in the source code? Or, is possible change in the configuration of the program without recompile?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - dionysos23</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c327</link>
    <guid isPermaLink="false">urn:md5:61c1460016895e52dee0cbf2ca1c34e4</guid>
    <pubDate>Sat, 17 May 2008 06:41:57 -0700</pubDate>
    <dc:creator>dionysos23</dc:creator>
    
    <description>&lt;p&gt;Thanks for the HowTo. The tree for ffmpeg did not work for me either, I had to do it like ECN above....&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c324</link>
    <guid isPermaLink="false">urn:md5:0e5e3f0264d39918691e8cd21b8d07e4</guid>
    <pubDate>Fri, 09 May 2008 10:17:11 -0700</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;I am interesting in how to reproduce that bug. Please share it!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - sasch</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c322</link>
    <guid isPermaLink="false">urn:md5:e0efa8e20a6ff65255477f47adc5ab8a</guid>
    <pubDate>Wed, 07 May 2008 09:34:50 -0700</pubDate>
    <dc:creator>sasch</dc:creator>
    
    <description>&lt;p&gt;Hi Jean-Baptiste,&lt;br /&gt;
i have compiled it. But when i start the playlist vlc abortet. Over the terminal this comes:&lt;/p&gt;


&lt;p&gt;ASSERT: &amp;quot;logicalIndex &amp;gt;= 0&amp;quot; in file itemviews/qheaderview.cpp, line 1215&lt;br /&gt;
Aborted&lt;/p&gt;


&lt;p&gt;Greets from Hamburg&lt;br /&gt;
Sasch&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - ECN</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c320</link>
    <guid isPermaLink="false">urn:md5:49b2ce24b03dce71bea634322d72348a</guid>
    <pubDate>Wed, 30 Apr 2008 12:08:42 -0700</pubDate>
    <dc:creator>ECN</dc:creator>
    
    <description>&lt;p&gt;In order to compile it without errors I had to take out the tree- specifiction for instance:&lt;/p&gt;


&lt;p&gt;--with-ffmpeg-tree=../extras/ffmpeg&lt;/p&gt;



&lt;p&gt;../configure --prefix=/usr         --enable-snapshot --enable-debug         --enable-dbus-control --enable-musicbrainz         --enable-shared-libvlc --enable-mozilla         --enable-lirc         --enable-x264 --with-x264-tree=../extras/x264         --enable-shout --enable-taglib         --enable-v4l          --enable-dvb          --enable-realrtsp --disable-xvmc         --enable-svg   --enable-dvdread         --enable-dc1394 --enable-dv         --enable-theora --enable-faad         --enable-twolame --enable-real         --enable-flac --enable-tremor         --enable-skins2 --enable-qt4         --enable-ncurses         --enable-aa --enable-caca         --enable-esd --disable-portaudio         --enable-jack --enable-xosd         --enable-galaktos --enable-goom         --enable-ggi         --disable-cddax --disable-vcdx        --disable-quicktime --enable-lua&lt;/p&gt;



&lt;p&gt;And then it went ok, is it normal?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - TK</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c319</link>
    <guid isPermaLink="false">urn:md5:bb57e35959c84a8f720960ceaa2af65c</guid>
    <pubDate>Tue, 29 Apr 2008 18:36:10 -0700</pubDate>
    <dc:creator>TK</dc:creator>
    
    <description>&lt;p&gt;Thank you, seemed to have worked just fine.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c318</link>
    <guid isPermaLink="false">urn:md5:d7fe69afecc4824c5a1d3ca56dac195c</guid>
    <pubDate>Sun, 27 Apr 2008 11:04:12 -0700</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;Give me MORE details if you want help.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - spud</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c317</link>
    <guid isPermaLink="false">urn:md5:7c6d82d905fe1c78adfe45d750d75117</guid>
    <pubDate>Sat, 26 Apr 2008 18:14:58 -0700</pubDate>
    <dc:creator>spud</dc:creator>
    
    <description>&lt;p&gt;ffmpeg is not being seen and I can mot cinfigure it in the eXtras folder a how to for ffmpeg is a MUSTit was in your fist post on 7.04 followed it but it will not config&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - spud</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c316</link>
    <guid isPermaLink="false">urn:md5:3388d61a1794801c263192bf9fd2fccc</guid>
    <pubDate>Sat, 26 Apr 2008 07:42:09 -0700</pubDate>
    <dc:creator>spud</dc:creator>
    
    <description>&lt;p&gt;this did not work for me followed the steps all the way to the end.when I ran the make command said no make file stop any ideas what went wrong&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - will</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c315</link>
    <guid isPermaLink="false">urn:md5:e6b8598d9f894e40ea36055c7ed9f2ba</guid>
    <pubDate>Fri, 18 Apr 2008 21:02:13 -0700</pubDate>
    <dc:creator>will</dc:creator>
    
    <description>&lt;p&gt;p.s. would you consider posting this on the ubuntu forums? I  looked for a long time and was never successful at getting a working install before this. It certainly does not work over the network when you just use the synaptic to install&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - will</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c314</link>
    <guid isPermaLink="false">urn:md5:ba39a7e5e18e11855ee6c3741f31f37b</guid>
    <pubDate>Fri, 18 Apr 2008 20:57:25 -0700</pubDate>
    <dc:creator>will</dc:creator>
    
    <description>&lt;p&gt;I can't thank you enough for this post. Before following these instructions every time i went to play anything  over my network including dvr.ms f iles it was choppy to the point of being unwatchable.  The only thing that did not work for me was the final % make command. but everything seems to working despite that.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c307</link>
    <guid isPermaLink="false">urn:md5:e15367316182d51beafb25ed3c4b83c2</guid>
    <pubDate>Wed, 16 Apr 2008 12:53:34 -0700</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;Yes, x264 and VLC moved to Git.&lt;/p&gt;
&lt;p&gt;The HowTo should be good.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - mariuz</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c306</link>
    <guid isPermaLink="false">urn:md5:f1dd4f102fd80a8968df80600c8e1c53</guid>
    <pubDate>Sun, 13 Apr 2008 22:30:04 -0700</pubDate>
    <dc:creator>mariuz</dc:creator>
    
    <description>&lt;p&gt;sorry for the above post&lt;/p&gt;


&lt;p&gt;ok now is fixed i compiled on hardy and all went ok&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://mapopa.blogspot.com/2008/04/compiling-vlc-nightly-on-hardy-dget-x.html&quot; title=&quot;http://mapopa.blogspot.com/2008/04/compiling-vlc-nightly-on-hardy-dget-x.html&quot; rel=&quot;nofollow&quot;&gt;http://mapopa.blogspot.com/2008/04/...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - mariuz</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c304</link>
    <guid isPermaLink="false">urn:md5:ac3114b36c1d2deca728563dc90517b8</guid>
    <pubDate>Fri, 11 Apr 2008 06:19:12 -0700</pubDate>
    <dc:creator>mariuz</dc:creator>
    
    <description>&lt;p&gt;i have the same problem with compiling on hardy&lt;/p&gt;



&lt;p&gt;dget -x &lt;a href=&quot;http://nightlies.videolan.org/build/hardy-i386/latest/vlc_0.9.0-git20080408-1.dsc&quot; title=&quot;http://nightlies.videolan.org/build/hardy-i386/latest/vlc_0.9.0-git20080408-1.dsc&quot; rel=&quot;nofollow&quot;&gt;http://nightlies.videolan.org/build...&lt;/a&gt;&lt;br /&gt;
then doing the&lt;br /&gt;
debuild -i&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - mariuz</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c302</link>
    <guid isPermaLink="false">urn:md5:751f9ef057d8635af8c9803c40c3bdfa</guid>
    <pubDate>Thu, 10 Apr 2008 06:16:46 -0700</pubDate>
    <dc:creator>mariuz</dc:creator>
    
    <description>&lt;p&gt;x264 is moved to git seems&lt;br /&gt;
so replace the svn checkout with this&lt;/p&gt;


&lt;p&gt;git clone git://git.videolan.org/x264.git&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC on Windows on a fresh Windows - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/05/Howto-build-VLC-on-Windows-on-a-fresh-Windows#c300</link>
    <guid isPermaLink="false">urn:md5:89d5d68768b4b6b50ac309f53a93aa10</guid>
    <pubDate>Tue, 01 Apr 2008 21:59:50 -0700</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;Not yet, because I have never compiled them so far... I will try when I have time.&lt;/p&gt;
&lt;br /&gt;Which means, not very soon.&lt;br /&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04) - quentusrex</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c299</link>
    <guid isPermaLink="false">urn:md5:de8c748d6424bb0f29efce9fa8f5457c</guid>
    <pubDate>Tue, 01 Apr 2008 21:26:57 -0700</pubDate>
    <dc:creator>quentusrex</dc:creator>
    
    <description>&lt;p&gt;I get the following errors even though I configured ffmpeg to build shared libs:&lt;/p&gt;


&lt;p&gt;/usr/share/svn/vlc/extras/ffmpeg/libavutil/mem.h:45:27: warning: &amp;quot;__GNU__&amp;quot; is not defined&lt;br /&gt;
/usr/share/svn/vlc/extras/ffmpeg/libavutil/mem.h:45:42: warning: &amp;quot;__GNU__&amp;quot; is not defined&lt;br /&gt;
/usr/share/svn/vlc/extras/ffmpeg/libavutil/mem.h:51:27: warning: &amp;quot;__GNU__&amp;quot; is not defined&lt;br /&gt;
/usr/share/svn/vlc/extras/ffmpeg/libavutil/mem.h:51:42: warning: &amp;quot;__GNU__&amp;quot; is not defined&lt;br /&gt;
/bin/sh ../../../libtool --tag=CC --mode=link gcc -std=gnu99  -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath '/usr/lib/vlc/codec' -avoid-version -module -no-undefined -shrext .so -export-dynamic   -o libffmpeg_plugin.la  -rpath '/usr/lib/vlc/codec' -avoid-version -module -no-undefined -shrext .so -export-dynamic  `top_builddir=&amp;quot;../../..&amp;quot; ../../../vlc-config --ldflags plugin ffmpeg` libffmpeg_plugin_la-ffmpeg.lo libffmpeg_plugin_la-video.lo libffmpeg_plugin_la-audio.lo libffmpeg_plugin_la-video_filter.lo libffmpeg_plugin_la-deinterlace.lo libffmpeg_plugin_la-chroma.lo libffmpeg_plugin_la-encoder.lo libffmpeg_plugin_la-postprocess.lo libffmpeg_plugin_la-demux.lo libffmpeg_plugin_la-mux.lo libffmpeg_plugin_la-scale.lo  ../../../src/libvlc.la `top_builddir=&amp;quot;../../..&amp;quot; ../../../vlc-config -libs plugin ffmpeg`&lt;/p&gt;


&lt;p&gt;*** Warning: Linking the shared library libffmpeg_plugin.la against the&lt;br /&gt;
*** static library /usr/share/svn/vlc/extras/ffmpeg/libavformat/libavformat.a is not portable!&lt;/p&gt;


&lt;p&gt;*** Warning: Linking the shared library libffmpeg_plugin.la against the&lt;br /&gt;
*** static library /usr/share/svn/vlc/extras/ffmpeg/libavcodec/libavcodec.a is not portable!&lt;/p&gt;


&lt;p&gt;*** Warning: Linking the shared library libffmpeg_plugin.la against the&lt;br /&gt;
*** static library /usr/share/svn/vlc/extras/ffmpeg/libavutil/libavutil.a is not portable!&lt;/p&gt;


&lt;p&gt;*** Warning: Linking the shared library libffmpeg_plugin.la against the&lt;br /&gt;
*** static library /usr/share/svn/vlc/extras/ffmpeg/libpostproc/libpostproc.a is not portable!&lt;br /&gt;
gcc -std=gnu99 -shared  .libs/libffmpeg_plugin_la-ffmpeg.o .libs/libffmpeg_plugin_la-video.o .libs/libffmpeg_plugin_la-audio.o .libs/libffmpeg_plugin_la-video_filter.o .libs/libffmpeg_plugin_la-deinterlace.o .libs/libffmpeg_plugin_la-chroma.o .libs/libffmpeg_plugin_la-encoder.o .libs/libffmpeg_plugin_la-postprocess.o .libs/libffmpeg_plugin_la-demux.o .libs/libffmpeg_plugin_la-mux.o .libs/libffmpeg_plugin_la-scale.o  -Wl,--rpath -Wl,/usr/share/svn/vlc/build/src/.libs ../../../src/.libs/libvlc.so -lpthread /usr/share/svn/vlc/extras/ffmpeg/libavformat/libavformat.a /usr/share/svn/vlc/extras/ffmpeg/libavcodec/libavcodec.a /usr/share/svn/vlc/extras/ffmpeg/libavutil/libavutil.a -lz -ldl -L/usr/share/svn/vlc/extras/ffmpeg/libpostproc /usr/share/svn/vlc/extras/ffmpeg/libpostproc/libpostproc.a -lm  -Wl,-z -Wl,defs -Wl,-soname -Wl,libffmpeg_plugin.so -o .libs/libffmpeg_plugin.so&lt;br /&gt;
.libs/libffmpeg_plugin_la-scale.o: In function `CloseScaler__0_9_0j':&lt;br /&gt;
scale.c:(.text+0x1f): undefined reference to `sws_freeFilter'&lt;br /&gt;
.libs/libffmpeg_plugin_la-scale.o: In function `OpenScaler__0_9_0j':&lt;br /&gt;
scale.c:(.text+0x698): undefined reference to `sws_getDefaultFilter'&lt;br /&gt;
scale.c:(.text+0x9f1): undefined reference to `sws_freeFilter'&lt;br /&gt;
/usr/bin/ld: /usr/share/svn/vlc/extras/ffmpeg/libavcodec/libavcodec.a(dsputil_mmx.o): relocation R_X86_64_PC32 against `ff_pw_20' can not be used when making a shared object; recompile with -fPIC&lt;br /&gt;
/usr/bin/ld: final link failed: Bad value&lt;br /&gt;
collect2: ld returned 1 exit status&lt;br /&gt;
make[6]: *** [libffmpeg_plugin.la] Error 1&lt;br /&gt;
make[6]: Leaving directory `/usr/share/svn/vlc/build/modules/codec/ffmpeg'&lt;br /&gt;
make[5]: *** [all-modules] Error 1&lt;br /&gt;
make[5]: Leaving directory `/usr/share/svn/vlc/build/modules/codec/ffmpeg'&lt;br /&gt;
make[4]: *** [all-recursive] Error 1&lt;br /&gt;
make[4]: Leaving directory `/usr/share/svn/vlc/build/modules/codec'&lt;br /&gt;
make[3]: *** [all] Error 2&lt;br /&gt;
make[3]: Leaving directory `/usr/share/svn/vlc/build/modules/codec'&lt;br /&gt;
make[2]: *** [all-recursive] Error 1&lt;br /&gt;
make[2]: Leaving directory `/usr/share/svn/vlc/build/modules'&lt;br /&gt;
make[1]: *** [all-recursive] Error 1&lt;br /&gt;
make[1]: Leaving directory `/usr/share/svn/vlc/build'&lt;br /&gt;
make: *** [all] Error 2&lt;/p&gt;


&lt;p&gt;ffmpeg configure:&lt;br /&gt;
./configure --enable-shared --enable-postproc --enable-gpl --extra-cflags='-fPIC -DPIC'&lt;/p&gt;


&lt;p&gt;vlc configure:&lt;br /&gt;
../configure --prefix=/usr --enable-snapshot --enable-debug --enable-dbus-control --enable-musicbrainz --enable-shared-libvlc --enable-mozilla --enable-lirc --with-ffmpeg-tree=../extras/ffmpeg --enable-shout --enable-taglib --enable-v4l --enable-dvb --enable-realrtsp --disable-xvmc --enable-svg   --enable-dvdread --enable-dc1394 --enable-dv --enable-theora --enable-faad --enable-twolame --enable-real --enable-flac --enable-tremor --enable-skins2 --disable-qt4 --enable-ncurses --enable-aa --enable-caca --enable-esd --disable-portaudio --enable-jack --enable-xosd --enable-galaktos --enable-goom --enable-ggi --disable-cddax --disable-vcdx --disable-quicktime&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC on Windows on a fresh Windows - gakkor</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/05/Howto-build-VLC-on-Windows-on-a-fresh-Windows#c298</link>
    <guid isPermaLink="false">urn:md5:0ccca9b24d0a5dca7598b67f12155e07</guid>
    <pubDate>Tue, 01 Apr 2008 08:57:27 -0700</pubDate>
    <dc:creator>gakkor</dc:creator>
    
    <description>&lt;p&gt;Hi Jean-Baptiste,&lt;br /&gt;
Thank you for the updated HOW-TO. Are there any plans to include compiling Python bindings for Windows as part of this HOW-TO? I tried enabling the option to build it on CYGWIN, but it fails because libvcl_tag_t is undefined in vlc_mediadescriptor.c&lt;br /&gt;
Thanks,&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC on Windows on a fresh Windows - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/05/Howto-build-VLC-on-Windows-on-a-fresh-Windows#c290</link>
    <guid isPermaLink="false">urn:md5:328c6561e367a4c9403c0ef33ede0e88</guid>
    <pubDate>Tue, 11 Mar 2008 10:25:38 -0700</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;--disable-mkv should work for you&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC on Windows on a fresh Windows - Suds</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/05/Howto-build-VLC-on-Windows-on-a-fresh-Windows#c289</link>
    <guid isPermaLink="false">urn:md5:88bde350f092711a26c07f4af424fd2b</guid>
    <pubDate>Mon, 10 Mar 2008 21:09:57 -0700</pubDate>
    <dc:creator>Suds</dc:creator>
    
    <description>&lt;p&gt;Hi :&lt;br /&gt;
I follow the guide to compile VLC .&lt;br /&gt;
but stopped at build libmkv_plugin .&lt;br /&gt;
there are some link error such as:&lt;br /&gt;
/usr/win32/lib/libebml.a(MemIOCallback.o):MemIOCallback.cpp:(.text+0x33c): undef&lt;br /&gt;
ined reference to `std::basic_ostream&amp;lt;char, std::char_traits&amp;lt;char&amp;gt; &amp;gt;&amp;amp; std::__ost&lt;br /&gt;
ream_insert&amp;lt;char, std::char_traits&amp;lt;char&amp;gt; &amp;gt;(std::basic_ostream&amp;lt;char, std::char_tr&lt;br /&gt;
aits&amp;lt;char&amp;gt; &amp;gt;&amp;amp;, char const*, int)'&lt;br /&gt;
/usr/win32/lib/libebml.a(MemIOCallback.o):MemIOCallback.cpp:(.text+0xd5c): undef&lt;br /&gt;
ined reference to `std::basic_ostream&amp;lt;char, std::char_traits&amp;lt;char&amp;gt; &amp;gt;&amp;amp; std::__ost&lt;br /&gt;
ream_insert&amp;lt;char, std::char_traits&amp;lt;char&amp;gt; &amp;gt;(std::basic_ostream&amp;lt;char, std::char_tr&lt;br /&gt;
aits&amp;lt;char&amp;gt; &amp;gt;&amp;amp;, char const*, int)'&lt;/p&gt;


&lt;p&gt;I am using contrib contrib-20080308-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build vlc under a fresh sid - avisx</title>
    <link>http://www.jbkempf.com/blog/post/2007/10/04/Build-vlc-under-a-fresh-sid#c288</link>
    <guid isPermaLink="false">urn:md5:3dc847a28bf2ec4a9551589c6cb52940</guid>
    <pubDate>Mon, 10 Mar 2008 20:20:49 -0700</pubDate>
    <dc:creator>avisx</dc:creator>
    
    <description>&lt;p&gt;please, remove the other message, and read this:&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://forum.videolan.org/viewtopic.php?f=13&amp;amp;t=45005&quot; title=&quot;http://forum.videolan.org/viewtopic.php?f=13&amp;amp;t=45005&quot; rel=&quot;nofollow&quot;&gt;http://forum.videolan.org/viewtopic...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;sorry and thanks :P&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build vlc under a fresh sid - avisx</title>
    <link>http://www.jbkempf.com/blog/post/2007/10/04/Build-vlc-under-a-fresh-sid#c287</link>
    <guid isPermaLink="false">urn:md5:2470ce79e056b383bb0f39240d8c2d86</guid>
    <pubDate>Mon, 10 Mar 2008 18:47:28 -0700</pubDate>
    <dc:creator>avisx</dc:creator>
    
    <description>&lt;p&gt;hi!!&lt;/p&gt;


&lt;p&gt;i follow the howto step by step, but when i compile send this error:&lt;/p&gt;


&lt;p&gt;gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../../src -DSYS_LINUX -I../../include -I../include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DLOCALEDIR=\&amp;quot;/usr/share/locale\&amp;quot; -DPLUGIN_PATH=\&amp;quot;/usr/lib/vlc\&amp;quot; -DDEBUG -D__LIBVLC__ -I../src/misc -g -O2 -ffast-math -funroll-loops -mtune=pentium2 -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -fvisibility=hidden -DDATA_PATH=\&amp;quot;/usr/share/vlc\&amp;quot; -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT text/libvlc_la-iso_lang.lo -MD -MP -MF text/.deps/libvlc_la-iso_lang.Tpo -c ../../src/text/iso_lang.c  -fPIC -DPIC -o text/.libs/libvlc_la-iso_lang.o&lt;br /&gt;
In file included from ../../include/vlc_common.h:1062,&lt;br /&gt;
from ../../include/vlc/vlc.h:155,&lt;br /&gt;
from ../../src/text/iso_lang.c:34:&lt;br /&gt;
../../include/vlc_threads_funcs.h:550: error: expected specifier-qualifier-list before 'pthread_spinlock_t'&lt;br /&gt;
../../include/vlc_threads_funcs.h: In function 'vlc_spin_init':&lt;br /&gt;
../../include/vlc_threads_funcs.h:558: warning: implicit declaration of function 'pthread_spin_init'&lt;br /&gt;
../../include/vlc_threads_funcs.h:558: error: 'vlc_spinlock_t' has no member named 'spin'&lt;br /&gt;
../../include/vlc_threads_funcs.h: In function 'vlc_spin_lock':&lt;br /&gt;
../../include/vlc_threads_funcs.h:566: warning: implicit declaration of function 'pthread_spin_lock'&lt;br /&gt;
../../include/vlc_threads_funcs.h:566: error: 'vlc_spinlock_t' has no member named 'spin'&lt;br /&gt;
../../include/vlc_threads_funcs.h: In function 'vlc_spin_unlock':&lt;br /&gt;
../../include/vlc_threads_funcs.h:575: warning: implicit declaration of function 'pthread_spin_unlock'&lt;br /&gt;
../../include/vlc_threads_funcs.h:575: error: 'vlc_spinlock_t' has no member named 'spin'&lt;br /&gt;
../../include/vlc_threads_funcs.h: In function 'vlc_spin_destroy':&lt;br /&gt;
../../include/vlc_threads_funcs.h:584: warning: implicit declaration of function 'pthread_spin_destroy'&lt;br /&gt;
../../include/vlc_threads_funcs.h:584: error: 'vlc_spinlock_t' has no member named 'spin'&lt;br /&gt;
make[3]: *** [text/libvlc_la-iso_lang.lo] Error 1&lt;br /&gt;
make[3]: se sale del directorio `/usr/local/src/vlc-trunk/linux/src'&lt;br /&gt;
make[2]: *** [all] Error 2&lt;br /&gt;
make[2]: se sale del directorio `/usr/local/src/vlc-trunk/linux/src'&lt;br /&gt;
make[1]: *** [all-recursive] Error 1&lt;br /&gt;
make[1]: se sale del directorio `/usr/local/src/vlc-trunk/linux'&lt;br /&gt;
make: *** [all] Error 2&lt;/p&gt;


&lt;p&gt;please, help me!!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c280</link>
    <guid isPermaLink="false">urn:md5:adaf4427450634d072c0df1b74595812</guid>
    <pubDate>Wed, 20 Feb 2008 03:04:32 -0800</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;apt-get install libdc1394-dev and libraw1394-dev&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Hongquan</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c279</link>
    <guid isPermaLink="false">urn:md5:f3d86b834df84eeddac2a9ccddfe20f6</guid>
    <pubDate>Tue, 19 Feb 2008 01:15:21 -0800</pubDate>
    <dc:creator>Hongquan</dc:creator>
    
    <description>&lt;p&gt;Hi ,&lt;br /&gt;
I am new to linux and building vlc under Ubuntu 7.10 server edition.&lt;br /&gt;
when I use configure to process the source code and found an error:&amp;quot;can't find libraw1394 header &amp;quot;&lt;br /&gt;
so I delete the configure --enable-dc1394 .but the erro is still there .&lt;br /&gt;
could you tell me how to disable configure to check the 1394 header .thank you very much !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Packrat</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c277</link>
    <guid isPermaLink="false">urn:md5:398fcebafe0ca98b149f3db6024decae</guid>
    <pubDate>Fri, 15 Feb 2008 16:29:14 -0800</pubDate>
    <dc:creator>Packrat</dc:creator>
    
    <description>&lt;p&gt;the last ..configure does not work for me. I get&lt;/p&gt;


&lt;p&gt;../configure: No such file or directory&lt;/p&gt;


&lt;p&gt;I have cvs installed and am in the ~/vlc/build$ directory&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - ypctx</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c276</link>
    <guid isPermaLink="false">urn:md5:0a1ad9aa42a43d282f28675ce22f3b6c</guid>
    <pubDate>Fri, 15 Feb 2008 04:56:31 -0800</pubDate>
    <dc:creator>ypctx</dc:creator>
    
    <description>&lt;p&gt;@59: if that is a reaction to my comment, then my answer is:&lt;br /&gt;
I want VLC with S/PDIF working on Ubuntu Feisty 64-bit.&lt;br /&gt;
S/PDIF was fixed for version 0.8.6d, which will be not released for Feisty, unless it will be followed by a security update. Security is the only reason Ubuntu upgrades packages.&lt;br /&gt;
So, logically, I need to compile VLC from sources, (that's how I've found this Blog) which I yet wasn't able to do for my 64-bit system.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - ypctx</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c275</link>
    <guid isPermaLink="false">urn:md5:56a5a0c448f8365d8b40f5f750386077</guid>
    <pubDate>Fri, 15 Feb 2008 04:50:35 -0800</pubDate>
    <dc:creator>ypctx</dc:creator>
    
    <description>&lt;p&gt;@58: sorry, I got confused by the fact that my comments first appeared, and then dissapeared.&lt;br /&gt;
In any way, you of course have the right to moderate your blog's comments. I just didn't like the fact that a possible solution got deleted..&lt;/p&gt;


&lt;p&gt;Basically - Debian or Ubuntu maintainers make some changes on the VLC sources, after which it's possible to compile and link them on a 64-bit Linux system.&lt;/p&gt;


&lt;p&gt;The Hardy source VLC package I've rebuilt for Gutsy has the problem of randomly losing sound for about 1 second, every so often, ie. once in 1 to 5 minutes.&lt;br /&gt;
I'm using S/PDIF, ALSA, IEC958 via HDA Nvidia on 2.6.23.14 kernel. The S/PDIF passthrough output in Xfmedia works fine, so it must be a problem of the VLC package.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c269</link>
    <guid isPermaLink="false">urn:md5:362f6e96cd129aae10aa9e22fd6f9308</guid>
    <pubDate>Sat, 09 Feb 2008 12:48:56 -0800</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;What YOU suggest doesn't build VLC 0.9x, but 0.8.6d, which is completely useless.&lt;/p&gt;
&lt;br /&gt;If you want to develop something, use the trunk (0.9.0)&lt;br /&gt;&lt;br /&gt;If you want to test the trunk and next version, use the trunk (0.9.0)&lt;br /&gt;&lt;br /&gt;Else, use the packages... Don't build it. this is useless.&lt;br /&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c268</link>
    <guid isPermaLink="false">urn:md5:05e4b9f54b338e86e970657bb21ce829</guid>
    <pubDate>Sat, 09 Feb 2008 12:45:20 -0800</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;I don't remove any comment, I just moderate them.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - ypctx</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c267</link>
    <guid isPermaLink="false">urn:md5:33f4532b98c98c7e48dd7cce33121f22</guid>
    <pubDate>Sat, 09 Feb 2008 08:04:58 -0800</pubDate>
    <dc:creator>ypctx</dc:creator>
    
    <description>&lt;p&gt;&lt;a href=&quot;http://ubuntuforums.org/showthread.php?p=4299380#post4299380&quot; title=&quot;http://ubuntuforums.org/showthread.php?p=4299380#post4299380&quot; rel=&quot;nofollow&quot;&gt;http://ubuntuforums.org/showthread....&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;may you live forever, my french friend.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - ypctx</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c266</link>
    <guid isPermaLink="false">urn:md5:ff6e672e4dbc5daa68f7ab6ccec119f2</guid>
    <pubDate>Sat, 09 Feb 2008 01:39:59 -0800</pubDate>
    <dc:creator>ypctx</dc:creator>
    
    <description>&lt;p&gt;hi, why did you remove my comment? i think many people who come here just want to get the latest VLC working, which doesnt have to be the SVN version... and I really could not get it working on the 64-bit in any other way, than the one I posted..&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - ypctx</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c265</link>
    <guid isPermaLink="false">urn:md5:b8b3e3fb5f8ab5fdf3ce7a13cc8dd068</guid>
    <pubDate>Fri, 08 Feb 2008 17:55:30 -0800</pubDate>
    <dc:creator>ypctx</dc:creator>
    
    <description>&lt;p&gt;On Feisty 64-bit, the above didn't work for me.. But got around it:) Here's how:&lt;/p&gt;


&lt;p&gt;1. install these dev packages: (see the above VLC building guide to get the other necessary packages)&lt;/p&gt;


&lt;p&gt;apt-get install libdvdread-dev libmad0-dev liba52-0.7.4-dev libdts-dev libgsm1-dev libogg-dev libraw1394-dev libtheora-dev libvorbis-dev zlib1g-dev libdc1394-13-dev libavcodec-dev libavformat-dev libpostproc-dev libmpeg2-4-dev libwxbase2.8-dev libwxgtk2.8-dev libportaudio-dev libdvdcss2-dev libmp4v2-dev libfaac-dev liblame-dev libavc1394-dev libfaad2-dev libtwolame-dev libasound2-dev lib32asound2-dev x11proto-core-dev libice-dev libsm-dev libxau-dev libxdmcp-dev x11proto-input-dev x11proto-kb-dev xtrans-dev libx11-dev x11proto-render-dev libxrender-dev x11proto-xext-dev x11proto-fixes-dev libxfixes-dev libxcursor-dev libxext-dev libexpat1-dev libfreetype6-dev libfontconfig1-dev libxft-dev libxi-dev x11proto-xinerama-dev libxinerama-dev x11proto-randr-dev libxrandr-dev libxt-dev x11proto-video-dev libxv-dev libnspr-dev libnss-dev firefox-dev libslang2-dev libncurses5-dev libaa1-dev libartsc0-dev libaudio-dev libaudiofile-dev libesd0-dev libxmu-dev libjpeg62-dev liblcms1-dev libmng-dev libpng12-dev libgpg-error-dev libgcrypt11-dev libtasn1-3-dev libpopt-dev libopencdk8-dev liblzo-dev libgnutls-dev libcupsys2-dev mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev qt3-dev-tools libqt3-mt-dev libarts1-dev libatk1.0-dev libavahi-common-dev libdbus-1-dev libavahi-client-dev libcucul-dev libcaca-dev libcairo2-dev libcdio-dev libdbus-glib-1-dev libdirectfb-dev libdvbpsi4-dev libdvdnav-dev libebml-dev libflac-dev libfribidi-dev libgii1-dev libggi2-dev libpango1.0-dev libgtk2.0-dev libhal-dev libid3tag0-dev libtiff4-dev libungif4-dev libltdl3-dev libimlib2-dev libiso9660-dev liblivemedia-dev libmatroska-dev libmodplug-dev libmpcdec-dev libnotify-dev libsdl1.2-dev libsdl-image1.2-dev libspeex-dev libtar-dev libvcdinfo-dev libwxbase2.6-dev libwxgtk2.6-dev libxml2-dev libxosd-dev xlibmesa-gl-dev liblircclient-dev libsmbclient-dev libsysfs-dev libjack0.100.0-dev libssl-dev comerr-dev libkrb5-dev libpq-dev libsqlite0-dev libqt4-dev libxpm-dev x11proto-xf86dga-dev libxxf86dga-dev x11proto-xf86misc-dev libxxf86misc-dev x11proto-xf86vidmode-dev libxxf86vm-dev&lt;/p&gt;


&lt;p&gt;2. go to: &lt;a href=&quot;http://packages.ubuntu.com/hardy/graphics/vlc&quot; title=&quot;http://packages.ubuntu.com/hardy/graphics/vlc&quot; rel=&quot;nofollow&quot;&gt;http://packages.ubuntu.com/hardy/gr...&lt;/a&gt;&lt;br /&gt;
At the bottom of the page, in the line beginning with &amp;quot;Source Package:&amp;quot;, there are 3 links: dsc, .tar.gz and .diff.gz -- download these into a new directory.&lt;/p&gt;


&lt;p&gt;3. cd to the directory you created, and do:&lt;br /&gt;
dpkg-source -x *.dsc&lt;/p&gt;


&lt;p&gt;4. cd to the directory created by the previous command, and do:&lt;br /&gt;
dpkg-buildpackage -rfakeroot&lt;/p&gt;


&lt;p&gt;5. cd .. and do:&lt;br /&gt;
sudo dpkg -i *.deb&lt;/p&gt;


&lt;p&gt;You should have the latest VLC installed on your system now.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - aef110</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c258</link>
    <guid isPermaLink="false">urn:md5:f0d7b99a869078e3da263f67e45c0482</guid>
    <pubDate>Sat, 19 Jan 2008 23:07:28 -0800</pubDate>
    <dc:creator>aef110</dc:creator>
    
    <description>&lt;p&gt;How do I add a launcher to the Ubuntu menu for the compiled version?  I've tried several variations of the following:&lt;/p&gt;


&lt;p&gt;%f //home/albert/vlc/build/./vlc&lt;/p&gt;


&lt;p&gt;Clearly, there's some incorrect syntax, as nothing happens.  However, when I navigate to that directory in a terminal and type ./vlc it works.&lt;/p&gt;


&lt;p&gt;Many thanks in advance.&lt;/p&gt;


&lt;p&gt;P.S. I noticed another user asked the same question and was replied to privately. I please request that answer to be posted on this blog for the benefit of fellow new users!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - jpsaman</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c255</link>
    <guid isPermaLink="false">urn:md5:22b17eb3bb9e0bdf4e6bef24e7a5c4d8</guid>
    <pubDate>Tue, 08 Jan 2008 00:15:32 -0800</pubDate>
    <dc:creator>jpsaman</dc:creator>
    
    <description>&lt;p&gt;I put up a script at &lt;a href=&quot;http://paste.videolan.org/2964&quot; title=&quot;http://paste.videolan.org/2964&quot; rel=&quot;nofollow&quot;&gt;http://paste.videolan.org/2964&lt;/a&gt; that install all runtime dependencies of vlc. The same could be done for the dev libs.  Maybe it is usefull for your tutorial.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - James</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c254</link>
    <guid isPermaLink="false">urn:md5:2473a4e7181a1224549876824dfb3a25</guid>
    <pubDate>Sun, 06 Jan 2008 04:23:49 -0800</pubDate>
    <dc:creator>James</dc:creator>
    
    <description>&lt;p&gt;Hi there,&lt;br /&gt;
This worked first time on Gutsy with the rt kernel... What an excellent guide: thanks very much!&lt;br /&gt;
James&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c249</link>
    <guid isPermaLink="false">urn:md5:a20b7fa9444bc74c0cc91df15a1f340e</guid>
    <pubDate>Sun, 30 Dec 2007 18:35:01 -0800</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;@jpsaman: you are right, this is incomplete, the sid version is more up to date.&lt;/p&gt;
&lt;p&gt;I'll update it when I install a new ubuntu...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - jpsaman</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c248</link>
    <guid isPermaLink="false">urn:md5:f4154ae8ca25218799a6fea9642952dd</guid>
    <pubDate>Sun, 30 Dec 2007 06:44:14 -0800</pubDate>
    <dc:creator>jpsaman</dc:creator>
    
    <description>&lt;p&gt;The tutorial is incomplete and lacks installation of a52dec, libmad, libid3tag and much more useful features people would like to use on Feisty. Almost all these 3rd party libraries we as developers would like to install can be found on www.medibuntu.org in their repository.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - jpsaman</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c247</link>
    <guid isPermaLink="false">urn:md5:8eb5ea2247e04e0896e6e25176ac12a7</guid>
    <pubDate>Sun, 30 Dec 2007 06:40:16 -0800</pubDate>
    <dc:creator>jpsaman</dc:creator>
    
    <description>&lt;p&gt;There is a bug in your configure line, you both specify --disable-cddax --disable-vcdx  and --enable-cddax --enable-vcdx. One or the other is enough.&lt;/p&gt;


&lt;p&gt;I suspect you wanted them disabled.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build vlc under a fresh sid - juju</title>
    <link>http://www.jbkempf.com/blog/post/2007/10/04/Build-vlc-under-a-fresh-sid#c233</link>
    <guid isPermaLink="false">urn:md5:1eafe5e7a6b5228b0174ed5ac2c9f12f</guid>
    <pubDate>Mon, 26 Nov 2007 21:30:51 +0100</pubDate>
    <dc:creator>juju</dc:creator>
    
    <description>&lt;p&gt;ce serait possible de nous indiquer comment combiler avec le support AMR stp ? j'aimerai streamer du 3GP &lt;img src=&quot;/blog/themes/jbkempf/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt; merci&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build vlc under a fresh sid - meerab</title>
    <link>http://www.jbkempf.com/blog/post/2007/10/04/Build-vlc-under-a-fresh-sid#c220</link>
    <guid isPermaLink="false">urn:md5:7e7724a8e51c918d03eb6429d46f9cbe</guid>
    <pubDate>Sat, 10 Nov 2007 13:09:51 +0100</pubDate>
    <dc:creator>meerab</dc:creator>
    
    <description>&lt;p&gt;i like it&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build vlc under a fresh sid - Juju</title>
    <link>http://www.jbkempf.com/blog/post/2007/10/04/Build-vlc-under-a-fresh-sid#c214</link>
    <guid isPermaLink="false">urn:md5:644b438809440ac2bf46328a58af9299</guid>
    <pubDate>Tue, 30 Oct 2007 14:36:26 +0100</pubDate>
    <dc:creator>Juju</dc:creator>
    
    <description>&lt;p&gt;Il faut aussi faire&lt;br /&gt;
apt-get install automake libtool cvs&lt;br /&gt;
pour ceux comme moi qui n'ont pas l'habitude de compiler.&lt;/p&gt;


&lt;p&gt;Merci en tous cas pour le résumé ca faisait un moment que je cherchais &lt;img src=&quot;/blog/themes/jbkempf/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build vlc under a fresh sid - aLtgLasS</title>
    <link>http://www.jbkempf.com/blog/post/2007/10/04/Build-vlc-under-a-fresh-sid#c213</link>
    <guid isPermaLink="false">urn:md5:87f436b5bb66d28b5ca3d9025629ab6e</guid>
    <pubDate>Tue, 30 Oct 2007 10:21:44 +0100</pubDate>
    <dc:creator>aLtgLasS</dc:creator>
    
    <description>&lt;p&gt;Very good guide although I had to install further packages about which bootstrap complained.&lt;br /&gt;
Under Ubuntu one must also not use libportaudio-dev but rather portaudio19-dev otherwise make fails on portaudio.c&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c212</link>
    <guid isPermaLink="false">urn:md5:da92480ab704c667252072c013c55554</guid>
    <pubDate>Tue, 30 Oct 2007 01:20:58 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;Do you have llibgcrypt-dev installed ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Niko</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c210</link>
    <guid isPermaLink="false">urn:md5:52c4845ce0a674c7e98db1f3c6798746</guid>
    <pubDate>Mon, 29 Oct 2007 20:00:55 +0100</pubDate>
    <dc:creator>Niko</dc:creator>
    
    <description>&lt;p&gt;Hi, I'm getting this kind of error (the last lines when running configure):&lt;br /&gt;
checking for gcry_control in -lgcrypt... yes&lt;br /&gt;
../configure: line 72977: syntax error near unexpected token `1:1.1.94,'&lt;br /&gt;
../configure: line 72977: `    AM_PATH_LIBGCRYPT(1:1.1.94, have_libgcrypt=&amp;quot;yes&amp;quot;, have_libgcrypt=&amp;quot;no&amp;quot;)'&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Ion</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c208</link>
    <guid isPermaLink="false">urn:md5:fc9981c587f5b36d6f87899874f5d369</guid>
    <pubDate>Tue, 23 Oct 2007 10:49:17 +0200</pubDate>
    <dc:creator>Ion</dc:creator>
    
    <description>&lt;p&gt;Hi again I found the error , I updated from feisty and package libpthread-dev was a old package, so I delete it and installed libpthread-stubs0-dev from Gutsy repository, after this compilation works fine.&lt;br /&gt;
Hope this help someone with the same problem.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Ion</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c207</link>
    <guid isPermaLink="false">urn:md5:6fdb48290553a05180b5eea0a70b16bc</guid>
    <pubDate>Tue, 23 Oct 2007 10:07:42 +0200</pubDate>
    <dc:creator>Ion</dc:creator>
    
    <description>&lt;p&gt;HI !&lt;br /&gt;
good how to , but on my computer with ubuntu gutsy 7.10 it did not work, when I do first make (on x264 package) i have the following errors :&lt;/p&gt;


&lt;p&gt;/usr/include/pthread.h:285: error: conflicting types for ‘pthread_t’&lt;br /&gt;
/usr/include/bits/pthreadtypes.h:36: error: previous declaration of ‘pthread_t’ was here&lt;br /&gt;
/usr/include/pthread.h:286: error: conflicting types for ‘pthread_attr_t’&lt;br /&gt;
/usr/include/bits/pthreadtypes.h:43: error: previous declaration of ‘pthread_attr_t’ was here&lt;br /&gt;
/usr/include/pthread.h:287: error: conflicting types for ‘pthread_key_t’&lt;br /&gt;
/usr/include/bits/pthreadtypes.h:109: error: previous declaration of ‘pthread_key_t’ was here&lt;br /&gt;
/usr/include/pthread.h:289: error: conflicting types for ‘pthread_mutexattr_t’&lt;br /&gt;
/usr/include/bits/pthreadtypes.h:79: error: previous declaration of ‘pthread_mutexattr_t’ was here&lt;br /&gt;
/usr/include/pthread.h:290: error: conflicting types for ‘pthread_mutex_t’&lt;br /&gt;
/usr/include/bits/pthreadtypes.h:73: error: previous declaration of ‘pthread_mutex_t’ was here&lt;br /&gt;
/usr/include/pthread.h:291: error: conflicting types for ‘pthread_condattr_t’&lt;br /&gt;
/usr/include/bits/pthreadtypes.h:105: error: previous declaration of ‘pthread_condattr_t’ was here&lt;br /&gt;
/usr/include/pthread.h:292: error: conflicting types for ‘pthread_cond_t’&lt;br /&gt;
/usr/include/bits/pthreadtypes.h:99: error: previous declaration of ‘pthread_cond_t’ was here&lt;br /&gt;
/usr/include/pthread.h:293: error: conflicting types for ‘pthread_rwlockattr_t’&lt;br /&gt;
/usr/include/bits/pthreadtypes.h:142: error: previous declaration of ‘pthread_rwlockattr_t’ was here&lt;br /&gt;
/usr/include/pthread.h:294: error: conflicting types for ‘pthread_rwlock_t’&lt;br /&gt;
/usr/include/bits/pthreadtypes.h:136: error: previous declaration of ‘pthread_rwlock_t’ was here&lt;br /&gt;
/usr/include/pthread.h:357: error: conflicting types for ‘pthread_kill’&lt;br /&gt;
/usr/include/bits/sigthread.h:36: error: previous declaration of ‘pthread_kill’ was here&lt;br /&gt;
make: *** [x264.o] Error 1&lt;br /&gt;
Help please!!&lt;br /&gt;
Thanks in advance.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build vlc under a fresh sid - rayabaa</title>
    <link>http://www.jbkempf.com/blog/post/2007/10/04/Build-vlc-under-a-fresh-sid#c205</link>
    <guid isPermaLink="false">urn:md5:5e736d055e42773d9f5f8312882b0c36</guid>
    <pubDate>Mon, 22 Oct 2007 09:03:42 +0200</pubDate>
    <dc:creator>rayabaa</dc:creator>
    
    <description>&lt;p&gt;HI,&lt;br /&gt;
I am sorry that I am asking question except nice comment.&lt;/p&gt;


&lt;p&gt;When I install VLC, I followed your tip.&lt;br /&gt;
But , I could not install VLC with x264, .... have you any idea following case.&lt;/p&gt;


&lt;p&gt;-------&lt;/p&gt;


&lt;p&gt;1. I could not compile with x264 encoder. Without to include x264 tree, I can compile.&lt;br /&gt;
I did configure with &amp;quot;enable-x264&amp;quot; and &amp;quot;--with-x264-tree&amp;quot; option.&lt;br /&gt;
I compiled current version of x264 in the &amp;quot;extras&amp;quot; of vlc main folder.&lt;br /&gt;
But I had following error messega:&lt;/p&gt;


&lt;p&gt;==========&lt;br /&gt;
./configure --enable-snapshot --enable-debug --enable-dbus-control --enable-shared --enable-lirc --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt --with-live555-tree=/usr/lib/live --with-ffmpeg-tree=../extras/ffmpeg --enable-taglib --enable-v4l --enable-cddax --enable-dvb --enable-vcdx --enable-realrtsp --enable-svg --enable-dvdread --enable-dv --enable-theora --enable-faad --enable-twolame --enable-real --enable-flac --enable-tremor --with-ffmpeg-mp3lame --with-faac --enable-ncurses --enable-aa --enable-caca --enable-esd --enable-portaudio --enable-jack --enable-xosd --enable-galaktos --enable-goom --enable-ggi --disable-cddax --disable-vcdx --disable-dirac --disable-xvmc --enable-pvr --enable-loader --enable-python-bindings --enable-audioscrobbler --enable-libcddb --enable-libcdio --enable-opencv --enable-nls --disable-notify --with-libmpeg2-tree=../extras/mpeg2dec-0.4.1 --disable-speex --disable-lua --disable-fluidsynth --disable-gnutls --disable-avahi-client --enable-old-dbus --with-included-gettext --enable-skins2 --enable-wxwidgets --enable-x264 --with-x264-tree=../extras/x264/&lt;/p&gt;


&lt;p&gt;......&lt;br /&gt;
......&lt;/p&gt;


&lt;p&gt;checking png.h presence... yes&lt;br /&gt;
checking for png.h... yes&lt;br /&gt;
checking for png_set_rows in -lpng... yes&lt;br /&gt;
checking for x264.h in /usr/local/src/vlc-trunk/extras/x264... yes&lt;br /&gt;
checking for x264_encoder_open in -lx264... no&lt;br /&gt;
configure: error: the specified tree hasn't been compiled&lt;/p&gt;


&lt;p&gt;I found follwoing error message from config.log :&lt;/p&gt;


&lt;p&gt;configure:58065: checking for x264.h in /usr/local/src/vlc-trunk/extras/x264&lt;br /&gt;
configure:58069: result: yes&lt;br /&gt;
configure:58084: checking for x264_encoder_open in -lx264&lt;br /&gt;
configure:58114: gcc -std=gnu99 -o conftest -Wall -Wextra -Wno-unused-parameter -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -DSYS_LINUX -lpthread conftest.c -lx264 &amp;gt;&amp;amp;5&lt;br /&gt;
conftest.c:40:1: warning: &amp;quot;_GNU_SOURCE&amp;quot; redefined&lt;br /&gt;
conftest.c:10:1: warning: this is the location of the previous definition&lt;br /&gt;
/usr/local/lib/libx264.a(encoder.o)(.text+0xd95): In function `x264_encoder_open':&lt;br /&gt;
: undefined reference to `pow'&lt;br /&gt;
/usr/local/lib/libx264.a(encoder.o)(.text+0xeda): In function `x264_encoder_open':&lt;br /&gt;
: undefined reference to `pow'&lt;br /&gt;
/usr/local/lib/libx264.a(encoder.o)(.text+0xfb8): In function `x264_encoder_open':&lt;br /&gt;
: undefined reference to `pow'&lt;br /&gt;
/usr/local/lib/libx264.a(encoder.o)(.text+0x1026): In function `x264_encoder_open':&lt;br /&gt;
: undefined reference to `pow'&lt;br /&gt;
/usr/local/lib/libx264.a(ratecontrol.o)(.text+0x5e): In function `qscale2bits':&lt;br /&gt;
: undefined reference to `pow'&lt;br /&gt;
/usr/local/lib/libx264.a(ratecontrol.o)(.text+0x14d): more undefined references to `pow' follow&lt;br /&gt;
collect2: ld returned 1 exit status&lt;/p&gt;


&lt;p&gt;==========&lt;/p&gt;


&lt;p&gt;2. I got warning message on &amp;quot;avahi-client&amp;quot;. I did &amp;quot;--disable-avahi-client&amp;quot;, but I got still warning message.&lt;br /&gt;
What is the avahi-client ? how can I disable it in my confugure.&lt;/p&gt;


&lt;p&gt;=========&lt;br /&gt;
checking for avahi-client &amp;gt;= 0.3... Package avahi-client was not found in the pkg-config search path.&lt;br /&gt;
Perhaps you should add the directory containing `avahi-client.pc'&lt;br /&gt;
to the PKG_CONFIG_PATH environment variable&lt;br /&gt;
No package 'avahi-client' found&lt;br /&gt;
configure: WARNING: avahi-client library not found&lt;br /&gt;
==========&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://forum.videolan.org/viewtopic.php?f=13&amp;amp;t=41550&amp;amp;start=0&amp;amp;st=0&amp;amp;sk=t&amp;amp;sd=a&amp;amp;hilit=x264&quot; title=&quot;http://forum.videolan.org/viewtopic.php?f=13&amp;amp;t=41550&amp;amp;start=0&amp;amp;st=0&amp;amp;sk=t&amp;amp;sd=a&amp;amp;hilit=x264&quot; rel=&quot;nofollow&quot;&gt;http://forum.videolan.org/viewtopic...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c198</link>
    <guid isPermaLink="false">urn:md5:80c6804e414eaf1fd71de008529c2602</guid>
    <pubDate>Sun, 23 Sep 2007 02:39:39 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;I mailed you with the solutions.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - aef110</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c197</link>
    <guid isPermaLink="false">urn:md5:1cd1e59e0fbebc8dfe354679e1cdca2e</guid>
    <pubDate>Sun, 23 Sep 2007 00:22:07 +0200</pubDate>
    <dc:creator>aef110</dc:creator>
    
    <description>&lt;p&gt;I'm relatively new to Linux but seem to have followed your detailed instructions without triggering any error messages.  I'm on Ubuntu Feisty and believe I've successfully compiled VLC for use with JACK.&lt;/p&gt;


&lt;p&gt;However... (stupid newbie question): How do I run it?  VLC doesn't appear on the menu, and typing &amp;quot;vlc&amp;quot; in a terminal returns this error:&lt;/p&gt;


&lt;p&gt;The program 'vlc' is currently not installed.  You can install it by typing:&lt;br /&gt;
sudo apt-get install vlc-nox&lt;br /&gt;
Make sure you have the 'universe' component enabled&lt;/p&gt;



&lt;p&gt;Does this mean the compile failed?&lt;/p&gt;


&lt;p&gt;Thanks in advance for your help!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - joe</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c196</link>
    <guid isPermaLink="false">urn:md5:9999aabacb33d047c35ac122eb64fc5b</guid>
    <pubDate>Sat, 22 Sep 2007 23:02:32 +0200</pubDate>
    <dc:creator>joe</dc:creator>
    
    <description>&lt;p&gt;when running ./configure I had to apt-get alot of lib*-dev files. Configure failed about 6 times with what I needed to install.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - debasish</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c186</link>
    <guid isPermaLink="false">urn:md5:cff1f9c9dde6303aafd9c94f32619d23</guid>
    <pubDate>Sat, 25 Aug 2007 08:00:48 +0200</pubDate>
    <dc:creator>debasish</dc:creator>
    
    <description>&lt;p&gt;Can you give me the full step to build it without gui.&lt;/p&gt;


&lt;p&gt;What i mean is since we are doing&lt;br /&gt;
apt-get build-dep  vlc&lt;br /&gt;
it installs lot of things.&lt;/p&gt;


&lt;p&gt;I only want to use it as vlc server and only for streaming. Can you let me know the minimum configuration.&lt;/p&gt;


&lt;p&gt;Second do i need ffmpeg for using vlc only for server.&lt;/p&gt;


&lt;p&gt;Any help would be great.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - d</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c185</link>
    <guid isPermaLink="false">urn:md5:664fb1c1af0a8f70b613d92654e5e6dd</guid>
    <pubDate>Thu, 23 Aug 2007 21:48:58 +0200</pubDate>
    <dc:creator>d</dc:creator>
    
    <description>&lt;p&gt;what is the advantage in building vlc vis-a-vis installing it the usual way thru apt-get?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c181</link>
    <guid isPermaLink="false">urn:md5:e181b6c3adbbab091a57f0ee340ce688</guid>
    <pubDate>Sat, 18 Aug 2007 11:56:58 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;@dragon: you are mistaken. This is done to build and compile VLC, not to install it.&lt;/p&gt;
&lt;br /&gt;&lt;p&gt;Building and compiling your whole OS would take a lot more time :D&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - dragon</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c179</link>
    <guid isPermaLink="false">urn:md5:e7c4f78a6f7243383761f80b0b088ff7</guid>
    <pubDate>Sat, 18 Aug 2007 07:55:58 +0200</pubDate>
    <dc:creator>dragon</dc:creator>
    
    <description>&lt;p&gt;What a shit this is!!! even my operating system don't take such a long time to install..is this vlc media player or vlc operating system!!!!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c177</link>
    <guid isPermaLink="false">urn:md5:906f989718fd3eefeace62ac6fc65898</guid>
    <pubDate>Thu, 09 Aug 2007 14:42:01 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;@ManRo: svn up &amp;amp;&amp;amp; make should make it work again.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - MaNRo</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c175</link>
    <guid isPermaLink="false">urn:md5:83abf7067f121654ba4b18cbf036f5df</guid>
    <pubDate>Mon, 06 Aug 2007 00:00:47 +0200</pubDate>
    <dc:creator>MaNRo</dc:creator>
    
    <description>&lt;p&gt;I need some help here &lt;img src=&quot;/blog/themes/jbkempf/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;br /&gt;
Everything went very smooth until I get to the final &amp;quot;make&amp;quot;, it just don't seem to wok, this is the last part of the results:&lt;/p&gt;


&lt;p&gt;echo &amp;quot;#define Q_(a,b) QString::fromUtf8(_(a))&amp;quot; &amp;gt; ui/sout.h.tmp&lt;br /&gt;
/usr/bin/uic-qt4 -tr &amp;quot;Q_&amp;quot; ../../../../modules/gui/qt4/ui/sout.ui &amp;gt;&amp;gt; ui/sout.h.tmp&lt;br /&gt;
sed -i -e 's/Q_(\&amp;quot;_(\\\&amp;quot;\(.*\)\\\&amp;quot;)&amp;quot;/Q_(&amp;quot;\1&amp;quot;/' ui/sout.h.tmp&lt;br /&gt;
mv -f ui/sout.h.tmp ui/sout.h&lt;br /&gt;
COMPILE : qt4.cpp&lt;br /&gt;
mkdir .libs&lt;br /&gt;
g++ -DHAVE_CONFIG_H -I. -I../../../../modules/gui/qt4 -I../../.. -DSYS_LINUX -I../../../../include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DLOCALEDIR=\&amp;quot;/usr/share/locale\&amp;quot; -DDATA_PATH=\&amp;quot;/usr/share/vlc\&amp;quot; -DPLUGIN_PATH=\&amp;quot;/usr/lib/vlc\&amp;quot; -DDEBUG -O3 -ffast-math -funroll-loops -mtune=pentium2 -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=qt4 -DMODULE_NAME_IS_qt4 -g -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -MT libqt4_plugin_la-qt4.lo -MD -MP -MF .deps/libqt4_plugin_la-qt4.Tpo -c ../../../../modules/gui/qt4/qt4.cpp  -fPIC -DPIC -o .libs/libqt4_plugin_la-qt4.o&lt;br /&gt;
COMPILE : menus.cpp&lt;br /&gt;
g++ -DHAVE_CONFIG_H -I. -I../../../../modules/gui/qt4 -I../../.. -DSYS_LINUX -I../../../../include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DLOCALEDIR=\&amp;quot;/usr/share/locale\&amp;quot; -DDATA_PATH=\&amp;quot;/usr/share/vlc\&amp;quot; -DPLUGIN_PATH=\&amp;quot;/usr/lib/vlc\&amp;quot; -DDEBUG -O3 -ffast-math -funroll-loops -mtune=pentium2 -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=qt4 -DMODULE_NAME_IS_qt4 -g -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -MT libqt4_plugin_la-menus.lo -MD -MP -MF .deps/libqt4_plugin_la-menus.Tpo -c ../../../../modules/gui/qt4/menus.cpp  -fPIC -DPIC -o .libs/libqt4_plugin_la-menus.o&lt;br /&gt;
../../../../modules/gui/qt4/menus.cpp: In static member function 'static QMenu* QVLCMenu::SDMenu(intf_thread_t*)':&lt;br /&gt;
ERROR   : ../../../../modules/gui/qt4/menus.cpp: 444:  invalid use of undefined type 'struct module_t'&lt;br /&gt;
ERROR   : ../../../../include/vlc_common.h: 242:  forward declaration of 'struct module_t'&lt;br /&gt;
ERROR   : ../../../../modules/gui/qt4/menus.cpp: 447:  invalid use of undefined type 'struct module_t'&lt;br /&gt;
ERROR   : ../../../../include/vlc_common.h: 242:  forward declaration of 'struct module_t'&lt;br /&gt;
ERROR   : ../../../../modules/gui/qt4/menus.cpp: 451:  invalid use of undefined type 'struct module_t'&lt;br /&gt;
ERROR   : ../../../../include/vlc_common.h: 242:  forward declaration of 'struct module_t'&lt;br /&gt;
make: *** [all] Error 2&lt;/p&gt;


&lt;p&gt;Thanks for your help!&lt;br /&gt;
Regards,&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c173</link>
    <guid isPermaLink="false">urn:md5:9e9040c7c7d5e1a0039ca921e76ef9a8</guid>
    <pubDate>Fri, 03 Aug 2007 17:16:19 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>Recompile x264 with --enable-pic&lt;br /&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - mamut</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c172</link>
    <guid isPermaLink="false">urn:md5:6a92d06a7faf4acb0a87c5285f6e4c26</guid>
    <pubDate>Wed, 01 Aug 2007 22:30:13 +0200</pubDate>
    <dc:creator>mamut</dc:creator>
    
    <description>&lt;p&gt;I had big troubles at making the last point and i dont know what it means exactly, i installed from a fresh updated feisty.&lt;/p&gt;


&lt;p&gt;/bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99  -Wall -Wextra -Wno-unused-parameter -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wold-style-definition -Wmissing-prototypes -Wvolatile-register-var -rpath '/opt/lib/vlc/codec' -avoid-version -module -no-undefined -shrext .so -export-dynamic   -o libx264_plugin.la  `top_builddir=&amp;quot;../..&amp;quot; ../../vlc-config --libs plugin x264` -rpath '/opt/lib/vlc/codec' -avoid-version -module -no-undefined -shrext .so -export-dynamic  libx264_plugin_la-x264.lo -L../../src -lvlc&lt;br /&gt;
gcc -std=gnu99 -shared  .libs/libx264_plugin_la-x264.o  -Wl,--rpath -Wl,/home/abox/vlc-compile/vlc/build/src/.libs -Wl,--rpath -Wl,/opt/lib -L/opt/lib -lpthread -lx264 -L/home/abox/vlc-compile/vlc/extras/x264 -lm /home/abox/vlc-compile/vlc/build/src/.libs/libvlc.so  -Wl,-soname -Wl,libx264_plugin.so -o .libs/libx264_plugin.so&lt;br /&gt;
/usr/bin/ld: /home/abox/vlc-compile/vlc/extras/x264/libx264.a(common.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC&lt;/p&gt;


&lt;p&gt;/usr/bin/ld: /home/abox/vlc-compile/vlc/extras/x264/libx264.a(common.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC&lt;br /&gt;
/home/abox/vlc-compile/vlc/extras/x264/libx264.a: could not read symbols: Bad value&lt;br /&gt;
collect2: ld returned 1 exit status&lt;br /&gt;
make[4]: *** [libx264_plugin.la] Error 1&lt;/p&gt;


&lt;p&gt;can anybody help me?&lt;br /&gt;
thx&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c171</link>
    <guid isPermaLink="false">urn:md5:293aadd3c21903e5d1b2a505be8a6e96</guid>
    <pubDate>Mon, 09 Jul 2007 10:40:04 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>You have to add libjack-dev.&lt;br /&gt;I updated the post for that.&lt;br /&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - jack</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c170</link>
    <guid isPermaLink="false">urn:md5:5a6d32d2f57b41b594e3e147b6d20cfd</guid>
    <pubDate>Sat, 07 Jul 2007 00:06:39 +0200</pubDate>
    <dc:creator>jack</dc:creator>
    
    <description>&lt;p&gt;i get this error&lt;br /&gt;
checking for alsa/asoundlib.h... yes&lt;br /&gt;
checking for main in -lasound... yes&lt;br /&gt;
checking deschutes/libraries/hdmachinex225/PCMAudioPlayer.h usability... no&lt;br /&gt;
checking deschutes/libraries/hdmachinex225/PCMAudioPlayer.h presence... no&lt;br /&gt;
checking for deschutes/libraries/hdmachinex225/PCMAudioPlayer.h... no&lt;br /&gt;
checking jack/jack.h usability... no&lt;br /&gt;
checking jack/jack.h presence... no&lt;br /&gt;
checking for jack/jack.h... no&lt;br /&gt;
configure: error: cannot find JACK headers&lt;/p&gt;


&lt;p&gt;when the last ../configure is executed&lt;/p&gt;


&lt;p&gt;btw, anyone wishing to share a succesfully compiled .deb (feisty)¿&lt;/p&gt;


&lt;p&gt;merci&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Jason</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c168</link>
    <guid isPermaLink="false">urn:md5:4ad111f0ccac0991e6cfb9c5ff1c8698</guid>
    <pubDate>Sun, 01 Jul 2007 13:58:25 +0200</pubDate>
    <dc:creator>Jason</dc:creator>
    
    <description>&lt;p&gt;Hello,&lt;br /&gt;
Thank you for this great guide. I am building it on an x86_64 system. I have gotten to the very end, the last &amp;quot;make&amp;quot; on vlc and I get the following error.&lt;/p&gt;


&lt;p&gt;/usr/bin/ld: /home/jason/svn/vlc/extras/x264/libx264.a(common.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC&lt;br /&gt;
/home/jason/svn/vlc/extras/x264/libx264.a: could not read symbols: Bad value&lt;br /&gt;
collect2: ld returned 1 exit status&lt;br /&gt;
make[4]: *** [libx264_plugin.la] Error 1&lt;/p&gt;


&lt;p&gt;any ideas?&lt;/p&gt;


&lt;p&gt;Thanks!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Blessed</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c151</link>
    <guid isPermaLink="false">urn:md5:e454f5a1c0facfc0a471ecee0b8ab0bd</guid>
    <pubDate>Tue, 19 Jun 2007 14:33:39 +0200</pubDate>
    <dc:creator>Blessed</dc:creator>
    
    <description>&lt;p&gt;For me below commands don't work..&lt;br /&gt;
svn co svn://svn.videolan.org/vlc/trunk vlc&lt;br /&gt;
svn co svn://svn.videolan.org/x264/trunk x264&lt;br /&gt;
Whenever i write above command ,for me it says after 3 to 4 minutes&lt;br /&gt;
&amp;quot;Can't connect to host 'svn.videolan.org': Connection timed out&amp;quot;&lt;br /&gt;
i dont know what is the problem,although i am connected to the internet.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c150</link>
    <guid isPermaLink="false">urn:md5:dc17a152b4de0b4398ae00b89809113d</guid>
    <pubDate>Tue, 19 Jun 2007 09:32:07 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;@blessed: the server is up. Are you sure you did not mistake anything ?&lt;/p&gt;
&lt;br /&gt;&lt;p&gt;@crispy: well, then you downloaded the wrong repository and the wrong files...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c149</link>
    <guid isPermaLink="false">urn:md5:e5362112ebb10336a8e0725a70ae3001</guid>
    <pubDate>Tue, 19 Jun 2007 09:30:37 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;@granjerox: I haven't tested a lot the mozilla plugin, since they change a lot the dependencies those days. Try to install mozilla dev packages like libxul-dev, mozilla-dev and so on.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - crispy</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c146</link>
    <guid isPermaLink="false">urn:md5:a6220474956c87a92b97ddbfcfe0f3a1</guid>
    <pubDate>Mon, 18 Jun 2007 19:46:04 +0200</pubDate>
    <dc:creator>crispy</dc:creator>
    
    <description>&lt;p&gt;At the x264 part i typed in&lt;/p&gt;


&lt;p&gt;svn co svn://svn.videolan.org/vlc/trunk x264&lt;/p&gt;


&lt;p&gt;instead of&lt;/p&gt;


&lt;p&gt;svn co svn://svn.videolan.org/x264/trunk x264&lt;/p&gt;


&lt;p&gt;It seems to download and install alot of files tho :D&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - blessed</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c144</link>
    <guid isPermaLink="false">urn:md5:5a9d7ee42f4a8d903084e489364ff136</guid>
    <pubDate>Mon, 18 Jun 2007 15:43:21 +0200</pubDate>
    <dc:creator>blessed</dc:creator>
    
    <description>&lt;p&gt;When i try this command it says&lt;br /&gt;
'svn co svn://svn.videolan.org/vlc/trunk vlc'&lt;br /&gt;
unable to connect the remote host.Is the server address changed.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Blessed</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c143</link>
    <guid isPermaLink="false">urn:md5:0882b33ff27ece7920ac0d69924366dd</guid>
    <pubDate>Mon, 18 Jun 2007 14:55:44 +0200</pubDate>
    <dc:creator>Blessed</dc:creator>
    
    <description>&lt;p&gt;I tried to install vlc but i ended up at this command,&lt;br /&gt;
svn co svn://svn.videolan.org/vlc/trunk vlc&lt;br /&gt;
it seems like the address of SVN server is changed or server is down...Is it so?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - granjerox</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c142</link>
    <guid isPermaLink="false">urn:md5:d10defd6d250cba53d148a276f810b6e</guid>
    <pubDate>Mon, 18 Jun 2007 12:09:32 +0200</pubDate>
    <dc:creator>granjerox</dc:creator>
    
    <description>&lt;p&gt;while compiling i had lots of errors about&lt;br /&gt;
/mozilla/control/npolibvlc.cpp&lt;/p&gt;


&lt;p&gt;it says &amp;quot;not defined in this environment&amp;quot;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - granjerox</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c141</link>
    <guid isPermaLink="false">urn:md5:939243692d06221a76ba9938353a867e</guid>
    <pubDate>Mon, 18 Jun 2007 11:24:46 +0200</pubDate>
    <dc:creator>granjerox</dc:creator>
    
    <description>&lt;p&gt;I had to install also&lt;br /&gt;
sudo apt-get install  libjack0.100.0-dev  libfaad2-0 libfaad2-dev  libtwolame-dev libtwolame0 libqt4-dev&lt;/p&gt;


&lt;p&gt;before the ./configure .... could finish properly&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Ez</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c139</link>
    <guid isPermaLink="false">urn:md5:6cf6dca564fc0b5bd9d30947ea98d676</guid>
    <pubDate>Fri, 15 Jun 2007 01:19:11 +0200</pubDate>
    <dc:creator>Ez</dc:creator>
    
    <description>&lt;p&gt;I also had to install libjack on FF....thanks for the tip NARG.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Dule</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c138</link>
    <guid isPermaLink="false">urn:md5:c89e2a47eecc23938e030f6e6d36e175</guid>
    <pubDate>Thu, 14 Jun 2007 14:15:16 +0200</pubDate>
    <dc:creator>Dule</dc:creator>
    
    <description>&lt;p&gt;@JBK&lt;br /&gt;
I have sent you email.&lt;br /&gt;
with all my lines after i do last configure so if u could help with that cuz i'm new w/ linux&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c137</link>
    <guid isPermaLink="false">urn:md5:8756c8abe7a4c0df8db64e6d644cddd0</guid>
    <pubDate>Thu, 14 Jun 2007 13:07:48 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;@Dule: Your configure did not finished correctly then. Check it or ask on the forum.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Dule</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c136</link>
    <guid isPermaLink="false">urn:md5:3cb530943c22df9a0cb27b9cbe2d7b83</guid>
    <pubDate>Thu, 14 Jun 2007 12:35:34 +0200</pubDate>
    <dc:creator>Dule</dc:creator>
    
    <description>&lt;p&gt;@JBK&lt;br /&gt;
Everything worked ok and when in build i type &amp;quot;make&amp;quot; it says:&lt;br /&gt;
make: *** No targets specified and no makefile found.  Stop.&lt;br /&gt;
and again i have path: dule@dule-ubuntu:~/vlc/build$&lt;/p&gt;


&lt;p&gt;What is problem??&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c135</link>
    <guid isPermaLink="false">urn:md5:34192a7979330e08d5fc66e35c8a9be0</guid>
    <pubDate>Wed, 13 Jun 2007 15:16:06 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;@Dule: What does it says exactly? Did your configure worked correctly?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Dule</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c134</link>
    <guid isPermaLink="false">urn:md5:20fd313565a27093612cf8cbf6d00d2e</guid>
    <pubDate>Wed, 13 Jun 2007 13:10:33 +0200</pubDate>
    <dc:creator>Dule</dc:creator>
    
    <description>&lt;p&gt;On Finish&lt;br /&gt;
last command make - i can't do.&lt;br /&gt;
ANd i did install libfaad2-dev libtwolame-dev libqt4-dev&lt;br /&gt;
and made directrorium build and all those commands -and when i want to do &amp;quot;make&amp;quot; it just ain't hapening...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Sebastien Dionne</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c132</link>
    <guid isPermaLink="false">urn:md5:dce61f24eddf074e7f5be36beb09bda4</guid>
    <pubDate>Mon, 11 Jun 2007 15:38:24 +0200</pubDate>
    <dc:creator>Sebastien Dionne</dc:creator>
    
    <description>&lt;p&gt;merci. je pensais utiliser les extras au lieu d'installer les dépendances.. mais ca sert à rien finalement &lt;img src=&quot;/blog/themes/jbkempf/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;j'ai réussi à compiler vlc sans problème après, mais j'ai jamais été capable de faire fonctionner vlc avec sdl.  j'ai même laisser des posts sur le forum de vlc, mais aucune réponse encore. &lt;img src=&quot;/blog/themes/jbkempf/smilies/sad.png&quot; alt=&quot;:(&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;J'essaye dl'utiliser vlc et sdl sous une PS3&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c130</link>
    <guid isPermaLink="false">urn:md5:995a0a196e6f59afa45112a14cf3fad7</guid>
    <pubDate>Mon, 04 Jun 2007 17:55:28 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;@Ustun: Of course, and debian is a lot better than ubuntu, the question is clear... This post was just about what happen one day, and my Sid was far away. &lt;/p&gt;
&lt;br /&gt;&lt;p&gt;Also, nightlies are available for Sid, and not for feisty :D&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Ustun</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c129</link>
    <guid isPermaLink="false">urn:md5:ce17014dcb6232d6cac3ecd62f1830fb</guid>
    <pubDate>Mon, 04 Jun 2007 13:06:03 +0200</pubDate>
    <dc:creator>Ustun</dc:creator>
    
    <description>&lt;p&gt;Almost the same steps can be done on a Debian; however Debian Multimedia reps have to be enabled.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Axio</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c128</link>
    <guid isPermaLink="false">urn:md5:e5fb7e42b27ae935ad5ec54bc3075f68</guid>
    <pubDate>Sun, 03 Jun 2007 12:17:01 +0200</pubDate>
    <dc:creator>Axio</dc:creator>
    
    <description>&lt;p&gt;Merci !&lt;/p&gt;


&lt;p&gt;Ça fonctionne super bien &lt;img src=&quot;/blog/themes/jbkempf/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c127</link>
    <guid isPermaLink="false">urn:md5:a9575a671acfb298155be5a8b15b193e</guid>
    <pubDate>Thu, 31 May 2007 11:07:42 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;@Sebastien:&lt;/p&gt;
Euh, pourquoi tu as compilé extras/contrib ? Je n'en parle pas du tout dans mon explication. Compiler avec extras/contrib est une autre paire de manche.&lt;br /&gt;&lt;br /&gt;Faire ainsi change ton processus de compilation et tu n'en as pas besoin sous ubuntu, quelque soit la plateforme. Et en particulier cela explique ton pb de intl/&lt;br /&gt;&lt;br /&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Sebastien Dionne</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c126</link>
    <guid isPermaLink="false">urn:md5:489f547a9dc780bf2237b49ee9b0133d</guid>
    <pubDate>Wed, 30 May 2007 15:10:17 +0200</pubDate>
    <dc:creator>Sebastien Dionne</dc:creator>
    
    <description>&lt;p&gt;Bonjour&lt;/p&gt;


&lt;p&gt;j'ai essayé de compiler VLC sous Ubuntu pour une PS3.  J'ai voulu compiler VLC, car la version que j'avais ne contenait pas les modules SDL.  Disons que VLC lag des fois, j'avais le meme probleme avec MPlayer avant que j'utilise sdl.&lt;/p&gt;


&lt;p&gt;J'ai downloadé les sources avec SVN et le trunk.&lt;/p&gt;


&lt;p&gt;Observation #1 : il y a 3 projets qui compilent pas sous extra/contrib.  gnutls, lua, goom2k4.  Je les ai mis en commentaire dans le makefile, pour continuer la compilation des autres, et je les ai installé avec apt-get.&lt;/p&gt;


&lt;p&gt;#2 : j'ai fait ./bootstrap  suivi de ./configure.  mais dans le ./configure il y a des problemes, car il ne trouve pas le makefile.in dans /intl.  C'est vrai y avait juste le ficheir makefile.am.  Le trunk ne contient pas assez de fichier.. meme fait un update.. j'ai downloadé le source de la version 0.86b et ajouter les fichiers manquant dans le rep et j'ai pu compilé le tout.&lt;/p&gt;


&lt;p&gt;Observation #3 : une fois compiler j'ai fait ./vlc  mais comment je vais pour avoir l'interface graphique ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c118</link>
    <guid isPermaLink="false">urn:md5:855c39fdd2b0e176a9ae5ab03d9e06bd</guid>
    <pubDate>Thu, 24 May 2007 10:36:09 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;@visitor: Sorry, I can't, I don't have an Ubuntu right now, I made that post when I was with my father's computer. You should be able to use sid nightlies on feisty, btw.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - visitor</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c117</link>
    <guid isPermaLink="false">urn:md5:d6c79d04bf15adcca7aa41f4619ae4cc</guid>
    <pubDate>Thu, 24 May 2007 08:04:56 +0200</pubDate>
    <dc:creator>visitor</dc:creator>
    
    <description>&lt;p&gt;Thank you for the instructions. Could you perhaps post of build of vlc? a static deb file would be nice &lt;img src=&quot;/blog/themes/jbkempf/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - nargle</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c115</link>
    <guid isPermaLink="false">urn:md5:193f0625d4e5e3b5b204be231cf79606</guid>
    <pubDate>Tue, 22 May 2007 12:40:53 +0200</pubDate>
    <dc:creator>nargle</dc:creator>
    
    <description>&lt;p&gt;Great guide !&lt;/p&gt;


&lt;p&gt;Needed to apt-get install libjack0.100.0-dev to complete final&lt;br /&gt;
../configure on my Feisty Fawn install.&lt;/p&gt;


&lt;p&gt;Thanks,&lt;/p&gt;


&lt;p&gt;Narg&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - yinch</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c110</link>
    <guid isPermaLink="false">urn:md5:cb18c60271a42e9ada7984fde6e27f77</guid>
    <pubDate>Sat, 12 May 2007 01:35:11 +0200</pubDate>
    <dc:creator>yinch</dc:creator>
    
    <description>&lt;p&gt;YES! installing cvs fixed that. thank you everyone&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - bill</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c109</link>
    <guid isPermaLink="false">urn:md5:2bf5894f60f7ca78ceaa8ede754b9b53</guid>
    <pubDate>Fri, 11 May 2007 16:04:36 +0200</pubDate>
    <dc:creator>bill</dc:creator>
    
    <description>&lt;p&gt;sudo apt-get install build-essential&lt;/p&gt;


&lt;p&gt;that will install everything you need to build stuff&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c108</link>
    <guid isPermaLink="false">urn:md5:0180b1dda0ba576d419bdde12f1bf175</guid>
    <pubDate>Fri, 11 May 2007 14:25:59 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;Thanks. CVS has been added.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - yinglcs</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c107</link>
    <guid isPermaLink="false">urn:md5:8fb8386b957dd121da5681b017a16b78</guid>
    <pubDate>Thu, 10 May 2007 21:02:23 +0200</pubDate>
    <dc:creator>yinglcs</dc:creator>
    
    <description>&lt;p&gt;I think you need to install 'cvs' on your ubuntu.&lt;br /&gt;
It works for me after i install 'cvs.'&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c106</link>
    <guid isPermaLink="false">urn:md5:3cec8230873f6dc309c5015a1f0dc004</guid>
    <pubDate>Thu, 10 May 2007 13:30:46 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;To both of you: I may have made a mistake in the directory, but I don't think so.&lt;/p&gt;
&lt;br /&gt;At the end of the cd.. cd.., before to do the build directory (mkdir build), you should be in the vlc directory, the one where you ./bootstrap.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - yinch</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c105</link>
    <guid isPermaLink="false">urn:md5:e881c25fc16317269410cb7fd3d8b6a5</guid>
    <pubDate>Thu, 10 May 2007 11:49:15 +0200</pubDate>
    <dc:creator>yinch</dc:creator>
    
    <description>&lt;p&gt;Thank you for documenting your steps and sharing theses instructions.&lt;/p&gt;


&lt;p&gt;I have tried these instructions and all goes well until the final section.&lt;/p&gt;


&lt;p&gt;after doing&lt;br /&gt;
# apt-get install libfaad2-dev libtwolame-dev libqt4-dev&lt;/p&gt;


&lt;p&gt;doing the&lt;br /&gt;
%../configure --prefix=/usr ...&amp;lt;snip&amp;gt;... -disable-quicktime&lt;/p&gt;


&lt;p&gt;doesn't work - there is no &amp;quot;configure&amp;quot; executable in the directory above the &amp;quot;build&amp;quot; folder (as far as I can tell)&lt;/p&gt;


&lt;p&gt;would greatly appreciate any insight you might be able to provide.&lt;/p&gt;


&lt;p&gt;yinch'07&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04) - Taheton</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#c104</link>
    <guid isPermaLink="false">urn:md5:92239645849f4c2a8b3b6266aeda74b8</guid>
    <pubDate>Wed, 09 May 2007 15:23:01 +0200</pubDate>
    <dc:creator>Taheton</dc:creator>
    
    <description>&lt;p&gt;Hi.&lt;/p&gt;


&lt;p&gt;If I want to configure vlc I become the error message that configure is not available.&lt;/p&gt;


&lt;p&gt;&amp;gt; ../configure: No such file or directory&lt;/p&gt;


&lt;p&gt;Any suggestion?&lt;/p&gt;


&lt;p&gt;Regards Frank&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>