]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blob - gstreamer-plugins-bad-mfx.patch
843e92ec3199d62b4afd7a42c0af07af0f16eaed
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad-mfx.patch
1 --- gst-plugins-bad-1.12.0/configure.ac.orig    2017-05-15 19:01:27.766782482 +0200
2 +++ gst-plugins-bad-1.12.0/configure.ac 2017-05-15 21:28:05.130015371 +0200
3 @@ -2034,8 +2034,8 @@
4            [AS_IF([test "x$MFX_HOME" != "x"],
5                   [MSDK_PREFIX="$MFX_HOME"],
6                   [MSDK_PREFIX="/opt/intel/media"])])
7 -  MSDK_CFLAGS="-I$MSDK_PREFIX/include"
8 -  MSDK_LIBS="-L$MSDK_PREFIX/lib/lin_x64 -lmfx -ldl"
9 +  MSDK_CFLAGS="-I/usr/include/mfx"
10 +  MSDK_LIBS="-lmfx -ldl"
11    AC_SUBST(MSDK_CFLAGS)
12    AC_SUBST(MSDK_LIBS)
13  
This page took 0.109804 seconds and 2 git commands to generate.