From a836722fce1c4130ca9adcc846ca1d7992bf90e5 Mon Sep 17 00:00:00 2001 From: martii Date: Tue, 8 Apr 2014 20:12:35 +0200 Subject: [PATCH] libeplayer3: change compile options Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/af7ca7de2ed61a89f4040a9ee3d8578b2496616b Author: martii Date: 2014-04-08 (Tue, 08 Apr 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libeplayer3/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libeplayer3/Makefile.am b/libeplayer3/Makefile.am index f189c0a..1c45aaa 100644 --- a/libeplayer3/Makefile.am +++ b/libeplayer3/Makefile.am @@ -1,10 +1,11 @@ noinst_LTLIBRARIES = libeplayer3.la AM_CPPFLAGS = -I$(srcdir)/include -AM_CPPFLAGS += -Wall #-fno-rtti +AM_CPPFLAGS += -Wall AM_CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE AM_CPPFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -AM_CPPFLAGS += -ggdb +AM_CPPFLAGS += -fno-rtti +#AM_CPPFLAGS += -ggdb libeplayer3_la_SOURCES = \ input.cpp output.cpp manager.cpp player.cpp \