After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 432535 - gstreamer ugly plugin mpeg2dec unbuild
gstreamer ugly plugin mpeg2dec unbuild
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.4
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-23 09:37 UTC by moulis julien
Modified: 2007-04-23 12:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description moulis julien 2007-04-23 09:37:01 UTC
Please describe the problem:
hi I building garnome, and I need the mpeg2dec to be built  for thoggen, and after trying to build gstreamer ugly plugin, it tells me after ./configure 
configure: *** Plug-ins with dependencies that will NOT be built:
        a52dec
        amrnb
        dvdnav
        lame
        mad
        mpeg2dec
        sid
Why is that, I need especially this plug-in?
What can I do?

Steps to reproduce:
1. Installation
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Tim-Philipp Müller 2007-04-23 12:09:59 UTC
This is not a GStreamer bug.

You need to install the libmpeg2 package for your distro and also the package that contains the development header files for libmpeg2 (usually this has a -dev or -devel suffix).

On debian/ubuntu, this would be:

  $ sudo apt-get install libmpeg2-4 libmpeg2-4-dev

If you're using some other distro, the required packages might be called differently.

You might want to look into finding gst-plugins-ugly packages for your distribution though - they are almost certainly available somewhere (since installing GStreamer things from source can be a bit tricky and if you already run into a problem with configure, you're probably going to run into other problems as well such as prefix issues etc.).