mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-05 07:26:07 +00:00
Fix build with new moonlight-common-c source layout
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
extern const char* audio_device;
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* along with Moonlight; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
@@ -17,6 +17,6 @@
|
||||
* along with Moonlight; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
extern CONNECTION_LISTENER_CALLBACKS connection_callbacks;
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
#ifdef HAVE_LIBCEC
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
#include <ceccloader.h>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "mapping.h"
|
||||
|
||||
#include "libevdev/libevdev.h"
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
#include <libudev.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "sdlinput.h"
|
||||
#include "../sdl.h"
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
#define ACTION_MODIFIERS (MODIFIER_SHIFT|MODIFIER_ALT|MODIFIER_CTRL)
|
||||
#define QUIT_KEY SDLK_q
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include "input/cec.h"
|
||||
#include "input/sdlinput.h"
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* along with Moonlight; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
#include <dlfcn.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "sdl.h"
|
||||
#include "input/sdlinput.h"
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
static bool done;
|
||||
static int fullscreen_flags;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* along with Moonlight; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* along with Moonlight; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "ffmpeg_vdpau.h"
|
||||
#endif
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <libswscale/swscale.h>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* along with Moonlight; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "sps.h"
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "../sdl.h"
|
||||
#include "ffmpeg.h"
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
#include <Limelight.h>
|
||||
|
||||
#include <SDL.h>
|
||||
#include <SDL_thread.h>
|
||||
|
||||
Reference in New Issue
Block a user