Compile from source - add in vaapi

Jerry Geis jerry.geis at gmail.com
Wed Oct 9 16:14:51 UTC 2019


I am compiling from source gstreamer1.12.3 on CentOS 7 - it all works.

( I do this because there is no openh264 support in base CentOS 7 - so I
just use the same version - and recompile from source).

however - everything works fine -   but now I wish to add to my compile
steps vaapi support.

This is what I'm doing... but at the end there is no vaapi in
gst-inspect-1.0


cd gstreamer-1.12.3
export LDFLAGS=-L/usr/lib64; ./configure --prefix=/usr --libdir=/usr/lib64
--disable-examples --disable-tests; make ; make install; cd ..

cd gstreamer-vaapi-1.12.3
export LDFLAGS=-L/usr/lib64; ./configure --prefix=/usr --libdir=/usr/lib64;
make ; make install; cd ..

cd gst-libav-1.12.3
export LDFLAGS=-L/usr/lib64; ./configure --prefix=/usr --libdir=/usr/lib64;
make ; make install; cd ..

cd gst-plugins-base-1.12.3
export LDFLAGS=-L/usr/lib64; ./configure --prefix=/usr --libdir=/usr/lib64
; make ; make install; cd ..

cd gst-plugins-good-1.12.3
export LDFLAGS=-L/usr/lib64; ./configure --prefix=/usr --libdir=/usr/lib64
; make ; make install; cd ..

cd gst-plugins-bad-1.12.3
export OPENH264_LIBS="-L/usr/local/lib -lopenh264"; LDFLAGS=-L/usr/lib64;
./configure --prefix=/usr --libdir=/usr/lib64 ; make ; make install; cd ..

What am I missing to get VAAPI support compiled in?

Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20191009/d17cf82b/attachment.html>


More information about the gstreamer-devel mailing list