Skip to content

Commit 18e890e

Browse files
committed
Use only ASCII text in pkg-config file
1 parent 79ef61b commit 18e890e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ portable media pipelines on CPUs, GPUs, and other accelerators.
1010

1111
## [Unreleased]
1212

13+
### Fixed
14+
- "®" symbol in pkg-config file breaking downstream build tools
15+
1316
## [2.10.1] - 2023-12-22
1417

1518
### Added

libvpl/pkgconfig/vpl.pc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ prefix=@pc_rel_prefix@
22
libdir=@pc_rel_libdir@
33
includedir=@pc_rel_incdir@
44

5-
Name: Intel Video Processing Library
6-
Description: Accelerated video decode, encode, and frame processing capabilities on Intel GPUs
5+
Name: Intel(R) Video Processing Library
6+
Description: Accelerated video decode, encode, and frame processing capabilities on Intel(R) GPUs
77
Version: @API_VERSION_MAJOR@.@API_VERSION_MINOR@
88
URL: https://github.com/intel/libvpl
99

0 commit comments

Comments
 (0)