Advertisement
sbaldovi

libspectrum_mime_03.diff

Feb 5th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.64 KB | None | 0 0
  1. Index: make-perl.c
  2. ===================================================================
  3. --- make-perl.c (revision 4662)
  4. +++ make-perl.c (working copy)
  5. @@ -321,6 +321,16 @@
  6.  
  7.  #endif             /* #ifdef HAVE_ZLIB_H */
  8.  
  9. +#ifdef HAVE_LIBBZ2
  10. +  printf( "\n/* we support files compressed with bz2 */\n" );
  11. +  printf( "#define LIBSPECTRUM_SUPPORTS_BZ2_COMPRESSION    (1)\n\n" );
  12. +#endif             /* #ifdef HAVE_LIBBZ2 */
  13. +
  14. +#ifdef HAVE_LIB_AUDIOFILE
  15. +  printf( "\n/* we support files wav files */\n" );
  16. +  printf( "#define LIBSPECTRUM_SUPPORTS_AUDIOFILE  (1)\n\n" );
  17. +#endif             /* #ifdef HAVE_LIB_AUDIOFILE */
  18. +
  19.    printf( "CODE\n}\n\n" );
  20.  
  21.    return 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement