IceGuest / dolphin-player

Automatically exported from code.google.com/p/dolphin-player
0 stars 0 forks source link

Can't build internal FFmpeg #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Build FFmpeg on Android
2.Tried on Mac and Linux
3../configure is failed

What is the expected output? What do you see instead?
dolphin-player/p/native/ffmpeg/ffmpeg-0.11.1

What version of the product are you using? On what operating system?
Dolphin Player 1.2 Build 10 SEP 11 0310PM IST
Android

Please provide any additional information below.
I looking for way to build FFmpeg0.11.X(or newer) on Android.

And find here.

I was tried build refer to
dolphin-player/p/native/ffmpeg/ffmpeg-0.11.1/build_android_r8
first text.

But..
When Throught the $NDK,$PLATFORM..etc and

./build_android_r8.sh

No rule to make target 
'install-libavformat-headersinstall-libavformat-pkgconfig' needed 
by`install-headers' STOP

Can't configure.
why?

I looking for so many.
Threre is corrected FFmpeg0.8.12.
But nothing way for build 0.11.X newer.
I hope your response! If possible.

Original issue reported on code.google.com by RUU...@gmail.com on 9 Aug 2012 at 4:30

GoogleCodeExporter commented 8 years ago
install development tools in your mac/linux to resolve dependencies
run the script in verbose mode sh -x build_android_r8.sh to see which lines 
fail.

there are many online sources available to compile the latest ffmpeg. A google 
search will do.

FFmpeg compilation is straightforward and easy.

let me know, if you still face issues.

--
Aatral

Original comment by aatrala on 9 Aug 2012 at 8:12