theoradec.pc.in 282 B

123456789101112131415
  1. # theoradec installed pkg-config file
  2. prefix=@prefix@
  3. exec_prefix=@exec_prefix@
  4. libdir=@libdir@
  5. includedir=@includedir@
  6. Name: theora
  7. Description: Theora video codec (decoder)
  8. Version: @VERSION@
  9. Requires: ogg >= 1.1
  10. Conflicts:
  11. Libs: -L${libdir} -ltheoradec
  12. Cflags: -I${includedir}