]> git.sesse.net Git - vlc/commit
Fix a segfault when using "Shift+a" with dummy audio output.
authorRémi Duraffort <ivoire@videolan.org>
Mon, 15 Jun 2009 08:25:02 +0000 (10:25 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Mon, 15 Jun 2009 09:49:19 +0000 (11:49 +0200)
commit94ca05ff5b10347cc37d21ed74d488eb3007218c
tree073048be91a4d3a4c322c9ffafafd8f9f2fe576b
parent4ef9c9fdd3ba4fe18b67005e1776ff82d3d29f82
Fix a segfault when using "Shift+a" with dummy audio output.
This segfault happend because :
 * the variable "audio-device" wasn't created
 * hotkeys module (and others) expect the variable to exist.
modules/misc/dummy/aout.c