Advertisement
timcowchip

x264.pc

May 3rd, 2014
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. prefix=/usr
  2. exec_prefix=${prefix}
  3. libdir=/usr/lib64
  4. includedir=${prefix}/include
  5.  
  6. Name: x264
  7. Description: H.264 (MPEG4 AVC) encoder library
  8. Version: 0.140.x
  9. Libs: -L/usr/lib64 -lx264
  10. Libs.private: -lpthread -lm -ldl
  11. Cflags: -I${prefix}/include
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement