mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-03 05:04:24 +01:00
Minor bug fixes for EXPERIMENTAL_MIDI_OUT. Also added files for autoconf/automake to portmidi and libscorealign. I also modified my local build-related files in src and lib-src to handle EXPERIMENTAL_MIDI_OUT and EXPERIMENTAL_SCOREALIGN, but while I can build with these options, the build-related files are not entirely working, so I will not commit them and break the "normal" builds. I suspect these new build files in this commit are not entirely correct -- some review is in order.
This commit is contained in:
10
lib-src/libscorealign/scorealign.pc.in
Normal file
10
lib-src/libscorealign/scorealign.pc.in
Normal 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@
|
||||
Reference in New Issue
Block a user