11 lines
231 B
PkgConfig
11 lines
231 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libmpeg2
|
|
Description: MPEG-1 and MPEG-2 stream decoding library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmpeg2
|
|
Cflags: -I${includedir}/mpeg2dec
|