Projects
Multimedia
bino
bino-prevent-broken-LIRC-headers.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bino-prevent-broken-LIRC-headers.patch of Package bino (Revision 32)
Currently displaying revision
32
,
Show latest
From c971bcea5a5d8940a9204551560b15cd6152083f Mon Sep 17 00:00:00 2001 From: Martin Lambers <marlam@marlam.de> Date: Tue, 18 Jul 2017 09:11:51 +0200 Subject: Prevent broken LIRC headers from messing up PACKAGE_NAME and other definitions. --- src/lirc.cpp | 4 +++- src/lirc.h | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/lirc.cpp b/src/lirc.cpp index 55729b3..6137d48 100644 --- a/src/lirc.cpp +++ b/src/lirc.cpp @@ -1,7 +1,7 @@ /* * This file is part of bino, a 3D video player. * - * Copyright (C) 2011, 2012, 2015 + * Copyright (C) 2011, 2012, 2015, 2017 * Martin Lambers <marlam@marlam.de> * * This program is free software; you can redistribute it and/or modify @@ -34,6 +34,8 @@ #include "lirc.h" +#include <lirc/lirc_client.h> + lircclient::lircclient( const std::string &client_name, diff --git a/src/lirc.h b/src/lirc.h index a576a8f..8cd4557 100644 --- a/src/lirc.h +++ b/src/lirc.h @@ -1,7 +1,7 @@ /* * This file is part of bino, a 3D video player. * - * Copyright (C) 2011, 2012 + * Copyright (C) 2011, 2012, 2017 * Martin Lambers <marlam@marlam.de> * * This program is free software; you can redistribute it and/or modify @@ -24,10 +24,9 @@ #include <string> #include <vector> -#include <lirc/lirc_client.h> - #include "dispatch.h" +struct lirc_config; class lircclient : public controller { -- cgit v1.0-41-gc330
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.