nu774 / fdkaac

command line encoder frontend for libfdk-aac
Other
260 stars 58 forks source link

Syntax error when running configure #61

Closed lunik1 closed 3 months ago

lunik1 commented 4 months ago

I am getting this error when running ./configure on the latest release:

./configure: line 4853: syntax error near unexpected token `FDK_AAC,fdk-aac'
./configure: line 4853: `PKG_CHECK_MODULES(FDK_AAC,fdk-aac)' 

I am using autoconf 2.71

nu774 commented 3 months ago

Is pkg-config is installed in your system?

lunik1 commented 3 months ago

That was it, thanks.