1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-18 09:00:52 +02:00

Add missing scorealign pkg-config file back.

This commit is contained in:
benjamin.drung@gmail.com 2013-11-02 10:42:09 +00:00
parent 3dfb613abe
commit af1bf1f923

View File

@ -0,0 +1,10 @@
libdir=@libdir@
includedir=@includedir@
Name: libscorealign
Description: Score to Audio Alignment Library
Requires:
Version: 0.1
Libs: -L${libdir} -lscorealign @LIBS@
Cflags: -I${includedir} @CXXFLAGS@