mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
c64b99339c
Create a new codecparsers library
13 lines
431 B
PkgConfig
13 lines
431 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
|
|
Name: GStreamer Bad Plugin libraries
|
|
Description: Currently includes the photography interface library
|
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstphotography-@GST_MAJORMINOR@\
|
|
-L${libdir} -lgstcodecparsers-@GST_MAJORMINOR@\
|
|
Cflags: -I${includedir}
|
|
|