patch-test_short_py 358 B

12345678910111213141516
  1. $OpenBSD: patch-test_short_py,v 1.1.1.1 2011/05/31 09:19:45 dcoppa Exp $
  2. Use sndio as default libao backend
  3. --- test/short.py.orig Tue Jun 8 08:24:43 2010
  4. +++ test/short.py Tue Jun 8 08:25:09 2010
  5. @@ -6,7 +6,7 @@ import ogg.vorbis
  6. import ao
  7. filename = 'test.ogg'
  8. -device = 'esd'
  9. +device = 'sndio'
  10. SIZE = 4096
  11. vf = ogg.vorbis.VorbisFile(filename)