无法编译gstreamer base plugin中的ogg element

ubuntu 12.04 32位系统
想要编译gst-plugins-base-1.2.1,在configure的log中发现:

configure: *** checking feature: Xiph Ogg library ***
configure: *** for plug-ins: ogg ***
checking for OGG... no
configure: No package 'ogg' found
configure: *** These plugins will not be built: ogg

然后我使用configure --help,有如下内容:

--disable-ogg disable Xiph Ogg library: ogg

所以ogg应该是默认编译的,但实际上ogg并没有被编译

想问一下怎么解决这个问题

阅读 4.5k
1 个回答

安装 libogg-dev。

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进