Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. prefix=/home/lens/ffmpeg_depends
  2. exec_prefix=/home/lens/ffmpeg_depends
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5.  
  6. Name: alsa
  7. Description: Advanced Linux Sound Architecture (ALSA) - Library
  8. Version: 1.1.4.1
  9. Requires:
  10. Libs: -L${libdir} -lasound
  11. Libs.private: -lm -ldl -lpthread -lrt
  12. # -I${includedir}/alsa below is just for backward compatibility
  13. # (it was set so mistakely in the older version)
  14. Cflags: -I${includedir} -I${includedir}/alsa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement