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

@@ -9,10 +9,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
AM_CPPFLAGS = -fno-rtti -fno-exceptions