mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
- libarmbox/libmipsbox: simplify Makefile.am
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
noinst_LTLIBRARIES = libarmbox.la
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
AM_CPPFLAGS = -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS
|
||||
AM_CPPFLAGS += \
|
||||
-I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/include
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/libeplayer3/include
|
||||
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||
|
||||
@@ -23,11 +25,3 @@ libarmbox_la_SOURCES = \
|
||||
record.cpp \
|
||||
hdmi_cec.cpp \
|
||||
playback_libeplayer3.cpp
|
||||
|
||||
AM_CPPFLAGS += \
|
||||
-I$(top_srcdir)/libeplayer3/include
|
||||
|
||||
AM_LDFLAGS += \
|
||||
-lass
|
||||
|
||||
AM_CPPFLAGS += -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS
|
||||
|
@@ -42,6 +42,7 @@ endif
|
||||
if ENABLE_GSTREAMER
|
||||
libgeneric_la_SOURCES += \
|
||||
playback_gst.cpp
|
||||
|
||||
AM_LDFLAGS += \
|
||||
-lgstreamer-1.0 \
|
||||
-lgsttag-1.0 \
|
||||
|
@@ -1,8 +1,10 @@
|
||||
noinst_LTLIBRARIES = libmipsbox.la
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
AM_CPPFLAGS = -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS
|
||||
AM_CPPFLAGS += \
|
||||
-I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/include
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/libeplayer3/include
|
||||
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||
|
||||
@@ -21,15 +23,5 @@ libmipsbox_la_SOURCES = \
|
||||
audio.cpp \
|
||||
init.cpp \
|
||||
record.cpp \
|
||||
hdmi_cec.cpp
|
||||
|
||||
libmipsbox_la_SOURCES += \
|
||||
hdmi_cec.cpp \
|
||||
playback_libeplayer3.cpp
|
||||
|
||||
AM_CPPFLAGS += \
|
||||
-I$(top_srcdir)/libeplayer3/include
|
||||
|
||||
AM_LDFLAGS += \
|
||||
-lass
|
||||
|
||||
AM_CPPFLAGS += -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS
|
||||
|
Reference in New Issue
Block a user