Do not prevent user from overriding CXXFLAGS
make CXXFLAGS=-O0 would not work without this.
This commit is contained in:
parent
25300c48cd
commit
11b85b36b1
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
AM_CPPFLAGS = $(MIST_CFLAGS)
|
||||
AM_CPPFLAGS = $(global_CFLAGS) $(MIST_CFLAGS)
|
||||
LDADD = $(MIST_LIBS)
|
||||
bin_PROGRAMS=MistAnalyserRTMP MistAnalyserFLV MistAnalyserDTSC MistAnalyserAMF
|
||||
MistAnalyserRTMP_SOURCES=rtmp_analyser.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue