remove obsolete embedded libtriple

the code is unmaintained and probably non-functional, everyone
should use libstb-hal instead
This commit is contained in:
Stefan Seyfried
2013-03-06 17:23:46 +01:00
parent afb831a8d5
commit d2d8218885
49 changed files with 7 additions and 5549 deletions

View File

@@ -72,12 +72,6 @@ if USE_STB_HAL
INCLUDES += \
-I$(STB_HAL_INC) \
@DIRECTFB_CFLAGS@
else
if BOXTYPE_TRIPLE
INCLUDES += \
-I$(top_srcdir)/lib/libtriple \
@DIRECTFB_CFLAGS@
endif
endif
libneutrino_driver_netfile_a_SOURCES = netfile.cpp

View File

@@ -16,10 +16,6 @@ INCLUDES += -I$(top_srcdir)/lib/libcoolstream
endif
if USE_STB_HAL
INCLUDES += -I$(STB_HAL_INC)
else
if BOXTYPE_TRIPLE
INCLUDES += -I$(top_srcdir)/lib/libtriple
endif
endif
noinst_LIBRARIES = libneutrino_driver_audiodec.a

View File

@@ -14,10 +14,6 @@ INCLUDES += -I$(top_srcdir)/lib/libcoolstream
endif
if USE_STB_HAL
INCLUDES += -I$(STB_HAL_INC)
else
if BOXTYPE_TRIPLE
INCLUDES += -I$(top_srcdir)/lib/libtriple
endif
endif
noinst_LIBRARIES = libneutrino_pictureviewer.a