hello,
I have installed gst-plugins-gl from the source https://gstreamer.freedesktop.org/src/gst-plugins-gl/ I ran "./configure" but when I run "make" I got this error /usr/bin/ld: cannot find -ljpeg collect2: error: ld returned 1 exit status make[3]: *** [libgstopengl.la] Error 1 make[3]: Leaving directory `/home/gst-plugins-gl-0.10.3/gst/gl' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/gst-plugins-gl-0.10.3/gst' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/gst-plugins-gl-0.10.3' make: *** [all] Error 2 thank you |
On Do, 2016-05-12 at 08:12 -0700, robin wrote:
> hello, > I have installed gst-plugins-gl from the source > https://gstreamer.freedesktop.org/src/gst-plugins-gl/ > > I ran "./configure" but when I run "make" I got this error > * > /usr/bin/ld: cannot find -ljpeg > collect2: error: ld returned 1 exit status > make[3]: *** [libgstopengl.la] Error 1 > make[3]: Leaving directory `/home/gst-plugins-gl-0.10.3/gst/gl' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/gst-plugins-gl-0.10.3/gst' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/gst-plugins-gl-0.10.3' > make: *** [all] Error 2 try with a recent 1.x version and if the problem persists let us know. The GL support is in gst-plugins-bad since version 1.4. -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (968 bytes) Download Attachment |
thank you
I installed GStreamer-1.8.1 then gst-plugins-base-1.8.1 . but with gst-plugins-bad-1.8.1 when I ran " make " I got this error CC libgstbasecamerabinsrc_1.0_la-gstcamerabinpreview.lo gstcamerabinpreview.c:29:31: fatal error: gst/app/gstappsrc.h: No such file or directory #include <gst/app/gstappsrc.h> ^ compilation terminated. make[4]: *** [libgstbasecamerabinsrc_1.0_la-gstcamerabinpreview.lo] Error 1 make[4]: Leaving directory `/home/gst-plugins-bad-1.8.1/gst-libs/gst/basecamerabinsrc' make[3]: *** [basecamerabinsrc] Error 2 make[3]: Leaving directory `/home/gst-plugins-bad-1.8.1/gst-libs/gst' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/gst-plugins-bad-1.8.1/gst-libs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/gst-plugins-bad-1.8.1' make: *** [all] Error 2 |
On Fr, 2016-05-13 at 02:08 -0700, robin wrote:
> thank you > > I installed GStreamer-1.8.1 then gst-plugins-base-1.8.1 . > but with gst-plugins-bad-1.8.1 when I ran " make " I got this error > > CC libgstbasecamerabinsrc_1.0_la-gstcamerabinpreview.lo > gstcamerabinpreview.c:29:31: fatal error: gst/app/gstappsrc.h: No > such file > or directory > #include <gst/app/gstappsrc.h> > ^ or another. configure of gst-plugins-bad succeeded though? Do you have gst/app/gstappsrc.h somewhere? -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (968 bytes) Download Attachment |
about gst/app/gstappsrc.h, is in
./usr/include/gstreamer-0.10/gst/app/gstappsrc.h ./home/robin/gst-plugins-base-1.8.1/gst-libs/gst/app/gstappsrc.h about configure of gst-plugins-bad, the result is this configure: *** Plug-ins without external dependencies that will be built: accurip adpcmdec adpcmenc aiff asfmux audiofxbad audiomixer audiovisualizers autoconvert bayer camerabin2 coloreffects compositor dataurisrc debugutils dvbsuboverlay dvdspu festival fieldanalysis freeverb frei0r gaudieffects gdp geometrictransform id3tag inter interlace ivfparse ivtc jp2kdecimator jpegformat librfb midi mpegdemux mpegpsmux mpegtsdemux mpegtsmux mxf netsim onvif pcapparse pnm rawparse removesilence sdp segmentclip siren smooth speed stereo subenc videofilters videoframe_audiolevel videoparsers videosignal vmnc y4m yadif configure: *** Plug-ins without external dependencies that will NOT be built: cdxaparse dccp faceoverlay hdvparse mve nuvdemux patchdetect sdi tta videomeasure configure: *** Plug-ins that have NOT been ported: apexsink cdxaparse dc1394 dccp faceoverlay hdvparse libvisual linsys lv2 musepack mve nas nuvdemux patchdetect sdi sdl sndio timidity tta videomeasure wininet xvid configure: *** Plug-ins with dependencies that will be built: dash decklink dvb fbdevsink gl shm smoothstreaming vcdsrc configure: *** Plug-ins with dependencies that will NOT be built: acm androidmedia apexsink applemedia assrender avcsrc bluez bs2b bz2 chromaprint curl daala dc1394 dfbvideosink direct3dsink directsoundsrc dtls dtsdec faac faad flite fluidsynth gme gsmenc gsmdec gtk hls kate ladspa libde265 libmms libvisual linsys lv2 mimic modplug mpeg2enc mplex musepack nassink neonhttpsrc nvenc ofa openal opencv openexr openh264 openjpeg openni2 opensl opus pvr qt resindvd rsvg rtmp sbc schro sdlvideosink sdlaudiosink sfdec sfenc sndio soundtouch spandsp spc srtp teletextdec timidity tinyalsa uvch264 vdpau vo-aacenc vo-amrwbenc vulkan wasapi wayland webp wildmidi wininet winks winscreencap x265 xvid zbar configure: *** Orc acceleration enabled. |
On Fr, 2016-05-13 at 03:17 -0700, robin wrote:
> about gst/app/gstappsrc.h, is in > *./usr/include/gstreamer-0.10/gst/app/gstappsrc.h > ./home/robin/gst-plugins-base-1.8.1/gst-libs/gst/app/gstappsrc.h* Did you run "make install" in gst-plugins-base 1.8.1 and gstreamer 1.8.1 after "make"? -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (968 bytes) Download Attachment |
Free forum by Nabble | Edit this page |