libavdevice.pc 447 B

12345678910111213
  1. prefix=${pcfiledir}/../..
  2. exec_prefix=${prefix}
  3. libdir=${prefix}/lib
  4. includedir=${prefix}/include
  5. Name: libavdevice
  6. Description: FFmpeg device handling library
  7. Version: 59.7.100
  8. Requires:
  9. Requires.private: libavfilter >= 8.44.100, libswscale >= 6.7.100, libpostproc >= 56.6.100, libavformat >= 59.27.100, libavcodec >= 59.37.100, libswresample >= 4.7.100, libavutil >= 57.28.100
  10. Conflicts:
  11. Libs: -L${libdir} -lavdevice
  12. Cflags: -I${includedir}