mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 06:27:12 +03:00
15 lines
301 B
PkgConfig
15 lines
301 B
PkgConfig
# libvorbisidec pkg-config source file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: vorbisidec
|
|
Description: vorbisidec is the integer Ogg Vorbis library
|
|
Version: @VERSION@
|
|
Requires: ogg
|
|
Conflicts:
|
|
Libs: -L${libdir} -lvorbisidec -lm
|
|
Cflags: -I${includedir}
|