Nevcairiel / LAVFilters

LAV Filters - Open-Source DirectShow Media Splitter and Decoders
GNU General Public License v2.0
7.19k stars 786 forks source link

I had to revert libgnutls.a in order to build successfully #565

Closed adipose closed 8 months ago

adipose commented 8 months ago

See here: https://github.com/clsid2/mpc-hc/issues/2314

`c:/msys64/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: ../../../thirdparty/64/lib/libgnutls.a(global.o):(.text+0xb8): undefined reference to 'pthread_mutex_lock'

`

After reverting to previous version of libgnutls.a, it compiles ok.

Nevcairiel commented 8 months ago

Compilation is up to you. It obviously works here.

adipose commented 8 months ago

My mistake!