Changes to update Tomato RAF.
[tomato.git] / release / src / router / flac / src / libFLAC++ / flac++.pc
blobdf4f237d98f6e39bce84d036deb3ecc55a1121a9
1 prefix=
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
6 Name: FLAC++
7 Description: Free Lossless Audio Codec Library (C++ API)
8 Version: 1.2.1
9 Requires: flac
10 Libs: -L${libdir} -lFLAC++ -lm
11 Cflags: -I${includedir}/FLAC++