gstreamer 1.0 uninstalled link to & use external x264enc
Tim Müller
tim at centricular.com
Tue Jan 10 17:33:32 UTC 2017
Hi,
> At first I copied `/home/myBin/lib/gstreamer-1.0/libgstx264.so` to
> `/home/ec2-user/gst/test_libs/libgstx264.so` and
> added`LD_LIBRARY_PATH=/home/ec2-user/gst/test_libs:$LD_LIBRARY_PATH`
> to
> `master/gstreamer/scripts/gst-uninstalled`
>
> /*How/what do I update under the `/home/ec2-user/gst` to include the
> `x264enc` element?*/
I would recommend you make sure that the x264 plugin is actually built
when you configure/build gst-plugins-ugly, instead of copying around
plugins installed from package.
If it's not built you're probably missing the x264 library development
headers (x264-devel or libx264-dev package).
If you installed libx264 from source you may need to export
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig to make configure find libs
in it.
Cheers
-Tim
--
Tim Müller, Centricular Ltd - http://www.centricular.com
More information about the gstreamer-devel
mailing list