agfline / LibAAF

Library for Advanced Authoring Format (AAF) file reading.
GNU General Public License v2.0
25 stars 5 forks source link

Fix linking with modern compilers #2

Closed x42 closed 1 year ago

x42 commented 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.

agfline commented 1 year ago

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.