summaryrefslogtreecommitdiff
path: root/emulators/yape/files/patch-sound.h
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-05-11 19:24:41 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-05-11 19:24:41 +0000
commitd38080391a33b304b4eff26d4c12410d865d5e4e (patch)
tree8ff0fba2db1eb7da8428b489ac753fbb641b4471 /emulators/yape/files/patch-sound.h
parentUpdate to 0.1005 (diff)
- Update to 0.32.5
- Fix build on 64-bit archs PR: ports/134306 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Tested by: gahr Approved by: miwi (mentor implicit)
Notes
Notes: svn path=/head/; revision=233721
Diffstat (limited to 'emulators/yape/files/patch-sound.h')
-rw-r--r--emulators/yape/files/patch-sound.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/yape/files/patch-sound.h b/emulators/yape/files/patch-sound.h
index 136b745ece51..3773737d7601 100644
--- a/emulators/yape/files/patch-sound.h
+++ b/emulators/yape/files/patch-sound.h
@@ -7,8 +7,8 @@ $FreeBSD$
#ifndef _SOUND_H
#define _SOUND_H
--#include "SDL/SDL.h"
-+#include "SDL.h"
+-#include <SDL/SDL.h>
++#include <SDL.h>
+ #include "types.h"
-
- class MEM;
+ extern void init_audio(unsigned int sampleFrq = 48000);