blob: 4b4395c90f228293849400df898769129b1304e0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
prefix=/usr
libdir=${prefix}/@LIBDIR@
includedir=${prefix}/include
Name: libwebm
Description: WebM is an open, royalty-free, media file format designed for the web
URL: https://chromium.googlesource.com/webm/libwebm
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lwebm
Cflags: -I${includedir}/webm
|