mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-12 23:54:31 +00:00
15 lines
282 B
PkgConfig
15 lines
282 B
PkgConfig
|
# theoradec installed pkg-config file
|
||
|
|
||
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: theora
|
||
|
Description: Theora video codec (decoder)
|
||
|
Version: @VERSION@
|
||
|
Requires: ogg >= 1.1
|
||
|
Conflicts:
|
||
|
Libs: -L${libdir} -ltheoradec
|
||
|
Cflags: -I${includedir}
|