You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anybody knows, how to properly compile the FAAD2 library on Windows? I tried this method, but eventually I got nothing.
E:\ffmpeg\bin>gcc aac.c -L. -lfaad -lm -o aacfixer
./libfaad.a(libfaad_la-filtbank.o): In function filter_bank_ltp': /home/Username/faad2-2.8.8/libfaad/filtbank.c:353: undefined reference to __assert_func'
./libfaad.a(libfaad_la-mdct.o): In function faad_mdct_init': /home/Username/faad2-2.8.8/libfaad/mdct.c:66: undefined reference to __assert_func'
./libfaad.a(libfaad_la-syntax.o): In function latmAudioMuxElement': /home/Username/faad2-2.8.8/libfaad/syntax.c:2519: undefined reference to __getreent'
/home/Username/faad2-2.8.8/libfaad/syntax.c:2508: undefined reference to __getreent' /home/Username/faad2-2.8.8/libfaad/syntax.c:2578: undefined reference to __getreent'
/home/Username/faad2-2.8.8/libfaad/syntax.c:2571: undefined reference to `__getreent'
collect2.exe: error: ld returned 1 exit status
Есть предложение насчёт того, чтобы дополнить файл readme.
The text was updated successfully, but these errors were encountered: