Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Compile lirc_client using C++.
The vast majority of the changes were changing from "0/NULL" to
"nullptr".  Also remove one "extern C" declarations, and add a couple
of casts to memory allocations.
  • Loading branch information
linuxdude42 committed Jan 23, 2020
1 parent 8cbd58e commit 869fb59
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 256 deletions.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/libmythui.pro
Expand Up @@ -153,7 +153,7 @@ using_joystick_menu {
using_lirc {
DEFINES += USE_LIRC
HEADERS += lirc.h lircevent.h lirc_client.h
SOURCES += lirc.cpp lircevent.cpp lirc_client.c
SOURCES += lirc.cpp lircevent.cpp lirc_client.cpp
}

using_libcec {
Expand Down

0 comments on commit 869fb59

Please sign in to comment.