[llvm-commits] [polly] r146559 - /polly/trunk/www/index.html

Tobias Grosser grosser at fim.uni-passau.de
Wed Dec 14 04:21:27 PST 2011


Author: grosser
Date: Wed Dec 14 06:21:27 2011
New Revision: 146559

URL: http://llvm.org/viewvc/llvm-project?rev=146559&view=rev
Log:
www: Enable mp4 version of the developer meeting talk

Modified:
    polly/trunk/www/index.html

Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=146559&r1=146558&r2=146559&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Wed Dec 14 06:21:27 2011
@@ -35,13 +35,12 @@
     <video id="example_video_2" class="video-js" width="640" height="360"
            controls="controls" preload="auto"
            poster="images/video-summit-2011.png">
-      <!-- <source
+      <source
            src="http://www.grosser.es/publications/grosser-2011--Polly-First-successful-optimizations--LLVM-Developer-Meeting.mp4"
-           type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> -->
+           type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
       <source
            src="http://www.grosser.es/publications/grosser-2011--Polly-First-successful-optimizations--LLVM-Developer-Meeting.webm"
            type='video/webm; codecs="vp8, vorbis"'>
-           <!--
       <object id="flash_fallback_2" class="vjs-flash-fallback" width="640"
       height="360" type="application/x-shockwave-flash"
         data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
@@ -51,12 +50,10 @@
         value='config={"playlist":["publications/images/video-summit-2011.png",
         {"url":
         "http://www.grosser.es/publications/grosser-2011--Polly-First-successful-optimizations--LLVM-Developer-Meeting.mp4","autoPlay":false,"autoBuffering":true}]}'
-        /> -->
+        />
         <img src="images/video-summit-2011.png" width="640" height="360" alt="Poster Image"
           title="No video playback capabilities." />
-          <!--
       </object>
-      -->
     </video>
   </div>
   <b>WARNING:</b> Polly started as a research project and larger parts of it are





More information about the llvm-commits mailing list