Coder Social home page Coder Social logo

Comments (11)

jacek-marchwicki avatar jacek-marchwicki commented on May 8, 2024

Did you read README file?
You probably did not compiled ffmpeg libraries

from androidffmpeg.

AB1209 avatar AB1209 commented on May 8, 2024

Hi I am facing the same issue (LOCAL_SRC_FILES points to a missing file).Can you please explain me how to compile ffmpeg libraries.I am on Windows 7 Platform.

from androidffmpeg.

jacek-marchwicki avatar jacek-marchwicki commented on May 8, 2024

There is no currently ability to compile ffmpeg code on windows platform. on have to switch to linux/mac or fix build_android.sh

from androidffmpeg.

AB1209 avatar AB1209 commented on May 8, 2024

I am compiling ffmpeg libraries on Ubuntu.Once it is compiled can I use compiled files back to Windows 7 ?

from androidffmpeg.

jenkins-appunite avatar jenkins-appunite commented on May 8, 2024

Yes it will work on others platforms. You have copy .so files from libs
directory. Or everything from ffmpeg-build and compile ndk on windows by
your self.

I am compiling ffmpeg libraries on Ubuntu.Once it is compiled can I use
compiled files back to Windows 7 ?


Reply to this email directly or view it on
GitHubhttps://github.com//issues/7#issuecomment-11704756.

from androidffmpeg.

AB1209 avatar AB1209 commented on May 8, 2024

I am compiling ffmpeg library on Ubuntu 10.10.But on using ./build_android.sh I am getting following message.

./build_android.sh: line 72: ./configure: No such file or directory

from androidffmpeg.

jenkins-appunite avatar jenkins-appunite commented on May 8, 2024

Did you read README file?
On Dec 27, 2012 1:53 PM, "AB1209" [email protected] wrote:

I am compiling ffmpeg library on Ubuntu 10.10.But on using
./build_android.sh I am getting following message.

./build_android.sh: line 72: ./configure: No such file or directory


Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-11707297.

from androidffmpeg.

daoanhvu avatar daoanhvu commented on May 8, 2024

Firstly, I want to say a big thank to you. I've compiled and run your example successfully.

Now I want to make some changes to it. I add a very simply method to player (prototype to .h file and definition to .c file). But when I rebuilt it, I got this:
$ $NDK/ndk-build
Compile thumb : ffmpeg-jni <= player.c
SharedLibrary : libffmpeg-jni.so
arm-linux-androideabi-g++.exe: error: /cygdrive/e/tools/libs/AndroidFFmpeg/FFmpegLibrary/jni/ffmpeg-build/armeabi-v7a/libffmpeg.so: No such file or directory
/cygdrive/c/Android/ndk/build/core/build-binary.mk:450: recipe for target `/cygdrive/e/tools/libs/AndroidFFmpeg/FFmpegLibrary/obj/local/armeabi-v7a/libffmpeg-jni.so' failed
make: *** [/cygdrive/e/tools/libs/AndroidFFmpeg/FFmpegLibrary/obj/local/armeabi-v7a/libffmpeg-jni.so] Error 1

Please tell me how can I solve this.
Thanks

from androidffmpeg.

kartickPatil avatar kartickPatil commented on May 8, 2024

I am using ubuntu 12.04 and i done all generated all the libs from readme file and finally when i run ./build_android.sh file i get following error:
./build_android.sh: line 72: ./configure: No such file or directory

Can you please tell how i can overcome this problem

thanks

from androidffmpeg.

mtcdn-gmail avatar mtcdn-gmail commented on May 8, 2024

I am using ubuntu 12.04 and i done all generated all the libs from readme file and finally when i run ./build_android.sh file i get following error:
./build_android.sh: line 72: ./configure: No such file or directory

Can you please tell how i can overcome this problem

from androidffmpeg.

jacek-marchwicki avatar jacek-marchwicki commented on May 8, 2024

git probably didn't checked out submodules

https://github.com/appunite/AndroidFFmpeg/blob/master/FFmpegLibrary/jni/build_android.sh#L70
look, script try to get "vo-amrwbenc" directory, than try to run configure script - looks like it does not exists.

from androidffmpeg.

Related Issues (20)

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.