<?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/">
<channel>
  <title>Yet another blog for JBKempf - Build VLC media player under Ubuntu Hardy (8.04)  - Comments</title>
  <link>http://www.jbkempf.com/blog/</link>
  <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>Tue, 08 Jul 2008 03:40:11 -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) - 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>
      
</channel>
</rss>