mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-30 17:01:16 +02:00
sync with seife
This commit is contained in:
@@ -2,12 +2,12 @@ INCLUDES = \
|
||||
-I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/libeplayer3/include
|
||||
|
||||
noinst_LIBRARIES = libspark.a
|
||||
noinst_LTLIBRARIES = libspark.la
|
||||
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||
AM_LDFLAGS = -lpthread -lasound
|
||||
|
||||
libspark_a_SOURCES = \
|
||||
libspark_la_SOURCES = \
|
||||
irmp.c \
|
||||
hardware_caps.c \
|
||||
lirmp_input.cpp \
|
||||
|
@@ -115,7 +115,7 @@ static int hdmi_out(bool enable)
|
||||
int fb = open("/dev/fb0", O_RDWR);
|
||||
if (fb < 0)
|
||||
{
|
||||
lt_debug_c("%s: can't open /dev/fb/0 (%m)\n", __func__);
|
||||
lt_debug_c("%s: can't open /dev/fb0 (%m)\n", __func__);
|
||||
return -1;
|
||||
}
|
||||
out.outputid = STMFBIO_OUTPUTID_MAIN;
|
||||
|
Reference in New Issue
Block a user