diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers_12.1.14.0.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers_12.1.14.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers_12.1.14.0.bb b/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers_12.1.14.0.bb new file mode 100644 index 0000000000..36885f29e2 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers_12.1.14.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "FFmpeg nvidia headers" | ||
| 2 | HOMEPAGE = "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://${S}/include/ffnvcodec/dynlink_cuda.h;beginline=1;endline=26;md5=bb54a418154445b0aa99e15f640eacf4" | ||
| 5 | |||
| 6 | SRC_URI = " \ | ||
| 7 | git://git.videolan.org/git/ffmpeg/nv-codec-headers.git;branch=master;protocol=https \ | ||
| 8 | file://0001-Makefile-add-clean-target.patch \ | ||
| 9 | " | ||
| 10 | SRCREV = "1889e62e2d35ff7aa9baca2bceb14f053785e6f1" | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | EXTRA_OEMAKE = "PREFIX=${prefix} DESTDIR=${D} LIBDIR=${baselib}" | ||
| 14 | |||
| 15 | do_install() { | ||
| 16 | oe_runmake install | ||
| 17 | } | ||
