mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-23 20:01:06 +00:00
14 lines
293 B
PkgConfig
14 lines
293 B
PkgConfig
# theoraenc installed pkg-config file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: theora
|
|
Description: Theora video codec (encoder)
|
|
Version: @VERSION@
|
|
Requires: theoradec, ogg >= 1.1
|
|
Conflicts:
|
|
Libs: -L${libdir} -ltheoraenc
|
|
Cflags: -I${includedir}
|