<?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 - Git  - Comments</title>
  <link>http://www.jbkempf.com/blog/</link>
  <atom:link href="http://www.jbkempf.com/blog/feed/tag/Git/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>Wed, 01 Oct 2008 17:06:52 -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 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>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>
      
</channel>
</rss>