]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blob - gstreamer-plugins-bad-mfx.patch
- updated to 1.16.0
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad-mfx.patch
1 --- gst-plugins-bad-1.16.0/configure.ac.orig    2019-05-20 12:19:22.139787834 +0200
2 +++ gst-plugins-bad-1.16.0/configure.ac 2019-05-20 12:23:00.638290319 +0200
3 @@ -1067,8 +1067,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 -I$MSDK_PREFIX/include/mfx"
8 -    MSDK_LIBS="-L$MSDK_PREFIX/lib/lin_x64 -L$MSDK_PREFIX/lib/x64 -L$MSDK_PREFIX/lib64 -L$MSDK_PREFIX/lib -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.023281 seconds and 4 git commands to generate.