mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 03:02:49 +02:00
be26fc29ae
--HG-- branch : update-to-libtheora-1.1.1
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
# 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}
|