Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Arun Raghavan
webrtc-audio-processing
Commits
e68571d4
Commit
e68571d4
authored
Oct 13, 2015
by
Arun Raghavan
🐾
Browse files
build: Some fixes for make distcheck
parent
407bfbf6
Changes
7
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
e68571d4
...
...
@@ -2,5 +2,3 @@ SUBDIRS = webrtc
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
webrtc-audio-processing.pc
EXTRA_DIST
=
PATENTS
webrtc/Makefile.am
View file @
e68571d4
SUBDIRS
=
base common_audio system_wrappers modules
noinst_HEADERS
=
common.h
EXTRA_DIST
=
BUILD.gn PATENTS LICENSE_THIRD_PARTY
webrtc/base/Makefile.am
View file @
e68571d4
noinst_LTLIBRARIES
=
libbase.la
noinst_HEADERS
=
arraysize.h
\
atomicops.h
\
basictypes.h
\
checks.h
\
constructormagic.h
\
...
...
@@ -25,3 +26,5 @@ libbase_la_SOURCES = criticalsection.cc \
thread_checker_impl.h
libbase_la_CXXFLAGS
=
$(AM_CXXFLAGS)
$(COMMON_CXXFLAGS)
EXTRA_DIST
=
BUILD.gn
webrtc/common_audio/Makefile.am
View file @
e68571d4
noinst_LTLIBRARIES
=
libcommon_audio.la
libcommon_audio_la_SOURCES
=
\
resampler/include/push_resampler.h
\
noinst_HEADERS
=
include/audio_util.h
libcommon_audio_la_SOURCES
=
resampler/include/push_resampler.h
\
resampler/include/resampler.h
\
resampler/push_sinc_resampler.h
\
resampler/sinc_resampler.h
\
...
...
@@ -99,6 +100,8 @@ libcommon_audio_la_SOURCES = \
libcommon_audio_la_CFLAGS
=
$(AM_CFLAGS)
$(COMMON_CFLAGS)
libcommon_audio_la_CXXFLAGS
=
$(AM_CXXFLAGS)
$(COMMON_CXXFLAGS)
EXTRA_DIST
=
BUILD.gn
# FIXME:
# x86 - resampler/sinc_resampler_sse.cc
# fir_filter_sse.cc
...
...
webrtc/modules/audio_coding/Makefile.am
View file @
e68571d4
...
...
@@ -33,3 +33,5 @@ libaudio_coding_la_SOURCES = codecs/isac/main/interface/isac.h \
libaudio_coding_la_CFLAGS
=
$(AM_CFLAGS)
$(COMMON_CFLAGS)
libaudio_coding_la_CXXFLAGS
=
$(AM_CXXFLAGS)
$(COMMON_CXXFLAGS)
EXTRA_DIST
=
BUILD.gn
webrtc/modules/audio_processing/Makefile.am
View file @
e68571d4
...
...
@@ -153,6 +153,8 @@ libwebrtc_audio_processing_la_LIBADD = $(top_builddir)/webrtc/base/libbase.la \
$(top_builddir)/webrtc/modules/audio_coding/libaudio_coding.la
libwebrtc_audio_processing_la_LDFLAGS
=
$(AM_LDFLAGS)
-version-info
$(LIBWEBRTC_AUDIO_PROCESSING_VERSION_INFO)
EXTRA_DIST
=
BUILD.gn
# FIXME:
# x86: aec/aec_core_sse2.c
# aec/aec_rdft_sse2.c
...
...
webrtc/system_wrappers/Makefile.am
View file @
e68571d4
...
...
@@ -45,7 +45,8 @@ libsystem_wrappers_la_SOURCES += source/critical_section_posix.cc \
source
/trace_posix.cc
libsystem_wrappers_la_CXXFLAGS
=
$(AM_CXXFLAGS)
$(COMMON_CXXFLAGS)
EXTRA_DIST
=
source
/critical_section_win.cc
\
EXTRA_DIST
=
BUILD.gn
\
source
/critical_section_win.cc
\
source
/event_timer_win.cc
\
source
/rw_lock_generic.cc
\
source
/rw_lock_win.cc
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment