gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4254 - Extractor/src/plugins


From: cyberix
Subject: [GNUnet-SVN] r4254 - Extractor/src/plugins
Date: Sun, 7 Jan 2007 12:19:42 -0800 (PST)

Author: cyberix
Date: 2007-01-07 12:19:38 -0800 (Sun, 07 Jan 2007)
New Revision: 4254

Modified:
   Extractor/src/plugins/sidextractor.c
Log:
Added dependency detection for Compute! Sidplayer and PlaySID

Modified: Extractor/src/plugins/sidextractor.c
===================================================================
--- Extractor/src/plugins/sidextractor.c        2007-01-07 17:45:31 UTC (rev 
4253)
+++ Extractor/src/plugins/sidextractor.c        2007-01-07 20:19:38 UTC (rev 
4254)
@@ -183,6 +183,22 @@
 
        flags = sidword( head->flags );
 
+
+       /* MUS data */
+
+       if( flags & MUSPLAYER_FLAG )
+       {
+               prev = addkword( prev, "Compute!'s Sidplayer", 
EXTRACTOR_DEPENDENCY );
+       }
+
+       /* PlaySID data */
+
+       if( flags & PLAYSID_FLAG )
+       {
+               prev = addkword( prev, "PlaySID", EXTRACTOR_DEPENDENCY );
+       }
+
+
        /* PAL or NTSC */
 
        if( flags & PAL_FLAG )





reply via email to

[Prev in Thread] Current Thread [Next in Thread]