ubuntu 12.04 编译 android vlc 的问题

时间:2022-01-31 15:54:41
For an ARMv6 device without FPU:
$ export NO_FPU=1
For an ARMv5 device:
$ export NO_ARMV6=1

If you plan to use a release build, run 'compile.sh release'
VLC source found
Building tools
ant not found
To-be-built packages: ant
You are ready to build VLC and its contribs
Building the contribs
Generating EGL pkg-config file
Generating GLESv2 pkg-config file
Guessing build system... i686-linux-gnu
Creating configuration file... config.mak
Bootstrap completed.

Run "make" to start compilation.

Other targets:
 * make install      same as "make"
 * make prebuilt     fetch and install prebuilt binaries
 * make list         list packages
 * make fetch        fetch required source tarballs
 * make fetch-all    fetch all source tarballs
 * make distclean    clean everything and undo bootstrap
 * make mostlyclean  clean everything except source tarballs
 * make clean        clean everything
 * make package      prepare prebuilt packages
make: Nothing to be done for `fetch'.
mkdir -p -- /home/long/vlc-android-code/android/vlc/contrib/arm-linux-androideabi/share/aclocal && cd a52dec && autoreconf -fiv -I/home/long/vlc-android-code/android/vlc/contrib/arm-linux-androideabi/share/aclocal
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal -I /home/long/vlc-android-code/android/vlc/contrib/arm-linux-androideabi/share/aclocal --force 
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /home/long/vlc-android-code/android/vlc/extras/tools/build/bin/autoconf --include=/home/long/vlc-android-code/android/vlc/contrib/arm-linux-androideabi/share/aclocal --force
configure.in:74: error: possibly undefined macro: AC_DISABLE_SHARED
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:75: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.in:76: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /home/long/vlc-android-code/android/vlc/extras/tools/build/bin/autoconf failed with exit status: 1
make: *** [.a52] Error 1

5 个解决方案

#1


问题解决了。。  现在用  VMware10 + ubuntu14.04 编译通过。。

#2


不要手动安装libtool,compile.sh会自动下载、编译并安装到vlc/extras/tools/build下,这样就不会报错了。

#3


引用 2 楼 wm_hust 的回复:
不要手动安装libtool,compile.sh会自动下载、编译并安装到vlc/extras/tools/build下,这样就不会报错了。
高人 ubuntu 12.04 编译 android vlc 的问题

#4


引用 3 楼 yu8fei 的回复:
Quote: 引用 2 楼 wm_hust 的回复:

不要手动安装libtool,compile.sh会自动下载、编译并安装到vlc/extras/tools/build下,这样就不会报错了。
高人 ubuntu 12.04 编译 android vlc 的问题


sudo apt-get autoremove libtool

#5


请问知道怎样在编译vlc for android 过程中加入截图和录像吗?

#1


问题解决了。。  现在用  VMware10 + ubuntu14.04 编译通过。。

#2


不要手动安装libtool,compile.sh会自动下载、编译并安装到vlc/extras/tools/build下,这样就不会报错了。

#3


引用 2 楼 wm_hust 的回复:
不要手动安装libtool,compile.sh会自动下载、编译并安装到vlc/extras/tools/build下,这样就不会报错了。
高人 ubuntu 12.04 编译 android vlc 的问题

#4


引用 3 楼 yu8fei 的回复:
Quote: 引用 2 楼 wm_hust 的回复:

不要手动安装libtool,compile.sh会自动下载、编译并安装到vlc/extras/tools/build下,这样就不会报错了。
高人 ubuntu 12.04 编译 android vlc 的问题


sudo apt-get autoremove libtool

#5


请问知道怎样在编译vlc for android 过程中加入截图和录像吗?