Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. # libvorbis pkg-config source file
  2.  
  3. prefix=/home/reccsi/Dev/build-arm/libvorbis
  4. exec_prefix=${prefix}
  5. libdir=${exec_prefix}/lib
  6. includedir=${prefix}/include
  7.  
  8. Name: vorbis
  9. Description: vorbis is the primary Ogg Vorbis library
  10. Version: 1.3.5
  11. Requires.private: ogg
  12. Conflicts:
  13. Libs: -L${libdir} -lvorbis
  14. Libs.private: -lm
  15. Cflags: -I${includedir}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement