build: Stop hard-coding OS/platform CFLAGS

This commit is contained in:
Arun Raghavan
2015-10-15 11:37:05 +05:30
parent 12e9e1eafd
commit f6941fbf6a
2 changed files with 32 additions and 5 deletions

View File

@ -7,5 +7,4 @@ Name: webrtc-audio-processing
Description: WebRTC Audio Processing library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lwebrtc_audio_processing
# FIXME - defines should not be hardcoded
Cflags: -I${includedir}/webrtc_audio_processing -DWEBRTC_POSIX
Cflags: -I${includedir}/webrtc_audio_processing @PLATFORM_CFLAGS@