Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: examples/audio/openal-ogg/openal_ogg.c

Issue 12114013: Fix openal NaCl port. (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/audio/openal-ogg/nacl-openal-ogg.sh ('k') | examples/audio/openal-ogg/openal_ogg.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/audio/openal-ogg/openal_ogg.c
diff --git a/examples/audio/openal-ogg/openal_ogg.c b/examples/audio/openal-ogg/openal_ogg.c
index b63324cd2d328225358b252031032642f9f904ca..7d8418ff523af304e34bba43dbc0d0ff59dfe343 100644
--- a/examples/audio/openal-ogg/openal_ogg.c
+++ b/examples/audio/openal-ogg/openal_ogg.c
@@ -206,11 +206,6 @@ void ReadSome(void* data) {
assert(read_ret == PP_OK_COMPLETIONPENDING);
}
-/* This function is part of the NaCl libopenal port and is
- * required to be called before OpenAL initialization.
- */
-extern void alSetPpapiInfo(PP_Instance, PPB_GetInterface);
-
void* InitializeOpenAL(void* data) {
/* PPAPI should be the default device in NaCl, hence 'NULL'. */
g_MyState.alc_device = alcOpenDevice(NULL);
« no previous file with comments | « examples/audio/openal-ogg/nacl-openal-ogg.sh ('k') | examples/audio/openal-ogg/openal_ogg.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698