Skip to content

Commit

Permalink
Fix videocore + switchres compile failure (#15971)
Browse files Browse the repository at this point in the history
After commit f24893b, some definitions were not included when RA
is compiled with --enable-videocore option (RPi legacy driver).
  • Loading branch information
zoltanvb authored Dec 2, 2023
1 parent 1fab694 commit 12b6b68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gfx/video_crt_switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@
#include "../paths.h"
#include "gfx_display.h"

#if !defined(HAVE_VIDEOCORE)
#include "../deps/switchres/switchres_wrapper.h"
static sr_mode srm;
#endif

#ifdef HAVE_CONFIG_H
#include "../config.h"
Expand Down

0 comments on commit 12b6b68

Please sign in to comment.