Comment #3 on issue 15544 by jan.gerber: 64bit chromium nightlies come with 64bit version of ffmpeg http://code.google.com/p/chromium/issues/detail?id=15544
yes i am sure: wget http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/pool/main/c/chromium-browser/chromium-browser_3.0.191.0~svn20090629r19487-0ubuntu1~ucd1_amd64.deb dpkg -x chromium-browser_3.0.191.0~svn20090629r19487-0ubuntu1~ucd1_amd64.deb chromium ls chromium/usr/lib/chromium-browser/lib* check what arch they are build: file chromium/usr/lib/chromium-browser/lib* get the i386 libs: wget http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/pool/main/c/chromium-browser/chromium-browser_3.0.191.0~svn20090629r19487-0ubuntu1~ucd1_i386.deb dpkg -x chromium-browser_3.0.191.0~svn20090629r19487-0ubuntu1~ucd1_i386.deb chromium32 and install them: sudo cp chromium32/usr/lib/chromium-browser/lib* /usr/lib/chromium-browser/ after that chromium can somewhat deal with the video tag. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
