mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
proc_put, proc_get and proc_get_hex are used in many files. Avoid duplication by moving them to common/proc_tools.c. Convert azbox's cVideo to use proc_tools.h
9 lines
158 B
Makefile
9 lines
158 B
Makefile
noinst_LIBRARIES = libcommon.a
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
libcommon_a_SOURCES = \
|
|
ca.cpp \
|
|
lt_debug.cpp \
|
|
proc_tools.c
|