Skip to content

update ceccloader.h & make cmake obey INSTALL_BINDIR & INSTALL_LIBDIR#683

Merged
opdenkamp merged 2 commits intoPulse-Eight:masterfrom
chincheta0815:update_ceccloader
Jun 17, 2025
Merged

update ceccloader.h & make cmake obey INSTALL_BINDIR & INSTALL_LIBDIR#683
opdenkamp merged 2 commits intoPulse-Eight:masterfrom
chincheta0815:update_ceccloader

Conversation

@chincheta0815
Copy link
Contributor

parts from #672

@chincheta0815 chincheta0815 changed the title update ceccloader.h update ceccloader.h & make cmake obey INSTALL_BINDIR & INSTALL_LIBDIR Mar 23, 2025
int (CDECL *open)(libcec_connection_t connection, const char* strPort, uint32_t iTimeout);
void (CDECL *close)(libcec_connection_t connection);
void (CDECL *clear_configuration)(CEC_NAMESPACE libcec_configuration* configuration);
#if CEC_LIB_VERSION_MAJOR >= 5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these ifdefs can go really because there's no good reason to keep the latest cecloader.h compatible with older versions of libCEC. those builds can use the previous revisions of cecloader.h. I'll merge it anyway now, but I'll remove the ifdefs later unless someone can provide a good reason for keeping these.

@opdenkamp opdenkamp merged commit 726f2d5 into Pulse-Eight:master Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants