]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blobdiff - gstreamer-plugins-bad-mfx.patch
- added openh264 patch (fix build with openh264 >= 2); release 5
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad-mfx.patch
index dd3f9c2af4ab777ac49b35645de3c0859500dcac..3193aa8604d9699cc5def01fd854ad1815aad26e 100644 (file)
@@ -1,11 +1,11 @@
---- gst-plugins-bad-1.12.0/configure.ac.orig   2017-05-15 19:01:27.766782482 +0200
-+++ gst-plugins-bad-1.12.0/configure.ac        2017-05-15 21:28:05.130015371 +0200
-@@ -2034,8 +2034,8 @@
+--- gst-plugins-bad-1.16.0/configure.ac.orig   2019-05-20 12:19:22.139787834 +0200
++++ gst-plugins-bad-1.16.0/configure.ac        2019-05-20 12:23:00.638290319 +0200
+@@ -1067,8 +1067,8 @@
              [AS_IF([test "x$MFX_HOME" != "x"],
                     [MSDK_PREFIX="$MFX_HOME"],
                     [MSDK_PREFIX="/opt/intel/media"])])
--    MSDK_CFLAGS="-I$MSDK_PREFIX/include"
--    MSDK_LIBS="-L$MSDK_PREFIX/lib/lin_x64 -lmfx -ldl"
+-    MSDK_CFLAGS="-I$MSDK_PREFIX/include -I$MSDK_PREFIX/include/mfx"
+-    MSDK_LIBS="-L$MSDK_PREFIX/lib/lin_x64 -L$MSDK_PREFIX/lib/x64 -L$MSDK_PREFIX/lib64 -L$MSDK_PREFIX/lib -lmfx -ldl"
 +    MSDK_CFLAGS="-I/usr/include/mfx"
 +    MSDK_LIBS="-lmfx -ldl"
      AC_SUBST(MSDK_CFLAGS)
This page took 1.663121 seconds and 4 git commands to generate.