Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. this is output of Build.log:
  2.  
  3. Android NDK: WARNING:/home/test/android-ffmpeg-with-rtmp/src/openssl-android/crypto/Android.mk:crypto_static: LOCAL_LDLIBS is always ignored for static libraries
  4. [armeabi] Install : libcrypto.so => libs/armeabi/libcrypto.so
  5. [armeabi] Install : openssl => libs/armeabi/openssl
  6. [armeabi] Install : libssl.so => libs/armeabi/libssl.so
  7. [armeabi] Install : ssltest => libs/armeabi/ssltest
  8. mkdir -p "/home/test/android-ffmpeg-with-rtmp/src/rtmpdump/librtmp/android/arm"/include/librtmp "/home/test/android-ffmpeg-with-rtmp/src/rtmpdump/librtmp/android/arm"/lib/pkgconfig "/home/test/android-ffmpeg-with-rtmp/src/rtmpdump/librtmp/android/arm"/man/man3 "/home/test/android-ffmpeg-with-rtmp/src/rtmpdump/librtmp/android/arm"/lib
  9. cp amf.h http.h log.h rtmp.h "/home/test/android-ffmpeg-with-rtmp/src/rtmpdump/librtmp/android/arm"/include/librtmp
  10. cp librtmp.a "/home/test/android-ffmpeg-with-rtmp/src/rtmpdump/librtmp/android/arm"/lib
  11. cp librtmp.pc "/home/test/android-ffmpeg-with-rtmp/src/rtmpdump/librtmp/android/arm"/lib/pkgconfig
  12. cp librtmp.3 "/home/test/android-ffmpeg-with-rtmp/src/rtmpdump/librtmp/android/arm"/man/man3
  13. cp librtmp-1.so "/home/test/android-ffmpeg-with-rtmp/src/rtmpdump/librtmp/android/arm"/lib
  14. cd "/home/test/android-ffmpeg-with-rtmp/src/rtmpdump/librtmp/android/arm"/lib; ln -sf librtmp-1.so librtmp.so
  15. ERROR: librtmp not found using pkg-config
  16.  
  17. If you think configure made a mistake, make sure you are using the latest
  18. version from Git. If the latest version fails, report the problem to the
  19. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  20. Include the log file "config.log" produced by configure as this will help
  21. solve the problem.
  22.  
  23.  
  24. build script are from this git:
  25.  
  26. https://github.com/cine-io/android-ffmpeg-with-rtmp
  27.  
  28. my paths are as followes:
  29.  
  30. NDK: /home/test/android-ndk-r10e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement