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
12e9e1ea
Commit
12e9e1ea
authored
Oct 15, 2015
by
Arun Raghavan
🐾
Browse files
build: Fix up include file paths
parent
9b4e8dc8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
12e9e1ea
...
...
@@ -2,3 +2,14 @@ SUBDIRS = webrtc
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
webrtc-audio-processing.pc
webrtcincludedir
=
$(includedir)
/webrtc_audio_processing
nobase_webrtcinclude_HEADERS
=
webrtc/base/arraysize.h
\
webrtc/base/basictypes.h
\
webrtc/base/platform_file.h
\
webrtc/common.h
\
webrtc/typedefs.h
\
webrtc/modules/audio_processing/beamformer/array_util.h
\
webrtc/modules/audio_processing/include/audio_processing.h
# FIXME: We should deprecate installing this to the top directory soon
webrtcinclude_HEADERS
=
webrtc/modules/audio_processing/include/audio_processing.h
webrtc-audio-processing.pc.in
View file @
12e9e1ea
...
...
@@ -7,4 +7,5 @@ Name: webrtc-audio-processing
Description: WebRTC Audio Processing library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lwebrtc_audio_processing
Cflags: -I${includedir}/webrtc_audio_processing
# FIXME - defines should not be hardcoded
Cflags: -I${includedir}/webrtc_audio_processing -DWEBRTC_POSIX
webrtc/modules/audio_processing/Makefile.am
View file @
12e9e1ea
lib_LTLIBRARIES
=
libwebrtc_audio_processing.la
webrtcincludedir
=
$(includedir)
/webrtc_audio_processing
webrtcinclude_HEADERS
=
$(top_srcdir)
/webrtc/base/arraysize.h
\
$(top_srcdir)
/webrtc/base/platform_file.h
\
$(top_srcdir)
/webrtc/common.h
\
$(top_srcdir)
/webrtc/typedefs.h
\
$(top_srcdir)
/webrtc/modules/audio_processing/beamformer/array_util.h
\
include/audio_processing.h
libwebrtc_audio_processing_la_SOURCES
=
include/audio_processing.h
\
aec/include/echo_cancellation.h
\
aec/aec_common.h
\
...
...
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