mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
Fix Makefile and DEBUG Error
This commit is contained in:
parent
4d2735a971
commit
5fa43b5d71
2
Makefile
2
Makefile
@ -146,7 +146,7 @@ ifeq ($(VAAPI),1)
|
|||||||
CONFIG += -DVAAPI
|
CONFIG += -DVAAPI
|
||||||
#LIBPLACEBO=1
|
#LIBPLACEBO=1
|
||||||
PLUGIN = softhdvaapi
|
PLUGIN = softhdvaapi
|
||||||
LIBS += -lEGL -lEGL_mesa
|
LIBS += -lEGL
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(LIBPLACEBO),1)
|
ifeq ($(LIBPLACEBO),1)
|
||||||
|
4
video.c
4
video.c
@ -886,12 +886,12 @@ static void GlxSetupWindow(xcb_window_t window, int width, int height, GLXContex
|
|||||||
static void GlxSetupWindow(xcb_window_t window, int width, int height, EGLContext context)
|
static void GlxSetupWindow(xcb_window_t window, int width, int height, EGLContext context)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
|
||||||
uint32_t start;
|
uint32_t start;
|
||||||
uint32_t end;
|
uint32_t end;
|
||||||
int i;
|
int i;
|
||||||
unsigned count;
|
unsigned count;
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PLACEBO_
|
#ifdef PLACEBO_
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user