Chromium Code Reviews| Index: third_party/opus/src/opus.pc.in |
| diff --git a/third_party/opus/src/opus.pc.in b/third_party/opus/src/opus.pc.in |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6946e7de5c903250f90ec2b0932b034c69e9f963 |
| --- /dev/null |
| +++ b/third_party/opus/src/opus.pc.in |
| @@ -0,0 +1,16 @@ |
| +# Opus codec reference implementation pkg-config file |
| + |
| +prefix=@prefix@ |
| +exec_prefix=@exec_prefix@ |
| +libdir=@libdir@ |
| +includedir=@includedir@ |
| + |
| +Name: Opus |
| +Description: Opus IETF audio codec (@PC_BUILD@ build) |
| +URL: https://opus-codec.org/ |
| +Version: @VERSION@ |
| +Requires: |
| +Conflicts: |
| +Libs: -L${libdir} -lopus |
| +Libs.private: @LIBM@ |
| +Cflags: -I${includedir}/opus |