ref: 2a869a13a9d160481cbccd9bfb20bcf2c2146e99
parent: 196fa66eb82f407aea468353d02d97b2982d344a
author: evilynux <evilynux>
date: Thu Jul 24 11:23:53 EDT 2008
It seems I had forgotten to commit sox.pc (pkgconfig) for cmake.
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,6 +98,9 @@
optional3(HAVE_FFMPEG ffmpeg/avformat.h avformat av_open_input_file avutil av_rescale_q avcodec avcodec_decode_audio2 ffmpeg)
optional(HAVE_WAVPACK wavpack/wavpack.h wavpack WavpackGetSampleRate wavpack)
+configure_file(sox.pc.in sox.pc @ONLY)
+install_files(/lib/pkgconfig FILES sox.pc)
+
subdirs(src lpc10)
if (NOT EXTERNAL_GSM)