Coder Social home page Coder Social logo

Comments (7)

Khang-NT avatar Khang-NT commented on August 16, 2024

Which Android NDK version you're using?
Do you compile libopus successfully? Then these file should exist under $PREFIX path:

lib/pkgconfig/opus.pc
lib/libopus.a
lib/libopus.la

from ffmpeg-binary-android.

HitRoxxx avatar HitRoxxx commented on August 16, 2024

ndk -15c

from ffmpeg-binary-android.

HitRoxxx avatar HitRoxxx commented on August 16, 2024

yes it compiled successfully.

in ffmpef Config.log

android-16/arch-arm/ -isysroot /home/hitro/android-ndk-r15c//platforms/android-16/arch-arm/ -march=armv7-a -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.K9LP6rqh /tmp/ffconf.jRUhdLuD.o -lmp3lame -lm -lz -pthread
use_pkg_config opus opus_multistream.h opus_multistream_decoder_create
check_pkg_config opus opus_multistream.h opus_multistream_decoder_create
false --exists --print-errors opus
ERROR: opus not found using pkg-config

from ffmpeg-binary-android.

Khang-NT avatar Khang-NT commented on August 16, 2024

Let try to remove this line:

--pkg-config=/usr/local/bin/pkg-config

Or set this to correct path of pkg-config in your system.

from ffmpeg-binary-android.

HitRoxxx avatar HitRoxxx commented on August 16, 2024

no success

from ffmpeg-binary-android.

Khang-NT avatar Khang-NT commented on August 16, 2024

What did you try? Did you remove --pkg-config option?
If you did it but no success, then please check the path $PKG_CONFIG_PATH is pointing to correct pkg-config folder.
https://github.com/Khang-NT/ffmpeg-binary-android/blob/master/build_scripts/build_ffmpeg.sh#L154

from ffmpeg-binary-android.

Khang-NT avatar Khang-NT commented on August 16, 2024

Please checkout this commit: 5040ae0
And then, please correct your $NDK path (just remove the suffix "/" ):

Here is the wrong path in your log: /home/hitro/android-ndk-r15c//platforms/android-16/arch-arm/

from ffmpeg-binary-android.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.