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 )



_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to