热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

configure认为当前目录是tools下

参考http:blog.csdn.netjwzhangjiearticledetails8721612在tools下source..configure$FLAGS--extra-

参考http://blog.csdn.net/jwzhangjie/article/details/8721612


在tools下

source ../configure $FLAGS --extra-cflags="$EXTRA_CFLAGS" --extra-ldflags="$EXTRA_LDFLAGS" --extra-cxxflags="$EXTRA_CXXFLAGS" | tee $DEST/configuration.txt


会导致configure认为当前目录是tools下。。。


root@Ubuntu32:/home/zhangbin/ffmpeg/ffmpeg-1.2/tools# 

root@Ubuntu32:/home/zhangbin/ffmpeg/ffmpeg-1.2/tools# 

root@Ubuntu32:/home/zhangbin/ffmpeg/ffmpeg-1.2/tools# 

root@Ubuntu32:/home/zhangbin/ffmpeg/ffmpeg-1.2/tools# source jwzhangjie.shFetching Android system headers

fatal: destination path '../android-source/frameworks/base' already exists and is not an empty directory.

fatal: destination path '../android-source/frameworks/av' already exists and is not an empty directory.

fatal: destination path '../android-source/frameworks/native' already exists and is not an empty directory.

fatal: destination path '../android-source/hardware/libhardware' already exists and is not an empty directory.

fatal: destination path '../android-source/system/core' already exists and is not an empty directory.

Fetching Android libraries for linking


sed: can't read /home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavcodec/allcodecs.c: No such file or directory
sed: can't read /home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavcodec/allcodecs.c: No such file or directory
sed: can't read /home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavcodec/allcodecs.c: No such file or directory
sed: can't read /home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavcodec/allcodecs.c: No such file or directory
sed: can't read /home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavcodec/allcodecs.c: No such file or directory
sed: can't read /home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavformat/allformats.c: No such file or directory
sed: can't read /home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavformat/allformats.c: No such file or directory
sed: can't read /home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavdevice/alldevices.c: No such file or directory
sed: can't read /home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavdevice/alldevices.c: No such file or directory
sed: can't read /home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavformat/allformats.c: No such file or directory
sed: can't read /home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavfilter/allfilters.c: No such file or directory
install prefix            ../build/stagefright/armeabi-v7a


source path               /home/zhangbin/ffmpeg/ffmpeg-1.2/tools

C compiler                /home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc

ARCH                      arm (armv7-a)

big-endian                no

runtime cpu detection     yes

ARMv5TE enabled           yes

ARMv6 enabled             yes

ARMv6T2 enabled           yes

VFP enabled               yes

NEON enabled              yes

THUMB enabled             no

debug symbols             yes

strip symbols             yes

optimize for size         no

optimizations             yes

static                    yes

shared                    no

postprocessing support    no

new filter support        yes

network support           no

threading support         pthreads

safe bitstream reader     yes

SDL support               no

texi2html enabled         no

perl enabled              yes

pod2man enabled           yes

makeinfo enabled          no





External libraries:

libstagefright_h264





Enabled decoders:





Enabled encoders:





Enabled hwaccels:





Enabled parsers:





Enabled demuxers:





Enabled muxers:





Enabled protocols:





Enabled filters:





Enabled bsfs:





Enabled indevs:





Enabled outdevs:





License: LGPL version 2.1 or later

Creating config.mak and config.h...

awk: cmd. line:1: fatal: cannot open file `/home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavcodec/version.h' for reading (No such file or directory)

awk: cmd. line:1: fatal: cannot open file `/home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavdevice/version.h' for reading (No such file or directory)

awk: cmd. line:1: fatal: cannot open file `/home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavfilter/version.h' for reading (No such file or directory)

awk: cmd. line:1: fatal: cannot open file `/home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavformat/version.h' for reading (No such file or directory)

awk: cmd. line:1: fatal: cannot open file `/home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavresample/version.h' for reading (No such file or directory)

awk: cmd. line:1: fatal: cannot open file `/home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libavutil/version.h' for reading (No such file or directory)

awk: cmd. line:1: fatal: cannot open file `/home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libpostproc/version.h' for reading (No such file or directory)

awk: cmd. line:1: fatal: cannot open file `/home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libswresample/version.h' for reading (No such file or directory)

awk: cmd. line:1: fatal: cannot open file `/home/zhangbin/ffmpeg/ffmpeg-1.2/tools/libswscale/version.h' for reading (No such file or directory)





WARNING: Option --disable-decoder=h264 did not match anything

WARNING: Option --disable-decoder=h264_vdpau did not match anything

WARNING: arm-linux-androideabi-pkg-config not found, library detection may fail.

make: Makefile: Too many levels of symbolic links

make: stat: Makefile: Too many levels of symbolic links

make: *** No rule to make target `Makefile'.  Stop.

make: Makefile: Too many levels of symbolic links

make: stat: Makefile: Too many levels of symbolic links

make: *** No rule to make target `Makefile'.  Stop.

/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ar: creating libavcodec/libavcodec.a

/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot open libavformat/libavformat.a: No such file or directory

/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot open libavutil/libavutil.a: No such file or directory

/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot open /opt/android-ndk-r8d/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a: No such file or directory

root@Ubuntu32:/home/zhangbin/ffmpeg/ffmpeg-1.2/tools# 

推荐阅读
  • 本文介绍了在Android Studio中使用命令行build gradle的方法,并解决了一些常见问题,包括手动配置gradle环境变量和解决External Native Build Issues的方法。同时提供了相关参考文章链接。 ... [详细]
  • baresip android编译、运行教程1语音通话
    本文介绍了如何在安卓平台上编译和运行baresip android,包括下载相关的sdk和ndk,修改ndk路径和输出目录,以及创建一个c++的安卓工程并将目录考到cpp下。详细步骤可参考给出的链接和文档。 ... [详细]
  • imx6ull开发板驱动MT7601U无线网卡的方法和步骤详解
    本文详细介绍了在imx6ull开发板上驱动MT7601U无线网卡的方法和步骤。首先介绍了开发环境和硬件平台,然后说明了MT7601U驱动已经集成在linux内核的linux-4.x.x/drivers/net/wireless/mediatek/mt7601u文件中。接着介绍了移植mt7601u驱动的过程,包括编译内核和配置设备驱动。最后,列举了关键词和相关信息供读者参考。 ... [详细]
  • 本文概述了JNI的原理以及常用方法。JNI提供了一种Java字节码调用C/C++的解决方案,但引用类型不能直接在Native层使用,需要进行类型转化。多维数组(包括二维数组)都是引用类型,需要使用jobjectArray类型来存取其值。此外,由于Java支持函数重载,根据函数名无法找到对应的JNI函数,因此介绍了JNI函数签名信息的解决方案。 ... [详细]
  • 本文介绍了在Ubuntu 11.10 x64环境下安装Android开发环境的步骤,并提供了解决常见问题的方法。其中包括安装Eclipse的ADT插件、解决缺少GEF插件的问题以及解决无法找到'userdata.img'文件的问题。此外,还提供了相关插件和系统镜像的下载链接。 ... [详细]
  • 如何使用PLEX播放组播、抓取信号源以及设置路由器
    本文介绍了如何使用PLEX播放组播、抓取信号源以及设置路由器。通过使用xTeve软件和M3U源,用户可以在PLEX上实现直播功能,并且可以自动匹配EPG信息和定时录制节目。同时,本文还提供了从华为itv盒子提取组播地址的方法以及如何在ASUS固件路由器上设置IPTV。在使用PLEX之前,建议先使用VLC测试是否可以正常播放UDPXY转发的iptv流。最后,本文还介绍了docker版xTeve的设置方法。 ... [详细]
  • Mono为何能跨平台
    概念JIT编译(JITcompilation),运行时需要代码时,将Microsoft中间语言(MSIL)转换为机器码的编译。CLR(CommonLa ... [详细]
  • RN即ReactNative基于React框架针对移动端的跨平台框架,在学习RN前建议最好熟悉下html,css,js,当然如果比较急,那就直接上手吧,毕竟用学习前面基础的时间,R ... [详细]
  • c怎么将得到的数据存入到数组里
    数据库|mysql教程cmysqlc++数组数据库-mysql教程cmysqlc++数组c管理系统框架源码下载,鼠标ubuntu不显示,爬虫读取照片信息,sqllitephp,淘宝 ... [详细]
  • 本文介绍了一个React Native新手在尝试将数据发布到服务器时遇到的问题,以及他的React Native代码和服务器端代码。他使用fetch方法将数据发送到服务器,但无法在服务器端读取/获取发布的数据。 ... [详细]
  • 本文介绍了在Ubuntu下制作deb安装包及离线安装包的方法,通过备份/var/cache/apt/archives文件夹中的安装包,并建立包列表及依赖信息文件,添加本地源,更新源列表,可以在没有网络的情况下更新系统。同时提供了命令示例和资源下载链接。 ... [详细]
  • 2016 linux发行版排行_灵越7590 安装 linux (manjarognome)
    RT之前做了一次灵越7590黑苹果炒作业的文章,希望能够分享给更多不想折腾的人。kawauso:教你如何给灵越7590黑苹果抄作业​zhuanlan.z ... [详细]
  • 本文详细介绍了Android中的坐标系以及与View相关的方法。首先介绍了Android坐标系和视图坐标系的概念,并通过图示进行了解释。接着提到了View的大小可以超过手机屏幕,并且只有在手机屏幕内才能看到。最后,作者表示将在后续文章中继续探讨与View相关的内容。 ... [详细]
  • 本文介绍了在Web应用系统中,数据库性能是导致系统性能瓶颈最主要的原因之一,尤其是在大规模系统中,数据库集群已经成为必备的配置之一。文章详细介绍了主从数据库架构的好处和实验环境的搭建方法,包括主数据库的配置文件修改和设置需要同步的数据库等内容。MySQL的主从复制功能在国内外大型网站架构体系中被广泛采用,本文总结了作者在实际的Web项目中的实践经验。 ... [详细]
  • Question该提问来源于开源项目:react-native-device-info/react-native-device-info ... [详细]
author-avatar
mobiledu2402851203
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有