]> git.sesse.net Git - vlc/commit
Replace VLC_ETHREAD with VLCENOMEM.
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 2 Aug 2009 16:51:59 +0000 (19:51 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 2 Aug 2009 16:51:59 +0000 (19:51 +0300)
commit4a24608bb3ba2d4a03cf26791751c0cb7ea35a1a
treed68c45708d37e7fccf70429dcd051d7abc89f5ce
parent401c5a7ef37174911426a84172349bb2da95037d
Replace VLC_ETHREAD with VLCENOMEM.

This is consistent with existing practice inside and outside of VLC.
We really don't need a separate error code for that.
include/vlc_common.h
modules/audio_output/hd1000a.cpp
modules/audio_output/oss.c
modules/misc/gtk_main.c
modules/misc/qte_main.cpp
src/misc/error.c