OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../musepack-tools/undef_irix_esd.patch
  5. # Copyright (C) 2006 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- sv7/mpp.h.orig 2004-11-20 17:03:58.000000000 +0200
  17. +++ sv7/mpp.h 2006-09-25 22:02:29.000000000 +0300
  18. @@ -40,7 +40,7 @@
  19. // If your Operating System supports the Enlightenment Sound Daemon you can output to /dev/esd and
  20. // instead of writing a file the program plays the file via this sound device.
  21. // you also must link the libesd library, so maybe you also must edit the Makefile
  22. -#define USE_ESD_AUDIO
  23. +#undef USE_ESD_AUDIO
  24. #endif
  25. @@ -54,7 +54,7 @@
  26. // Sound support for SGI Irix
  27. // If you have a SGI Workstation running IRIX, you can output to /dev/audio and
  28. // instead of writing a file the program plays the file via this sound device.
  29. -#define USE_IRIX_AUDIO
  30. +#undef USE_IRIX_AUDIO
  31. // Audio support for Windows (WAVE OUT) (only Windows)
  32. // If you have a Windows based system and if you want also play files directly instead of only writing audio files,