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
Matthew Waters
webrtc-audio-processing
Commits
1232e518
Commit
1232e518
authored
Sep 15, 2011
by
Arun Raghavan
Browse files
Add a pkg-config file for clients to use
parent
4c872435
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
1232e518
SUBDIRS
=
src
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
webrtc-audio-processing.pc
configure.ac
View file @
1232e518
...
...
@@ -30,6 +30,7 @@ AC_SUBST([COMMON_CFLAGS])
AC_SUBST([COMMON_CXXFLAGS])
AC_CONFIG_FILES([
webrtc-audio-processing.pc
Makefile
src/Makefile
src/common_audio/Makefile
...
...
webrtc-audio-processing.pc.in
0 → 100644
View file @
1232e518
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: webrtc-audio-processing
Description: WebRTC Audio Processing library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lwebrtc_audio_processing
Cflags: -I${includedir}/webrtc_audio_processing
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