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
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel