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
|
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)/common \
|
||||||
-I$(top_srcdir)/include
|
-I$(top_srcdir)/include \
|
||||||
|
-I$(top_srcdir)/libeplayer3/include
|
||||||
|
|
||||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||||
|
|
||||||
@@ -23,11 +25,3 @@ libarmbox_la_SOURCES = \
|
|||||||
record.cpp \
|
record.cpp \
|
||||||
hdmi_cec.cpp \
|
hdmi_cec.cpp \
|
||||||
playback_libeplayer3.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
|
if ENABLE_GSTREAMER
|
||||||
libgeneric_la_SOURCES += \
|
libgeneric_la_SOURCES += \
|
||||||
playback_gst.cpp
|
playback_gst.cpp
|
||||||
|
|
||||||
AM_LDFLAGS += \
|
AM_LDFLAGS += \
|
||||||
-lgstreamer-1.0 \
|
-lgstreamer-1.0 \
|
||||||
-lgsttag-1.0 \
|
-lgsttag-1.0 \
|
||||||
|
@@ -1,8 +1,10 @@
|
|||||||
noinst_LTLIBRARIES = libmipsbox.la
|
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)/common \
|
||||||
-I$(top_srcdir)/include
|
-I$(top_srcdir)/include \
|
||||||
|
-I$(top_srcdir)/libeplayer3/include
|
||||||
|
|
||||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||||
|
|
||||||
@@ -21,15 +23,5 @@ libmipsbox_la_SOURCES = \
|
|||||||
audio.cpp \
|
audio.cpp \
|
||||||
init.cpp \
|
init.cpp \
|
||||||
record.cpp \
|
record.cpp \
|
||||||
hdmi_cec.cpp
|
hdmi_cec.cpp \
|
||||||
|
|
||||||
libmipsbox_la_SOURCES += \
|
|
||||||
playback_libeplayer3.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