mad.pc.in 310 B

12345678910111213141516
  1. # $OpenBSD: mad.pc.in,v 1.1 2005/06/04 15:30:58 naddy Exp $
  2. # libmad pkg-config source file
  3. prefix=@prefix@
  4. exec_prefix=@exec_prefix@
  5. libdir=@libdir@
  6. includedir=@includedir@
  7. Name: mad
  8. Description: MPEG Audio Decoder
  9. Version: @VERSION@
  10. Requires:
  11. Conflicts:
  12. Libs: -L${libdir} -lmad -lm
  13. Cflags: -I${includedir}