mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +00:00
starting merge
This commit is contained in:
@@ -28,6 +28,6 @@ int main(int ac, char** av)
|
||||
PulseSetDebugCallback(backend, DebugCallBack);
|
||||
|
||||
PulseUnloadBackend(backend);
|
||||
puts("Successfully executed Pulse example using OpenGL !");
|
||||
printf("Successfully executed Pulse example using %s !\n", backend_type == PULSE_BACKEND_OPENGL ? "OpenGL" : "OpenGL ES");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user