X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fconfigure.ac;fp=cinelerra-5.1%2Fconfigure.ac;h=6fba32bb011683640a4571ce010b7517555a2eb0;hb=62ba04ea5b57d760bb66b65d533598cde044b685;hp=e9f67c16a4fca3f804eccfe7ecb993cf8ee91acf;hpb=d6fcc223fa4c7d549c66f0fb84a5f81476d59251;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index e9f67c16..6fba32bb 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -832,7 +832,7 @@ if test "x$HAVE_DL" = "xyes"; then fi if test "x$WANT_OPUS" = "xyes"; then FFMPEG_EXTRA_CFG+=' --enable-libopus' - if test "x$HAVE_OPUS" = "xyes" -a "x$BUILD_opus" = "x0"; then + if test "x$HAVE_opus" = "xyes" -a "x$BUILD_opus" = "x0"; then EXTRA_LIBS+=' -lopus' CFG_CFLAGS+=' -I/usr/include/opus' fi