/[graveman]/graveman/current/src/callbacks.c
ViewVC logotype

Diff of /graveman/current/src/callbacks.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by scresto, Wed Mar 2 00:19:58 2005 UTC revision 1.29 by scresto, Thu Mar 3 00:35:47 2005 UTC
# Line 60  printf("MP3\n"); Line 60  printf("MP3\n");
60      Lstatus = getOggInfo(Anom, &LTitle, &LAlbum, &LArtist, &Llennbr, NULL);      Lstatus = getOggInfo(Anom, &LTitle, &LAlbum, &LArtist, &Llennbr, NULL);
61    } else    } else
62  #endif  #endif
63    #ifdef ENABLE_FLAC
64      if (GsupportFlac && sc_str_has_casesuffix(Anom, FLAC)) {
65        Lstatus = getFlacInfo(Anom, &Llennbr, NULL);
66      } else
67    #endif
68    if (sc_str_has_casesuffix(Anom, WAV)) {    if (sc_str_has_casesuffix(Anom, WAV)) {
69      Lstatus = getWavInfo(Anom, &Llennbr, NULL);      Lstatus = getWavInfo(Anom, &Llennbr, NULL);
70    }    }
# Line 1653  void audio_dnd_data_received (GtkWidget Line 1658  void audio_dnd_data_received (GtkWidget
1658  #ifdef ENABLE_OGG              #ifdef ENABLE_OGG            
1659               (GsupportOgg && sc_str_has_casesuffix(Lunfic, OGG)) ||               (GsupportOgg && sc_str_has_casesuffix(Lunfic, OGG)) ||
1660  #endif  #endif
1661    #ifdef ENABLE_FLAC
1662                 (GsupportFlac && sc_str_has_casesuffix(Lunfic, FLAC)) ||
1663    #endif
1664               sc_str_has_casesuffix(Lunfic, WAV)))) continue;               sc_str_has_casesuffix(Lunfic, WAV)))) continue;
1665    
1666        if (!(Lfilename = g_filename_from_uri(Lunfic, NULL, NULL))) continue;        if (!(Lfilename = g_filename_from_uri(Lunfic, NULL, NULL))) continue;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26