[Bug 739964] Missing GOOD element: JPEG decoder, depending on dead jpeg-mmx
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Nov 11 07:19:18 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=739964
GStreamer | gst-plugins-good | 1.4.4
--- Comment #3 from Sergei <sergei.vorobyov at facilitylabs.com> 2014-11-11 15:19:16 UTC ---
Thanks, a symbolic link was missing:
root at zbx1:/usr/lib/x86_64-linux-gnu# ll libjpeg*
lrwxrwxrwx 1 root root 16 nov 10 14:58 libjpeg.so.8 -> libjpeg.so.8.0.2
-rw-r--r-- 1 root root 281288 dec 19 2013 libjpeg.so.8.0.2
I added it:
root at zbx1:/usr/lib/x86_64-linux-gnu# ln -s libjpeg.so.8.0.2 libjpeg.so
root at zbx1:/usr/lib/x86_64-linux-gnu# ll libjpeg*
lrwxrwxrwx 1 root root 16 nov 11 15:43 libjpeg.so -> libjpeg.so.8.0.2
lrwxrwxrwx 1 root root 16 nov 10 14:58 libjpeg.so.8 -> libjpeg.so.8.0.2
-rw-r--r-- 1 root root 281288 dec 19 2013 libjpeg.so.8.0.2
libjpeg.so.8.0.2 is indeed in the turbo package:
root at zbx1:/# cat ./var/lib/dpkg/info/libjpeg-turbo8:amd64.list
/.
/usr
/usr/share
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/libjpeg-turbo8
/usr/share/doc
/usr/share/doc/libjpeg-turbo8
/usr/share/doc/libjpeg-turbo8/copyright
/usr/share/doc/libjpeg-turbo8/changelog.Debian.gz
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
/usr/lib/x86_64-linux-gnu/libjpeg.so.8
root at zbx1:/#
but apparently they forgot to add the link I did.
Now jpeg is NOT excluded:
configure: *** Plug-ins with dependencies that will NOT be built:
1394
aasink
cacasink
directsoundsink
dv
flac
jack
osxaudio
osxvideosink
pulseaudio
shout2
souphttpsrc
speex
sunaudio
vpx
waveformsink
wavpack
I have linux headers installed but make fails nevertheless:
...
make -C jpeg
make[3]: Entering directory
`/home/fl/Downloads/gstreamer-1.4.4/gst-plugins-good-1.4.4/ext/jpeg'
CC libgstjpeg_la-gstjpeg.lo
In file included from gstjpeg.c:28:0:
gstjpegdec.h:38:21: fatal error: jpeglib.h: No such file or directory
#include <jpeglib.h>
^
compilation terminated.
make[3]: *** [libgstjpeg_la-gstjpeg.lo] Error 1
make[3]: Leaving directory
`/home/fl/Downloads/gstreamer-1.4.4/gst-plugins-good-1.4.4/ext/jpeg'
make[2]: *** [jpeg] Error 2
make[2]: Leaving directory
`/home/fl/Downloads/gstreamer-1.4.4/gst-plugins-good-1.4.4/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/fl/Downloads/gstreamer-1.4.4/gst-plugins-good-1.4.4'
make: *** [all] Error 2
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list