Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect build instructions #10

Open
mpisat opened this issue Jun 12, 2023 · 0 comments
Open

Incorrect build instructions #10

mpisat opened this issue Jun 12, 2023 · 0 comments

Comments

@mpisat
Copy link

mpisat commented Jun 12, 2023

cd FFmpeg-n4.3.3/metartc6/metartc6
cd libmetartccore6
mkdir build
cd build
./cmake_x64.sh
or
./cmake_android.sh
cp ./libmetartccore6.a ../../

It should be this:

cd FFmpeg-n4.3.3/metartc6/metartc6
cd libmetartccore6
./cmake_x64.sh
or
./cmake_android.sh
cp ./build/libmetartccore6.a /usr/local/lib

Otherwise, ffmpeg can't build due to lack of libmetartccore6.a inside ldconfig folders
For debian 10, those are (default)
/usr/lib/x86_64-linux-gnu/libfakeroot
/usr/local/lib
/usr/local/lib/x86_64-linux-gnu
/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant