I'm building GStreamer from source on Ubuntu 18.04, targeting an i965 video
card. I've installed libva-dev, i965-va-driver, and vainfo. vainfo returns the expected results, but configure in gst-libav always comes up with --disable-vaapi. I've tried removing the system libva and installing libva 2.5 from source along with libdrm 2.4.99, but that had no effect. I've tried passing --enable-vaapi to autogen.sh, but configure still ends up with --disable-vaapi. Are there other dependencies I'm missing? -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
I think you need to compile this repository: https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi On Tue, 20 Aug 2019 13:50:16 -0500 (CDT) xargs <[hidden email]> wrote: > I'm building GStreamer from source on Ubuntu 18.04, targeting an i965 > video card. I've installed libva-dev, i965-va-driver, and vainfo. > vainfo returns the expected results, but configure in gst-libav > always comes up with --disable-vaapi. I've tried removing the system > libva and installing libva 2.5 from source along with libdrm 2.4.99, > but that had no effect. I've tried passing --enable-vaapi to > autogen.sh, but configure still ends up with --disable-vaapi. > > Are there other dependencies I'm missing? > > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Once upon a time I tried to build gstreamer for Ubuntu 18.04. I posted some links to the set of packages that worked for me in another email thread. Also I hope you are using gst-build ... it makes things easier (on Linux). On Tue, Aug 20, 2019 at 5:46 PM Pascal Jacquemart <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Pascal Jacquemart
Pascal,
Thank you, that was the missing piece. Pascal Jacquemart wrote > I think you need to compile this repository: > https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |