[cvs-annodex] commit (/annodex): AnnodexFirefoxExtension/trunk/Core/chrome/afeview/content/release_notes.html AnnodexFirefoxExtension/trunk/MediaEngines/VLC/build/Configure.linux

andre nobody at lists.annodex.net
Sun Apr 17 18:40:14 EST 2005


Update of /annodex (new revision 1260)

Modified files:
   AnnodexFirefoxExtension/trunk/Core/chrome/afeview/content/release_notes.html
   AnnodexFirefoxExtension/trunk/MediaEngines/VLC/build/Configure.linux

Log Message:
AnnodexFirefoxExtension:
 * VLC media engine now compiles with -fPIC on Linux/PPC, which makes it not crash every 10 seconds!



Modified: AnnodexFirefoxExtension/trunk/Core/chrome/afeview/content/release_notes.html
===================================================================
--- AnnodexFirefoxExtension/trunk/Core/chrome/afeview/content/release_notes.html	2005-04-15 05:41:34 UTC (rev 1259)
+++ AnnodexFirefoxExtension/trunk/Core/chrome/afeview/content/release_notes.html	2005-04-17 08:40:13 UTC (rev 1260)
@@ -14,6 +14,10 @@
 
 <ul>
 
+  <li>Media playback should be <em>much</em> more stable on Linux/PPC now,
+  thanks to the correct compilation flags used being used for the VLC media
+  engine
+
   <li>Added support for the <code>&lt;link rel="edit"/&gt;</code> XML tag
 
 </ul>

Modified: AnnodexFirefoxExtension/trunk/MediaEngines/VLC/build/Configure.linux
===================================================================
--- AnnodexFirefoxExtension/trunk/MediaEngines/VLC/build/Configure.linux	2005-04-15 05:41:34 UTC (rev 1259)
+++ AnnodexFirefoxExtension/trunk/MediaEngines/VLC/build/Configure.linux	2005-04-17 08:40:13 UTC (rev 1260)
@@ -10,6 +10,10 @@
     # be compatible with as many x86 chips as pOSSIBLE
     CFLAGS="$CFLAGS -m386"
     ;;
+  ppc)
+    # PowerPC doesn't support mixing PIC and non-PIC code, so make sure
+    # everything's compiled as PIC
+    CFLAGS="$CFLAGS -fPIC"
 esac
 
 export CFLAGS


-- 
andre



More information about the cvs-annodex mailing list