From a1a3f51be248cba4e2d75abfcc4b68ee8743fd08 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 2 Nov 2013 15:42:45 -0700 Subject: Convert the OSS backend to the new interface --- Alc/backends/base.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Alc/backends/base.c') diff --git a/Alc/backends/base.c b/Alc/backends/base.c index 0c285993..d32cf417 100644 --- a/Alc/backends/base.c +++ b/Alc/backends/base.c @@ -51,6 +51,12 @@ void ALCbackend_unlock(ALCbackend *self) } +/* Base ALCbackendFactory method implementations. */ +void ALCbackendFactory_deinit(ALCbackendFactory* UNUSED(self)) +{ +} + + /* Wrappers to use an old-style backend with the new interface. */ typedef struct PlaybackWrapper { DERIVE_FROM_TYPE(ALCbackend); -- cgit v1.2.3