mackron / dr_libs

Audio decoding libraries for C/C++, each in a single source file.
Other
1.24k stars 205 forks source link

dr_flac: tests - build_flac_linux fix and improvement. Add flac tests to README.md #180

Closed G4Vi closed 3 years ago

G4Vi commented 3 years ago

Fixes:

/tmp/ccLFJs1C.o: In function `dr_dlopen':
dr_flac_test_0.c:(.text+0x1d1f6): undefined reference to `dlopen'
/tmp/ccLFJs1C.o: In function `dr_dlclose':
dr_flac_test_0.c:(.text+0x1d201): undefined reference to `dlclose'
/tmp/ccLFJs1C.o: In function `dr_dlsym':
dr_flac_test_0.c:(.text+0x1d211): undefined reference to `dlsym'
collect2: error: ld returned 1 exit status

build_flac_linux changed to follow documentation and linux convention. Info on testing flac added to README.md.