Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1522170
  • 博文数量: 290
  • 博客积分: 3468
  • 博客等级: 中校
  • 技术积分: 3461
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-28 22:21
文章分类

全部博文(290)

文章存档

2016年(13)

2015年(3)

2014年(42)

2013年(67)

2012年(90)

2011年(75)

分类: 嵌入式

2013-04-30 19:00:38

os:ubuntu 10.04

vlc-1.1.5 + live555-2010.01

vlc:
live555-2010.01:

注意:若live555 与 vlc 的版本不匹配,容易出许多与live555的错误.

./configure --prefix=/opt/vlc-1.1.5 --enable-debug --disable-nls --disable-optimizations  --disable-lua --enable-live555 --with-live555-tree=/home/work/project/open_source/live555

1. configure: error: Could not find libpostproc. Use --disable-postproc to ignore this error.

apt-get install libpostproc-dev

2. configure: error: Could not find liba52 on your system: you may get it from Alternatively you can use --disable-a52 to disable the a52 plugin.

apt-get install liba52-0.7.4-dev

3. checking for XCB_SHM... configure: error: Package requirements (xcb-shm) were not met:

No package 'xcb-shm' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

apt-get install libxcb-shm0-dev

4. checking for XCB_XV... configure: error: Package requirements (xcb-xv) were not met:

No package 'xcb-xv' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix

apt-get install libxcb-xv0-dev

5. configure: WARNING: libxcb-keysyms not found. Hotkeys will not be supported.
checking for XLIB_XCB... configure: error: Package requirements (x11-xcb) were not met:

No package 'x11-xcb' found

 apt-get install libx11-xcb-dev

6. checking for FRIBIDI... configure: error: Package requirements (fribidi) were not met:

No package 'fribidi' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

apt-get install libfribidi-dev

7.

Enabled modules: a52tofloat32 access_alsa access_avio access_gnomevfs access_mmap access_oss alsa aout_sdl atmo avcodec avformat bonjour caca cdda dbus dynamicoverlay fb freetype gnutls inhibit live555 mpgatofixed32 oldhttp oldtelnet osd_parser osdmenu oss png postproc pulse qt4 remoteosd skins2 sqlite stream_out_raop svg swscale telepathy telx udev unzip v4l2 vcd visual vout_sdl xcb_apps xcb_glx xcb_screen xcb_window xcb_x11 xcb_xv xdg_screensaver xml xscreensaver zip


libvlc configuration
--------------------
version               : 1.1.5
system                : linux
architecture          : i686 mmx sse sse2
build flavour         : debug
vlc aliases           : cvlc rvlc svlc qvlc
plugins/bindings      :

You can tune the compiler flags in vlc-config.
To build vlc and its plugins, type `./compile' or `make'.

make

8. x11/x11_display.cpp:29:21: error: X11/xpm.h: No such file or directory
x11/x11_display.cpp: In constructor ‘X11Display::X11Display(intf_thread_t*)’:
x11/x11_display.cpp:246: error: ‘XpmCreatePixmapFromData’ was not declared in this scope
x11/x11_display.cpp:247: error: ‘XpmSuccess’ was not declared in this scope
make[6]: *** [libskins2_plugin_la-x11_display.lo] Error 1

apt-file search X11/xpm.h
    libxpm-dev: /usr/include/X11/xpm.h
apt-get install libxpm-dev

make
make install

阅读(11240) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

zhouciming2014-12-08 16:54:38

--with-live555-tree这个选项不认识呀。我的vlc版本2.1.5