Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-nvvidconv
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
gst-nvvidconv
Commits
9e26fd04
Commit
9e26fd04
authored
Aug 04, 2026
by
Ran Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
Makefile
Makefile
+17
-0
gst-nvvidconv.tar.gz
gst-nvvidconv.tar.gz
+0
-0
No files found.
Makefile
0 → 100644
View file @
9e26fd04
GST_NVVIDCONV_ARCHIVE
:=
gst-nvvidconv.tar.gz
GST_NVVIDCONV_DIR
:=
gst-nvvidconv
CUDA_DIR
:=
/usr/local/cuda
PLUGIN_DIR
:=
/usr/lib/gstreamer-1.0
all
:
tar
-xzf
$(GST_NVVIDCONV_ARCHIVE)
mkdir
-p
$(CUDA_DIR)
/include
cp
-vp
$(GST_NVVIDCONV_DIR)
/cuda.h
$(CUDA_DIR)
/include/cuda.h
$(MAKE)
-C
$(GST_NVVIDCONV_DIR)
\
CUDA_PATH
=
$(CUDA_DIR)
\
CPPFLAGS
=
"-I
$(CUDA_DIR)
/include"
mkdir
-p
$(PLUGIN_DIR)
cp
-vp
$(GST_NVVIDCONV_DIR)
/libgstnvvidconv.so
$(PLUGIN_DIR)
/
ldconfig
rm
-rf
$(GST_NVVIDCONV_DIR)
\ No newline at end of file
gst-nvvidconv.tar.gz
0 → 100644
View file @
9e26fd04
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment