diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-07-08 20:00:36 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-07-08 20:04:26 +1000 |
commit | 28fc522a4493e18e7a77f720f4c51e8155ac6d17 (patch) | |
tree | 4727e0513e3677f48a322b9585c210841ba2cf1e /audacity/lame.pc | |
parent | e54712e4a7cb253d99d59277b8b364cd5614dfa4 (diff) | |
download | contrib-28fc522a4493e18e7a77f720f4c51e8155ac6d17.tar.gz contrib-28fc522a4493e18e7a77f720f4c51e8155ac6d17.tar.xz |
audacity: 2.4.1 -> 2.4.2
Diffstat (limited to 'audacity/lame.pc')
-rw-r--r-- | audacity/lame.pc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audacity/lame.pc b/audacity/lame.pc new file mode 100644 index 000000000..549fac54e --- /dev/null +++ b/audacity/lame.pc @@ -0,0 +1,10 @@ +prefix=/usr +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: mp3lame +Description: encoder that converts audio to the MP3 file format +Version: 3.100 +Requires: +Libs: -L${libdir} -lmp3lame +Cflags: -I${includedir} |