Closed x42 closed 1 year ago
Since static libAAF depends on libsndfile and does not link against libsndfile itself it needs to be listed first.
This fixes AAFIAudioFiles.c undefined reference tosf_*' errors.
AAFIAudioFiles.c undefined reference to
Thank you Robin, It was really time for me to upgrade my debian and GCC.... I switched to a cmake solution and moved the POC for creating Ardour sessions to a fork of the actual master branch.
Since static libAAF depends on libsndfile and does not link against libsndfile itself it needs to be listed first.
This fixes
AAFIAudioFiles.c undefined reference to
sf_*' errors.