Skip to content

Commit

Permalink
Add nv-codec-headers to project build list
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Nov 13, 2023
1 parent 86eaf89 commit a5ba7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gvsbuild/projects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from gvsbuild.projects.emeus import Emeus
from gvsbuild.projects.enchant import Enchant
from gvsbuild.projects.expat import Expat
from gvsbuild.projects.ffmpeg import Ffmpeg
from gvsbuild.projects.ffmpeg import Ffmpeg, NvCodecHeaders
from gvsbuild.projects.fontconfig import Fontconfig
from gvsbuild.projects.freerdp import FreeRDP
from gvsbuild.projects.freetype import Freetype
Expand Down
2 changes: 1 addition & 1 deletion gvsbuild/projects/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def post_install(self):


@project_add
class Project_nv_codec_headers(Tarball, Project):
class NvCodecHeaders(Tarball, Project):
def __init__(self):
Project.__init__(
self,
Expand Down

0 comments on commit a5ba7a4

Please sign in to comment.